MyBB Community Forums

Full Version: Change the Portal button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi There.
I would like to change the "Portal" button at the top of the forums, so that it takes the user back to the Home Page of the website.

Currently the myBB forum is running on the following website:
http://www.bmwclan.co.za/
http://www.bmwclan.co.za/forum

I would like to add a button / change the portal button to go back to the www.bmwclan.co.za website.

How / Where do I change this?
admin panel >> templates >> active theme templates >> Header Templates >> header

find code like below and change it as required or add another link with similar code
<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>
(2013-07-22, 08:57 AM).m. Wrote: [ -> ]admin panel >> templates >> active theme templates >> Header Templates >> header

find code like below and change it as required or add another link with similar code
<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>

Hi There, thank you for the quick reply.
I will try this and come back to you with a response.
Have a good day

(2013-07-22, 08:59 AM)juandre1984 Wrote: [ -> ]
(2013-07-22, 08:57 AM).m. Wrote: [ -> ]admin panel >> templates >> active theme templates >> Header Templates >> header

find code like below and change it as required or add another link with similar code
<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>

Hi There, thank you for the quick reply.
I will try this and come back to you with a response.
Have a good day

Worked like a charm.
Thank you so much for your assistance.