MyBB Community Forums

Full Version: Add a menu or get portal working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

On my forum (uMad-Gaming) I want to show the portal when someone visits the main index.
I have installed a plugin for this, called Portal Redirect. But the thing is with this that users cannot acces the index anymore. So they can't visit the actual forum.

So I would like to have some sort of options in the menu (for example next to Search or Member List) so users can browse from the portal to the forum that way.

Anyone that knows a plugin or a how-to guide for this?

Thanks
ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header

Find:
<ul class="menu top_links">

Add after:
<li><a href="index.php" class="forums">Forums</a></li>

ACP >> Templates & Style >> Themes >> yourtheme >> global.css >> Advanced Mode

Add:
#panel .upper ul.top_links a.forums {
background-image: url(images/usercp/home.gif);
}