MyBB Community Forums

Full Version: favorite sites
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok.

So I am loving the MyBB forum we are running here. It's running well and people in our office are loving it but I was asked if we could have links or icons on the main page of the forum to other sites that people use fairly often (located at the top).

I've searched around in the plugins but I have yet to see anything. Thoughts?

and thank you for your thoughts ... Smile
You can edit the welcomeblock_member template to add them. This is under the Header Templates.
ACP>Themes and Styles>Templates>YOUR THEME TEMPLATES>

Header templates:

you would find something like this:

<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

Likewise,you can add another links in order.
Thanks I will try that out.