MyBB Community Forums

Full Version: Menu Links (where are they)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Skinning site: sands.draebox.com
From 1.6.14 > 1.8

I'm working on updating one of my skins to 1.8 and am wondering where to go to change the menu links, as they are in the header as mybb phrases and am also trying to style that area XD
The menu links are in the header template as they were before, but most of them are now represented by variables. For example, the '{$menu_calendar}' is the calendar link variable, and is represented by the 'header_menu_calendar' template. You can put the HTML links directly into the header template as was done in 1.6, and it will work the same way.