| Problem with VB3enhanced templates
When I install the vb3 templates, then turn on the enhance features, I'm having a problem with the urls to images (and I don't know what else) being generated incorrectly.
For example.
In catagories.tmpl line 132
src="{$Globals['vbulletin']}/$stylevar[imgdir_button]/collapse_tcat$colimg.gif"
Generates a url to the image that looks like this:
http://www.mydomain.com/forumhttp://www.mydomain.com/forum/images/buttons/collapse_tcat.gif
As you see the "http://www.mydomain.com/forum" part of the url is duplicated twice.
My config-int.php is set to:
$vb_urlpath = "http://www.mydomain.com/forum";
Anyone have an idea what the problem is?
|