MyBB Community Forums

Full Version: Portal Link? How do I add a tab?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How or where do I add a link or TAB at the top of m y forum to the "PORTAL?"

I have noticed on some other MYBB forums that there is a ?link" or "tab" at the top along side the "search, member list, calendar, etc.." for the "PORTAL"

How do I add one to my new forum?

Thanks
<a href="link to the portal here">Portal</a>
(2008-09-17, 05:57 PM)Matt_ Wrote: [ -> ]<a href="link to the portal here">Portal</a>


Thank you, but where do I put that line of code so that it shows up in the top along side the other links?
Unless you're using an Afresh theme, in the header template. You should be able to see where the other links are.
(2008-09-17, 07:23 PM)Matt_ Wrote: [ -> ]Unless you're using an Afresh theme, in the header template. You should be able to see where the other links are.

Thank you very much Matt. I appreciate your help!!

I got it working fine now. Smile
No problem Smile
If you use other theme you can make a button in gif files, upload in /image/style*/toplinks
*folder when have your style's images

go to your style templates, expand header template and edit header, find this line
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
Add before
<li><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/portal.gif" alt="" title="" />{$lang->toplinks_portal}</a></li>

Then you have your button with link to your portal.
PD:sorry for my english