MyBB Community Forums

Full Version: How to link with another site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all

My problem might be simple but i really dont know how its solved or what to google for.

I want to link another site(a blog specifically) with my forum in some way.Be it under links or maybe put on top a blog button or something like that.

The problem is i started using mybb forums for the very first time.I dont have great computer skills or forum skills.ITs my first attempt.So if anyone is willing to do a step by step solution for me to follow i d be mighty thankfull.

Sorry if its a stupid question,We all start from somewhere Cool
1. Open your ACP.
2. Click on the Templates and Style tab.
3. Click Templates from the left.
4. Choose Default Templates (Assuming you're using the default MyBB theme, if not just click on the templates for your current theme).
5. Click Header Templates.
6. Click header.
7. Find:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
8. Add after:
<li><a href="Link Here">Text Here</a></li>

Replace:
Link Here
With the actual link, and:
Text Here
With the text you want to show up.
Eric J. thank you very very much

[Image: internetbrofistthisjust.jpg]