MyBB Community Forums

Full Version: Rules and Forum Icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
2 questions, first is how do you add a link to things like rules, etc up to the top of your foums, a good example is the Messenger Plus! Live forums here: http://www.msghelp.net/index.php. Also using the messenger plus live forums as an example how do you put the code in so that it displays the websites icon?
fergofrog Wrote:first is how do you add a link to things like rules, etc up to the top of your foums, a good example is the Messenger Plus! Live forums here: http://www.msghelp.net/index.php.

You can do it by adding it in the header template.
<li><a href="{$mybb->settings['bburl']}/rules.php"><img src="{$theme['imgdir']}/toplinks/rules.gif" alt="" />Rules</a></li>

fergofrog Wrote:Also using the messenger plus live forums as an example how do you put the code in so that it displays the websites icon?
Website Icon? You mean the favicon? (The small Icon beside the URL address)
If its the favicon, add the code below to the headerinclude template.
<link rel="shortcut icon" href="favicon.ico" />

Create your own Favicon here.
Sorry im a bit of a nuub where is the header template and teh headerinclude template?
fergofrog Wrote:Sorry im a bit of a nuub where is the header template and teh headerinclude template?
ACP -> Templates -> Modify / Delete
Thanks for your help guys, it worked great.