MyBB Community Forums

Full Version: Portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, on my site www.thevgf.com our portal link doesnt show up, our portal URL is www.thevgf.com/portal.php how do i get the link up?
Help please Smile
Admin CP --> Templates --> Modify / Delete --> *expand your template set* --> header

Find:
					<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
Before that, add:
					<li><a href="{$mybb->settings['bburl']}/index.php">Forum</a></li>
					<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>