Oliver Fuhrmann
Forum Replies Created
-
traced it back:
the first appearance of the bug comes with version 2.0.11I reinstalled version 2.0.7 – works fine.
Would be great if the fix would come with the next release 🙂
cheers, oli
subscribe
same problem here
updated:
we now switched to another related posts plugin until this issue is solved.
so you will see related posts. but they are not generated with yarpp.
i will reactivate yarrp for solving the problem.
go into the plugins directory
vote-it-up_1_2/skins/skinname/voterajax.js
as appearantly every skin is using its own js, you have to replace the vote() function inside the voterajax.js of the skin you are yousing. find
function vote(obj, votelinkobj, aftervote, postID ,userID, baseURL) {
currentobj = obj;
voteobj = votelinkobj;
gpostid = postID;
aftervotetext = aftervote;
var scripturl = baseURL+”/voteinterface.php?type=vote&tid=total&uid=”+userID+”&pid=”+postID+”&auth=”+Math.random();
lg_AJAXrequest(scripturl);
}and replace it with the code i posted above.
i’m not sure but i guess every the voterajax.js is looking the same in every skin so once you changed one file you can replace the other js with a copy of the changed one…but you should check that first…