MyBB Community Forums

Full Version: How do I edit the tab name?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where it says, forum, portal, search members etc

I want to change portal to Home or is there any way I can delete portal tab?

wemonetize.net is the site I am using

DarkFusion is my theme
Edit your header template
Change
<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal"><img src="http://wemonetize.net/images/darkfusion/icons/home.png" alt="" title="" />Portal</a></li>

To
<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal"><img src="http://wemonetize.net/images/darkfusion/icons/home.png" alt="" title="" />Home</a></li>