PDA

View Full Version : Caching the buttons?


WoodiE
10-26-2002, 10:33 PM
Does anyone know how to make it so that the buttons and such on my forum will Cache so that they are not reloaded each time my members goto a different thread?!?!

-WoodiE

N9ne
10-26-2002, 10:38 PM
I would also like to know if this is possible..

Erwin
10-27-2002, 02:29 AM
Do this:

1) In Admin CP, vBulletin Options, make sure no-cache headers is OFF.

2) Use RELATIVE PATHS for images, NOT absolute paths.

For image paths, do NOT use http://www.youdomain.com/forums/images

Use this instead:
images

To do this, in your Admin CP, under Styles, click on Modify, then in EACH of your styles (Default and customs),

Find this section and use the variables given:

Image Paths
Image folder path - images

Title image path - images/logo.gif

Reply image path - images/reply.gif

New thread image path - images/newthread.gif

Closed thread image path - images/threadclosed.gif

By using RELATIVE paths, your images will be cached. By using ABSOLUTE paths, your images will NOT be cached.