Quote:
Originally Posted by Alien
Sweet! I can't wait to update...
I have a question.. I noticed that this mod has a problem with working on vBadvanced CMPS if you have your portal on sitename.com but your forums on forums.sitename.com - You get a security problem in Firefox (reported by Firebug) that reads:
Any idea of how to get this to work? I tried all previous vBadvanced fixes listed in the 3.6 thread, but none of them work when using sitename.com (portal) and forums.sitename.com (forums) without producing the quoted error!
If you can offer any pointers, I'd be eternally grateful!
|
I'm not sure if this will help but I was also having a problem with CMPS and this fixed it for me.
In the vmoods.js file find this line...
Code:
YAHOO.util.Connect.asyncRequest("POST", "ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, {
On this line add the full path to ajax.php ex:
http://www.yoursite.com/forum/ajax.php
Hope this helps