3
Steps:
Update the template
Select 'Templates' in the Control Panel Home
Select the theme - zetagenesis
Drill down to globalnav.html in the xotpl folder
Insert <{$xoops_menu_navbar}>
From
To:
Note: It does not seem happy with that
at the end ?
Note: What does the 'Main navigation" link do, besides add a Blue line at the top of the menu?
Then go to the My Menus module.
In Menus Manager, add a menu called 'Main Menu' (some arbitrary name)
In Menu Manager, add three trial links. Say
Note: Make sure you are on the correct menu ! Use the drop down menu to
select the menu then press GO to Menu to get the correct menu up.
Add three links to test it out.
Home
http://www.ladads.info Blog modules/blog
Profile modules/profile
Then go to Blocks Administration
Select the Menu block.
Don't know if it matters where it is placed. Center block for now
Visible = Yes
Visible in All Pages
Title = Main Menu
Options -
Select menu = Main Menu
Select skin = multiblack
Use skin from theme = No
Display Method = Assign to template
Unique ID = navbar
I suppose we can use whatever Unique ID we want, as long as we also change the smarty tag to match.
<{$xoops_menu_navbar}>
Voila... A global menu - although a rather simple one.