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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
goldhilwebmaster

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

Post 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
goldhilwebmaster

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

Post 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!
sailorarie
New Member
New Member
Posts: 5
Joined: Wed Jun 21, 2006 12:00 pm

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

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

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

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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}
Locked

Return to “CMSMS Core”