Support Forums

Full Version: Add Members page to new theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just changed my theme tonight and it doesn't show a Members page link in the header and i was wondering how to add it myself? Also id like to remove the calendar function from the site if possible. (maybe replace calendar with members page?) my site is GameSourceHQ.com if you want to check it out and see what i mean.

thanks guys Smile
ACP -> Templates & Style -> Templates -> Theme_Name -> Header Templates -> Header ->

Find
Code:
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>

Change To
Code:
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>

Which leads you to -> http://gamesourcehq.com/memberlist.php
perfect thank you so much! Smile i should have thought of that... :S still learning
Mybb is the easiest forum to code, only knowledge you need is CSS, PHP and your way around myBB.
Looks like you did it, ill report the post for a mod to close Big Grin