I have changed the vBulletin logo to our club logo and would like it to link to our home page not the main forum home page?
Announcement
Collapse
No announcement yet.
Changing link in top logo?
Collapse
X
-
Tags: None
-
Originally posted by Eagle-Mark
I have changed the vBulletin logo to our club logo and would like it to link to our home page not the main forum home page?
- Login to your admin control panel (yoursite.com/forum/admin/) as an administrator
- From the left menu, browse down to the 'styles' section and select 'modify' (a new page on the right appears)
- Pick the style which you want to change (like default) and click on [fonts/colors/etc]
- Browse down to: Header:
Code that is placed just after the <body> tag - And in the input box beside it, find:
Code:<a href="index.php?s=$session[sessionhash]">
Code:<a href=http://www.yoursite.com/page2load.html>
- Browse down the page and click on the button that says 'Save Changes'.
I hope this is what you were looking for.Last edited by Floris; Mon 6 Jan '03, 3:30am. -
I don't understand the
<a href=http://www.yoursite.com/page2load.html>
But this worked fine.
<a href=http://www.yoursite.com>
or should I run
<a href=http://www.yoursite.com/index.htm>
Originally posted by xiphoid
No problem, you can change this with a template modification.
- Login to your admin control panel (yoursite.com/forum/admin/) as an administrator
- From the left menu, browse down to the 'styles' section and select 'modify' (a new page on the right appears)
- Pick the style which you want to change (like default) and click on [fonts/colors/etc]
- Browse down to: Header:
Code that is placed just after the <body> tag<LI>And in the input box beside it, find:Code:<a href="index.php?s=$session[sessionhash]">
Code:<a href=http://www.yoursite.com/page2load.html>
I hope this is what you were looking for.Comment
-
Originally posted by Eagle-Mark
I don't understand the
<a href=http://www.yoursite.com/page2load.html>
But this worked fine.
<a href=http://www.yoursite.com>
or should I run
<a href=http://www.yoursite.com/index.htm>
any link you enter that works, works.
page2load.html is just an example ofcourse, replace it with the page you want to load,maybe you want to load index.php index.php3 index.html index.htm home.html default.php frames.php3 -whatever you need
but that is the place to change it
ofcourse, yoursite.com should be replace with your true url.Comment
-
Originally posted by xiphoid
Since it is plain html
any link you enter that works, works.
page2load.html is just an example ofcourse, replace it with the page you want to load,maybe you want to load index.php index.php3 index.html index.htm home.html default.php frames.php3 -whatever you need
but that is the place to change it
ofcourse, yoursite.com should be replace with your true url.
Thought it may have to be included for the script.
Anyway thank you again for the wonderful help and support!Comment
-
Originally posted by Eagle-Mark
I understood all but "page2load.html"
Thought it may have to be included for the script.
Anyway thank you again for the wonderful help and support!
Glad that I could have helped.Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment