Quote:
Originally Posted by Greek76
How to get this to work with vbadvanced? Im sure its something simple but I cant find it. Its not linking to vbmoods correctly. instead of www.example.com/forum/vmoods its missing the forum inbetween. Thanks..
|
Can you maybe try an experiment for me?
Line 65 in vmoods.js : Try adding /forums/ ahead of the ajax.php call (or whatever directory structure yours uses)
YAHOO.util.Connect.asyncRequest("POST", "
/forums/ajax.php?do=vmoods_update&securitytoken=" + SECURITYTOKEN + "&vmood=" + target.title, {
(It's working on both Advanced and the forums)!!!