MyBB Community Forums

Full Version: How to have a small add on my forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I'm trying to figure out how to fit a little picture advertisement that is also a link Not quite where the logo on top is but a little bit below that. Can anybody help me if so it would be appreciated Big Grin.
admin panel --> templates --> current template set --> header templates --> header

find below OR its similar
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

paste the required code after the above & save the template
(2011-06-25, 06:26 PM)ranjani Wrote: [ -> ]admin panel --> templates --> current template set --> header templates --> header

find below OR its similar
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

paste the required code after the above & save the template


What is the required code?


Wait actually I think ive figured it out mostly now i found this {$lang->toplinks_search} Which makes it create a something that says search on top where it says like members list and all that orange. But how do i make my image appear somewhere else?
the code for the little picture advertisement !!
that'd be advertisement code