MyBB Community Forums

Full Version: HOW TO PUT ADD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to put one Add banner with link beside top logo of MYBB.

plz suggest
log into your control panel, go to edit templates, look for the header and edit the code accordingly
Yes.. You simply need to edit the Header template ..Just Put your ADD code Bside the LOGO url. if u need any more help plz reply.
This is a little bit choppy coding wise but it should give the desired effect. Go to "ACP > Templates > Modify/Delete > *Expand* > header > Edit"
Quote:Find:
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

Add before:
<span style="float: right;">YOUR AD CODE HERE</span>