Add Members page to new theme? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: Add Members page to new theme? (/showthread.php?tid=24899) |
Add Members page to new theme? - RedKarma - 01-31-2012 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 RE: Add Members page to new theme? - NekoChan - 01-31-2012 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 RE: Add Members page to new theme? - RedKarma - 02-01-2012 perfect thank you so much! i should have thought of that... :S still learning RE: Add Members page to new theme? - NekoChan - 02-02-2012 Mybb is the easiest forum to code, only knowledge you need is CSS, PHP and your way around myBB. RE: Add Members page to new theme? - Denny Crane - 02-04-2012 Looks like you did it, ill report the post for a mod to close |