ngtrout
The default
VB templates of a normal VB3 are relative and we autotranslate those to absolute there is not need to edit anything
The only issue issue is when the forums use a program like
vb advanced or such that alter those url's to absolute then you have a problem with our templates and you need to remove the $Globals['vbulletin'] call like I stated in our vbenhanced templates
Crisco
You have not done as instructed. See your image paths
http://scene-out.com/forums//forums/...lapse_tcat.gif
Your url's are not relative like a normal vb3 install thus you need to adjust your templates
In your vb3 enhanced templates you need to find these lines
src="{$Globals['vbulletin']}/$stylevar[imgdir_button]
change to this
src="$stylevar[imgdir_button]