Hum, I have made a little search on the web and seems like I could have figured out what's going wrong.
In the 1.4 version, I have put full urls in the javascript files by using the $vbulletin->options[bburl] variable.
However in javascript, it's forbidden for a code sample to call an external url from a different domain.
So I suppose this might be what's going wrong, do you have a bburl variable corresponding to the real domain url ?
|