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
(2011-01-17, 02:19 AM)Derek M. Wrote: [ -> ]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.


The code is still in the Header..Your correct all I see is the Mybb logo. Wonder what happened.

Ron..


Have you edited your header template since the code I gave you?
(2011-01-17, 03:09 AM)Derek M. Wrote: [ -> ]Have you edited your header template since the code I gave you?

No early this afternoon, it was there and working.. I just redone, but now its dead.. Not returning back to the forum..

Wait, your forum is dead and you're quitting it or the logo isn't?

(2011-01-17, 03:27 AM)Derek M. Wrote: [ -> ]Wait, your forum is dead and you're quitting it or the logo isn't?


I took your old code from above, and reinstalled it.. Working again, except the name is not a live link..I tried putting the <a href="{$mybb->settings['bburl']}/index.php"> in front of the name, but still not live.. Must be a trick to getting both Images live..

Derek I'm not quitting, I have two other web forums running right now, they are with another forum format..When it comes to working the cPanel I'm lost, so I have one guy that takes care of both forums, installs the mod.'s and upgrades..
I happen to come across Mybb from a friend who is developing Mybb Sacred is his name. And I enjoy playing or working trying to set this forum up..I can do manual code installations, but have not attempted to install any Mod.'s yet.. Not brave enough yet..Its a challenge, to learn..

Ron..
Aha, I see the problem.

Replace:

<a href="http://thesavvyseniors.com/mybb/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>

With:
<a href="http://thesavvyseniors.com/mybb/index.php"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket"><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>

Smile

I installed the new code. The name part of the banner is still not live. But the man reading the newspaper is a live link..

Derek is it possible to make both Images live..
Change the following.

This:
<a href="http://thesavvyseniors.com/mybb/index.php"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket"><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>

To:
<a href="http://thesavvyseniors.com/mybb/index.php"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket" /><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/TSS-1.png" border="0" alt="Photobucket" /></a>

I cleaned up some of the code.

(2011-01-17, 04:08 AM)Derek M. Wrote: [ -> ]Change the following.

This:
<a href="http://thesavvyseniors.com/mybb/index.php"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket"><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>

To:
<a href="http://thesavvyseniors.com/mybb/index.php"><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/thman_and_newspaper.gif" border="0" alt="Photobucket" /><img src="http://i356.photobucket.com/albums/oo1/Tutorial_02/Logos/TSS-1.png" border="0" alt="Photobucket" /></a>

I cleaned up some of the code.

Hey Derek!..That did it, both working now.

Thnaks, I really appreciate your help..

Ron..
Awesome, glad it works for you now. Smile
Pages: 1 2