ah thats easy
Your using like vbadvanced
We code our program to work with the default vbulletin which means we correct
VB's consistent use for relative paths. Vbadvanced tries to do the same thing by altering
VB's image paths and placing the forum directory in front
We place your forum url before the image calls to correct this so your issue is you have one program thats hard coding things and then ours is doing its normal job of how it interacts with vb3
example
http://www.haitiwebs.com/haitianforu...lapse_tcat.gif
see the issue
well you can edit our templates since vbadvanced has hard coded things and change this in the vb3enhanced templates
src="{$Globals['vbulletin']}/$stylevar[imgdir_button]
to
src="$stylevar[imgdir_button]