i have installed the product without any error but my problem is it doesnt find my css file. i have installed a plugin for using prefix in css path like you said in the readme file but it stils cant find the path. i have checked the source of the groups page and here is how it looks like
Code:
<link rel="stylesheet" type="text/css" href="http://www.9nokta2 Groups/clientscript/vbulletin_css/style-4b5abeb1-00007.css" id="vbulletin_css" />
this must be
Code:
<link rel="stylesheet" type="text/css" href="http://www.9nokta2.com/clientscript/vbulletin_css/style-4b5abeb1-00007.css" id="vbulletin_css" />
what can i do now?