MyBB Community Forums

Full Version: [SOLVED][MyBB 1.8.7][Flatty Theme]Change navigation menu.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason I am not able to change my navigation menu, I just simply wish to remove my Portal link.

[Image: VrqStmL.png]

So lets begin, when I'm going to Templates -> Header and I expand it

[Image: Cncjirr.png]

I select "header" and the code inside it looks like this :

[Image: AO3TaDl.png]

There's a little more code above this one, but its just my favicon code (All size's favicon)  Sleepy

Thank for the according time, and have a great day.

Edit :
I have to mention that after expanding the Header Template I noticed that there's "Header_Menu_Portal" which I tried to modify, but there was still no change. (The code in it seems irrelevant anyway.)
flatty theme has top menu links in both header_welcomeblock_member template and header_welcomeblock_guest template

portal link :
<li><a href="{$mybb->asset_url}/portal.php"><i class="fa fa-home"></i> {$lang->toplinks_portal}</a></li>
(2016-05-09, 04:30 PM).m. Wrote: [ -> ]flatty theme has top menu links in both header_welcomeblock_member template and header_welcomeblock_guest template

portal link :
<li><a href="{$mybb->asset_url}/portal.php"><i class="fa fa-home"></i> {$lang->toplinks_portal}</a></li>

Oh my, you just saved my day.
Thank you very much! Heart