add top links to menu - Printable Version +- MyBB Themes - ThemeFreak (http://www.themefreak.net) +-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8) +--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10) +---- Forum: Minimal (http://www.themefreak.net/forumdisplay.php?fid=17) +---- Thread: add top links to menu (/showthread.php?tid=386) |
add top links to menu - esong - 8th Jul Hello Jon Thanks for making this beautiful template available. Is it possible to add another link to the menu on top? I'd like to add a link to my website next to the "forums", "members" and "calendar" links. If so,could you please show me how? Thank you very much! RE: add top links to menu - Tan - 8th Jul I'm sure this can be done from the header template. I don't have the theme available to me atm.. if you can link me to your site and can give you more detailed instructions. RE: add top links to menu - esong - 9th Jul Hi Wils172 Thanks for your message and willingness to help - yes, you are right, it can be done from the header template. I actually talked to a friend of mine today who helped figure it out. I went to the header template and modified it to show: <li><a id="membernav" href="www.website.com">Website</a></li> <li><a id="forumnav" href="{$mybb->settings['bburl']}/index.php">Forums</a></li> <li><a id="calnav" href="{$mybb->settings['bburl']}/calendar.php">Calendar</a></li> Thank you! |