![]() |
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? |
this is related to the fact that on your vBulletin settings, you have added your entire url to the image paths (i can assume you have installed vBAdvanced portal)... you have two choices: 1- go back to your admincp for vBulletin, check your Stylevars for the style you wish to use, and delete the entire url from it... 2- edit your templates and delete the {$Globals['vbulletin']}/ part for all images! |
Yep nexia is correct. We code to the default VB3 which has relative image paths. You would need to do a search on the vb3 enhanced templates and remove the vbulletin path as stated above {$Globals['vbulletin']}/ in front of this $stylevar[imgdir_button]/collapse_tcat$colimg.gif |
| All times are GMT -5. The time now is 07:31 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0