Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-16-2010, 01:20 AM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How to Change Logo Link

How do you change your logo link in Vbulletin 4 i cant find it anywhere
Reply With Quote
  #2  
Old 06-16-2010, 07:25 AM
ChopSuey ChopSuey is offline
 
Join Date: Jun 2009
Location: Alaska
Posts: 2,140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why do you want to change it? Just change your new logo to the logo name....
Reply With Quote
  #3  
Old 06-16-2010, 04:20 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/showthrea...highlight=logo
Reply With Quote
  #4  
Old 06-27-2010, 08:13 AM
Centrix Centrix is offline
 
Join Date: Sep 2005
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #5  
Old 06-27-2010, 09:03 AM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Battle_Ring View Post
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:

HTML 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:


HTML Code:
<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.
Reply With Quote
  #6  
Old 06-27-2010, 01:40 PM
Madpoodle Madpoodle is offline
 
Join Date: May 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 06-27-2010, 01:43 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Madpoodle View Post
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?
Reply With Quote
  #8  
Old 06-27-2010, 01:50 PM
Madpoodle Madpoodle is offline
 
Join Date: May 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #9  
Old 06-27-2010, 01:53 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Madpoodle View Post
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:

HTML 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:


HTML Code:
<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.
Reply With Quote
  #10  
Old 06-27-2010, 02:03 PM
Madpoodle Madpoodle is offline
 
Join Date: May 2010
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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??
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:58 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06188 seconds
  • Memory Usage 2,261KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete