PDA

View Full Version : How to Change Logo Link


Battle_Ring
06-16-2010, 01:20 AM
How do you change your logo link in Vbulletin 4 i cant find it anywhere

ChopSuey
06-16-2010, 07:25 AM
Why do you want to change it? Just change your new logo to the logo name....

your24hourstore
06-16-2010, 04:20 PM
See
http://www.vbulletin.com/forum/showt...-site-homepage
For more tips see
http://www.vbulletin.com/forum/forum...Customizations
java mouse over
https://vborg.vbsupport.ru/showthread.php?t=243122&highlight=logo

Centrix
06-27-2010, 08:13 AM
Dude harley... uhm....

The links you posted arent correct lol. You copy/pasted the vb-shortened links (showt...-site-homepage isnt actually a link, its short for showthread=blablabla, but since its shortened we don't know what the blablabla is)

Try clicking the links and see for yourself in the addressbar

Maybe you could post the real links?

borbole
06-27-2010, 09:03 AM
How do you change your logo link in Vbulletin 4 i cant find it anywhere

Do you mean to change the link if someone clicked at your logo to be redirected at another page? If so, at the header template find the following code:

<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>


And change it to:


<div><a name="top" href="redirection_url" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>


And replace the redirection_url with the actual url you want your users to be redirected to after they click your logo.

Madpoodle
06-27-2010, 01:40 PM
arrggghhhhh..

LOL, OK so I have tried this for two hours now, still getting this msg.. Tried with brackets, without brackets, with and without " marks..

Not Found (404)

The requested URL /forum/www.donzi.org%20class= was not found on this server.
www.donzi.org

Trying to link it directly to donzi.org splashpage.. Suggestions??

Signed: Clueless in Miamuh :) :)

borbole
06-27-2010, 01:43 PM
arrggghhhhh..

LOL, OK so I have tried this for two hours now, still getting this msg.. Tried with brackets, without brackets, with and without " marks..

Not Found (404)

The requested URL /forum/www.donzi.org%20class= was not found on this server.
www.donzi.org

Trying to link it directly to donzi.org splashpage.. Suggestions??

Signed: Clueless in Miamuh :) :)

What is the full url where you want your logo to redirect to when clicked upon?

Madpoodle
06-27-2010, 01:50 PM
http://www.donzi.org/

I just put that in there in a couple different flavors, still getting an error. LOL, I'm beginning to think my nieces n nephews are right, I'm to old for this newfanlged internet stuff :) :)

borbole
06-27-2010, 01:53 PM
http://www.donzi.org/

I just put that in there in a couple different flavors, still getting an error. LOL, I'm beginning to think my nieces n nephews are right, I'm to old for this newfanlged internet stuff :) :)

At the header template find the following code:

<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>


And change it to:


<div><a name="top" href="http://www.donzi.org/" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>


Let me know if you will require additional help.

Madpoodle
06-27-2010, 02:03 PM
AWESOME!!

Did you just show me a very very basic rookie user error I was making? I was copying the script to a word document so as to be able to document my mistakes, errr, mods.. Then I copied it to the template from there. No joy in mudville.. But when I copied it directly from your post to the template, it worked. Is Word the devil here??

borbole
06-27-2010, 02:06 PM
AWESOME!!

Did you just show me a very very basic rookie user error I was making? I was copying the script to a word document so as to be able to document my mistakes, errr, mods.. Then I copied it to the template from there. No joy in mudville.. But when I copied it directly from your post to the template, it worked. Is Word the devil here??

Glad to hear that you got it solved :)

Maybe somwhow it didn''t copy/paste over right, it happens. However, it would be best if you used another program to edit files, like notepad++ for ex.

Madpoodle
06-27-2010, 02:17 PM
Looked at notepad++, will get it for the office computer. Grabbed textwrangler for my Mac at the house, "supposed" to be an equivalent.

Thanks you for your help, this mod has driven me nuts for a while!! :) :)

borbole
06-27-2010, 02:21 PM
Looked at notepad++, will get it for the office computer. Grabbed textwrangler for my Mac at the house, "supposed" to be an equivalent.

Thanks you for your help, this mod has driven me nuts for a while!! :) :)

You are welcome. Glad to have been of help :)

Madpoodle
06-27-2010, 02:34 PM
Possibly to benefit others:

I may see the problem. In playing with textwrangler, the script "wraps" in different places then in Word. I think I can assume that when I was cutting and pasting them from Word that played a role in the problem. The complete template does look different when I CnP from Word vs textwrangler..

Thank you again for your help borbole!

borbole
06-27-2010, 02:42 PM
Possibly to benefit others:

I may see the problem. In playing with textwrangler, the script "wraps" in different places then in Word. I think I can assume that when I was cutting and pasting them from Word that played a role in the problem. The complete template does look different when I CnP from Word vs textwrangler..

Thank you again for your help borbole!

You are welcome again Madpoodle.