Fusion Digital: Bug found in cp_skin_fusionmenu.php ?? - Fusion Digital

Jump to content

0
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Bug found in cp_skin_fusionmenu.php ??

#1 User is offline   Jeffrey Roberts 

  • Group: Current Customers
  • Posts: 2
  • Joined: 15-June 10

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)}

This post has been edited by Jeffrey Roberts: 22 June 2010 - 07:04 PM

0

#2 User is offline   Mat 

  • Director of Product Development
  • View blog
  • View gallery
  • Group: FDE Management
  • Posts: 185
  • Joined: 07-August 09
  • 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

Windows Desktop-based Time Tracking Software for ActiveCollab, BaseCamp, and others:
http://getchronicle.com/

Fusion Menu - the easy global menu for IP.Board, ibContact - the premier email marketing solution for IP.Board

IP.Board modifications available at http://www.fusiondigital.co.nz/ipb/

For official support, please visit http://support.fusiondigital.co.nz

#3 User is offline   Jeffrey Roberts 

  • Group: Current Customers
  • Posts: 2
  • Joined: 15-June 10

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.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users