The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Making header.jpg a link?
Hiya, does anyone know how to make header.jpg a link?
Im not sure if I can just href the link in my header template? Code:
<td width="510" height="164"><img width="510" height="164" border="0" src="$stylevar[imgdir_misc]/header.jpg" alt="" /></td> Code:
<td width="510" height="164"><a href="http://volitianforums.co.uk/volitian/home.php"><img width="510" height="164" border="0" src="$stylevar[imgdir_misc]/header.jpg" alt="" /></a></td> |
#2
|
|||
|
|||
Code:
<a href="linktowereuwantittogo"><td width="510" height="164"><img width="510" height="164" border="0" src="$stylevar[imgdir_misc]/header.jpg" alt="" /></a></td> |
#3
|
|||
|
|||
Excellent, my version worked, but it makes sence to have the URL first, thanks again Snakes1100!
--------------- Added [DATE]1205103213[/DATE] at [TIME]1205103213[/TIME] --------------- hmm, I tryed the link before the tabe and it's not clickable but when you hover over it, you can see the URL in the bottom left of IE. The one I did included the URL after the tabe and some table properties it works but looks untidy lol! not sure why it needs to be after <td to make it clickable, cheers tho mate I shud av just played with it really lol (gulps).. [Edit] I added target="_self" and alt text, looks better now Code:
<td width="510" height="164"><a href="http://volitianforums.co.uk/volitian/home.php" target="_self"><img width="510" height="164" border="0" src="$stylevar[imgdir_misc]/header.jpg" alt="Volitian Home" /></a></td> |
#4
|
|||
|
|||
Guys, im a total PHP noob.
I want to alter the link in my Forum Header Logo Image. Its incorrect. How do i do this? From Scratch? I can see the FTP folders on the server...where do i find the right file/php to alter the link that the logo goes to? DO i change it via FTP or AdminCP? Cheers, its late here and my brain is switche doff, ive been trying to work it out for hours. Thanks T |
#5
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
Replace PHP Code:
Replace PHP Code:
And then it should work. Do this in either ur header template or "Style Options". |
#6
|
|||
|
|||
Where do i find the Header Template?
EDIT: Cancel that! FOUND IT! Thanks!!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|