I edited the module to accept 255 characters in the URL textbox. Couldn't figure why it only accepted 64. Figured it would work since the database field accepts 255. Would like to see this become a permanent addition to the module. Thanks for the great mod.

CommentFileSizeAuthor
#3 navigation.module.patch2.01 KBjeremy
#2 navigation.module28.04 KBgtoddv

Comments

bertboerland’s picture

Priority: Critical » Minor

Please attach a patch or post the diff here. Also lowering this from Critical to Minor.

gtoddv’s picture

StatusFileSize
new28.04 KB

Don't know how to do either. Just fixed it directly in the module. Attached is the file.

jeremy’s picture

StatusFileSize
new2.01 KB

Indeed. The menu name, menu item name, and url now all accept up to 255 characters, matching the database. The necessary patch (applied to CVS) is attached.

Anonymous’s picture