(2011-01-16, 04:55 AM)Uncontrol Wrote: (2011-01-16, 04:52 AM)Derek M. Wrote: You can't make a banner like that redirect somewhere else. You'll have to remove it and add your own if you want to make a banner link back to your website.
Dude what are you talking about?
Dudley, it's in the header template, just add this around the images.
<a href="{$mybb->settings['bburl']}/index.php">IMAGE CODE HERE</a>
Thanks for helping me with this.. I surely appreciated the help..I played with this code for hours last night, finally had to ask for help.
Thanks Ron..
(2011-01-16, 05:06 AM)Derek M. Wrote: Ooooh! I'm so sorry. I didn't know you meant logo.
ACP > Themes & Templates > Templates > **Your Theme** > Header Templates > header
Take that.
<img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket"></a><a src="http://s356.photobucket.com/albums/oo1/Tutorial_02/Logos/?action=view&current=TSS-1.png" target="_blank"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/TSS-1.png" border="0" alt="Photobucket">
And turn it into that.
<a href="{$mybb->settings['bburl']}/index.php"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket"></a><a src="http://s356.photobucket.com/albums/oo1/Tutorial_02/Logos/?action=view&current=TSS-1.png" target="_blank"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/TSS-1.png" border="0" alt="Photobucket"></a>
Thanks for helping me with the code. I appreciated the help..
It does work, but only the newspaper logo works. The name is still dead..But at least it does work..
Thanks Ron..