Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Darkai1 on August 30, 2008, 01:45:44 PM

Title: how can i post t banner in my global pages
Post by: Darkai1 on August 30, 2008, 01:45:44 PM
hello there...
i want to put a banner in my forum
like you have here..

between the user cp to the forum board...

whice file i need to edit and where...

thanks
Title: Re: how can i post t banner in my global pages
Post by: NickC on August 30, 2008, 03:43:02 PM
In the index.template.php file for theme(s) you are using, find the code:

function template_html_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;


Put your banner code immediately after, as an echo function, e.g.

echo 'some html code';
Title: Re: how can i post t banner in my global pages
Post by: Rumbaar on September 13, 2008, 09:14:40 AM
The Ads Management mod will allow you to set various banners in various locations.  Including the position you ask.  If the tips specified by NickC isn't for you.