News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Adding on banners

Started by vegas tennis club, August 28, 2009, 04:01:01 AM

Previous topic - Next topic

vegas tennis club

hi, i was wondering how i would add my own banner up at the top of my forum? 

thanks for any help!

shadow82x

Yes its possible, depending on your theme you can add a code like:
echo '
<img src="http://bannerurl.com/image.png" alt="banner" border="0" />';

In your themes Index.template.php
Colin B
Former Spammer, Customize, & Support Team Member

vegas tennis club

i'm sorry, i'm a newb and that was a bit confusing...  can you be a little bit more "step by step?"  sorry!  but thank you for your assistance!!!

shadow82x

#3
OK, so you want to add a banner at the top of your forum right?

Assuming your using the default theme, in ./Themes/default/index.template.php
Code (Find) Select
// Show the menu here, according to the menu sub template.
template_menu();

Code (Add After) Select
echo '
<img src="http://bannerurl.com/image.png" alt="banner" border="0" />';


Than please modify the image URL directly in that code.
Colin B
Former Spammer, Customize, & Support Team Member

Advertisement: