Page 1 of 1

After upgrade to 1.01, Menu Manager drop-down menu item not displaying

Posted: Fri Sep 15, 2006 5:38 pm
by goldhilwebmaster
Hi folks,

Just completed the upgrade from 0.13 Canary to 1.01 Oahu, and it went great! My development site is at http://209.51.149.250/~goldhil/cmsmades ... x.php/home, and I'm pretty proud of it. Planning to move it to its production server ASAP.

I do have two small problems, however.

First, in the Admin, on the drop-down Layout menu instead of a MenuManager item, the menu reads "--Add Me - module:MenuManager string:menumanager--"

The Menu Manager itself does seem to work, but the page header says "--Add Me - module:MenuManager string:menumanager--", and the two tabs read "--Add Me - module:MenuManager string:dbtemplates--" and "--Add Me - module:MenuManager string:filetemplates--" Finally, the link on the page reads --Add Me - module:MenuManager string:addtemplate--"

Clearly there is some header text missing/corrupted. Any ideas?

Second, I'm using the standard Vertical Bulletmenu navigation templates, and all was well in 0.13. After the upgrade, the active or currentpage menu style is showing up in tags, which looks pretty bad. I've checked all the stylesheets, but can't determine where this formatting is coming from. Where should I edit to change the format of the active menu item?

Here's a segment of the relevant source code, with the affected line in bold:


   

     
     
         Navigation
         



Current page is 1: Home



2: Series Episode Guide




3: Fan Fiction




4: Fan Art Gallery





Thanks for any help you can provide!

Sincerely,

Lawrence Ullman

Re: After upgrade to 1.01, Menu Manager drop-down menu item not displaying

Posted: Fri Sep 15, 2006 6:00 pm
by goldhilwebmaster
Just re-copied a fresh set of Menu Manager files to the server, and the menu items in the Admin now display correctly. I'm still mystified why the menu appearance changed after the upgrade. Again, what specific item is n the CSS controls the appearance of the Currentpage style?

Thanks!

Re: After upgrade to 1.01, Menu Manager drop-down menu item not displaying

Posted: Tue Sep 26, 2006 4:46 pm
by sailorarie
Lawrence,

I got your problem too: I use the Bulletmenu Vert 1 col menu. Looks pretty bad with the ...

I cannot figure out where "currentpage" is set..

Any suggestions would be appreciated.

Arie

Re: After upgrade to 1.01, Menu Manager drop-down menu item not displaying

Posted: Tue Sep 26, 2006 7:41 pm
by tsw
currentpage is set in menumanager template

there have been many posts about this in the forum so you might want to do a litle search

Re: After upgrade to 1.01, Menu Manager drop-down menu item not displaying

Posted: Tue Sep 26, 2006 9:56 pm
by Dr.CSS
You can change this by going to Menu Manager and copying the template then rework it to show the way you want...
ie,. copy the simple_navigation.tpl and change this line... then call it in the menu tag, it was inserted to give some styling control to the current page in the menu...

{if $node->current == true}
Current page is {$node->hierarchy}: {$node->menutext}