Upgrade & menu not showing

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
enddesweb
New Member
New Member
Posts: 3
Joined: Tue Feb 21, 2012 6:40 pm

Upgrade & menu not showing

Post by enddesweb »

Hi,
I just upgraded to 10.10.x and my menu is no longer showing. All my other information and images show, but not the menu image nor the actual links.

Someone mentioned trying to change cms_module to menu in the template, however that did not work either.

Any ideas?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Upgrade & menu not showing

Post by Dr.CSS »

enddesweb
New Member
New Member
Posts: 3
Joined: Tue Feb 21, 2012 6:40 pm

Re: Upgrade & menu not showing

Post by enddesweb »

OK, so I did look through the documentation and I am still having the same issue.

I can add that when I go to the site and look at the code I can see all the code but *only* the menu is not showing so none of the other pages show either - however, I can see all the info in the admin section.

That is all the additional info I have to add. Does anyone have any ideas?? If not, how do I go back to the old version?
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: Upgrade & menu not showing

Post by M@rtijn »

What does your exact menu call in the template look like?

Otherwise please provide a link to the site in question
Make your community a better place!
enddesweb
New Member
New Member
Posts: 3
Joined: Tue Feb 21, 2012 6:40 pm

Re: Upgrade & menu not showing

Post by enddesweb »

This is the code for that section from the template:

<div id="avmenu" image src="{root_url}/images/design_03.jpg" >
<h2 class="hide">Menu:</h2>
{cms_module='menumanager' collapse='1'}
{search}
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: Upgrade & menu not showing

Post by M@rtijn »

change cms_module to menu in the template
This was kind of right :D

Your menu call should be

Code: Select all

{menu collapse='1'}
Make your community a better place!
Locked

Return to “[locked] Installation, Setup and Upgrade”