PDA

View Full Version : clear.gif path and integrated apps


Doug Nelson
04-23-2007, 11:40 PM
vb3.6.5

My error log is filled with errors looking for clear.gif because I'm using vb styles with other integrated apps, and they're looking for clear.gif at the end of their own paths. I tried changing the clear.gif location in the ACP, but the "../" seems to be hard coded. Is there a setting I can use that will fix this?

Princeton
04-24-2007, 06:22 PM
maybe this will help..

there's a Location of clear.gif setting in ADMINCP / vBulletin Options

Doug Nelson
04-24-2007, 06:29 PM
Thanks, but as I mentioned in my original post, I've already tried changing that setting. It's locked as a relative link, and relative to forum root, so I need some way to specify the location relative to the home directory, even if it's being used 3-7 directories down (as one of my apps does).

CyberAlien
04-24-2007, 08:11 PM
It shouldn't be changed, unless third party software you are using changes it. Check your php files for $vbulletin->options['cleargifurl'] to see where it modifies it.