MyBB Community Forums

Full Version: Banner Linking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do I html code my Banner so when I click it, it'll return back to he main page..

Right now I click on the Banner and it's dead..I'd like it to come back to http://thesavvyseniors.com/mybb/ which is the main page..

Thanks..
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.
(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>
That's Google Ads?
pretty sure he's talking about his logo, which currently isn't a link, not the google ads.
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&amp;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. Smile
<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&amp;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>
(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&amp;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. Smile
<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&amp;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..
I can help you with the name, however the logo was reset to the default Mybb logo.
(2011-01-17, 01:03 AM)Derek M. Wrote: [ -> ]I can help you with the name, however the logo was reset to the default Mybb logo.

Sorry Derek, I'm not following you on "however the logo was reset to default Mybb logo"

How would we make it live like the guy reading the newspaper.. What do you have in mind.
Ron..

I went back to your forum and the logo was:

http://thesavvyseniors.com/mybb/images/logo.gif


I would help you get the entire thing to link to your desired site, however that's all there is.
Pages: 1 2