MyBB Community Forums

Full Version: Banners
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I want to ad banners in my footer of my forum. Where do i find the footer and where do i paste the html code?
Thanks in advance.

Kris
Login to your Admin CP -> Templates -> *YOUR THEME* -> footer
ok, this it whats in the footer:

<br />
<div class="bottommenu"><span class="smalltext"><a href="$settings[contactlink]">$lang->bottomlinks_contactus</a> | <a href="$settings[homeurl]">$settings[homename]</a> | <a href="#top">$lang->bottomlinks_returntop</a> | <a href="#content">$lang->bottomlinks_returncontent</a> | <a href="archive/index.php">$lang->bottomlinks_litemode</a> | <a href="$settings[bburl]/misc.php?action=syndication">$lang->bottomlinks_syndication</a></span>
</div>
</div>
<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>
$lang->powered_by <a href="http://www.mybboard.com" target="_blank">MyBB</a> $mybbversion<br />
$lang->copyright &copy; $copyyear <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong><br />
<br class="clear" />
</div>
</div>

Where do i put the banner html? I would like it to be in the middle of the footer.

Kris
I found it. Thanks for your time and help.

Kris