Log in

View Full Version : How to header in printable version


Corriewf
07-09-2005, 07:26 PM
Ok since most of the search engines like to index my printable pages I thought I would get rid of the default vbulletin logo and have my own. I tried simple overwriting the image with my own but that didnt work. It doesnt show my image. Any tips on this?

Princeton
07-09-2005, 07:48 PM
have you tried clearing your cache?

I would recommend that you change the name of the image -- not just a replacement.

Corriewf
07-09-2005, 07:51 PM
Yeah its not cache. What templates do I need to edit to implement a new header image url?

Ok, I got it to work. Seems that the server was just slow on updating it. Hmm.

Princeton
07-09-2005, 07:56 PM
edit the printthread template
<img src="$stylevar[titleimage]" alt="$vboptions[bbtitle]" border="0" />

Corriewf
07-09-2005, 07:59 PM
edit the printthread template
<img src="$stylevar[titleimage]" alt="$vboptions[bbtitle]" border="0" />


Yeah, thats the one I was thinking about just wasnt sure if there were any others.

Thanks for your help.

I wonder why when im logged in I cant see image but logged out I can?