Jump to content


Bug found in cp_skin_fusionmenu.php ??


  • Please log in to reply
2 replies to this topic

#1 Jeffrey Roberts

Jeffrey Roberts
  • Current Customers
  • 2 posts

Posted 22 June 2010 - 07:04 PM

I noticed that ACP Fusion Menu "titles" were being limited to 25 chars yet the database table field for "title" is 255 chars

I believe there might be a bug in admin/applications_addon/other/fusionmenu/skin_cp/cp_skin_fusionmenu.php line 384

{$this->registry->output->formInput('title', $menuitem['title'], '', '', '', '', '', 25)}

should be:

{$this->registry->output->formInput('title', $menuitem['title'], '', '', '', '', '', 255)}

Edited by Jeffrey Roberts, 22 June 2010 - 07:04 PM.


#2 Mat

Mat

    Director of Product Development

  • FDE Management
  • 201 posts
  • LocationAuckland, New Zealand

Posted 23 June 2010 - 01:20 AM

That's actually a typo - it's meant to be 25 in the database but it looks like someone hit "2" twice. It is correctly 25 in MSSQL. 25 characters is about the maximum we can get before menus start wrapping and looking terrible.

Another option is to increase it to 50 for both DB engines, and increase the size of the front-end dropdowns accordingly - which might happen but wont be next release. We wont be making it 255 though, sorry. You are free to modify your installation to support that many characters if you like.
Mat Barrie / Director of Product Development

Fusion Digital Entertainment Limited
Web: http://www.fusiondigital.co.nz/
Support: http://www.fusiondigital.co.nz/

Chronicle, the desktop time tracker for Windows • Fusion Menu, the leading navigation enhancement application for IP.Board • ibContact, the in development community newsletter application


#3 Jeffrey Roberts

Jeffrey Roberts
  • Current Customers
  • 2 posts

Posted 23 June 2010 - 08:41 AM

Okay thanks. I needed a few more chars in my installation so I'll keep it under 30 chars to be safe for future upgrades.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users