MyBB Community Forums

Full Version: FireFox Theme question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First of  all,  the template is awesome looking. Better then my last one. Anyways, only question i got is where is a button to view the portal page.

I'm going to use the portal Redirect plugin, but what if a member whats to go back to the portal page? They can type in the URL but i thought a button would be cool where the menu buttons are. If it can't be done, could i get a code to insert somewhere to make a link to it? (And a cup of coffee also)

Other then that, great job on the design. I think my members will love it.
Insert this tag where ever you want the portal link to appear.
Quote:<a href="{$mybb->settings['bburl']}/portal.php">Portal</a>
If you want it with where "Search", "Member List", etc are then go to ACP > Templates > Modify/Delete > *Expand Template* > header and add this code instead.
Quote:<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>
Thanks. Worked like a charm.
No problem Smile.