Complete Vbulletin Plugin and Wordpress

plinpod

New Member
Hello,

I am using the Complete Vbulletin Plugin v 4.01.13 with Wordpress and I get an error when I use the media uploader. It says "Are you sure you want to do this?" when I click it.

I really need the Complete Vbulletin Plugin because I use Vbulletin for the commenting on my website.

Does anyone know how it fix this? or why it happens in the first place?

Thanks
 

ChopSuey

New Member
PHP:
## If you are having path problems, uncomment this next variable and define the path
## NO TRAILING SLASH!
# $vwd = '/some/path/to/your/forum';

And uncomment the last line, and change the path to your forums path:

PHP:
## If you are having path problems, uncomment this next variable and define the path
## NO TRAILING SLASH!
$vwd = '/some/path/to/your/forum';
 

plinpod

New Member
Ok i changed the path to

/home/site/public_html/forums

and I now I dont get the above error

but I still have the media uploader error

"Are you sure you want to do this?"

Any ideas?
 
Top