Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

New release of Voting plugin for Vanilla 2.1

Hi guys, when do you think you can launch a new version 1.1.5 of the Voting plugin, with the amends from:

http://vanillaforums.org/discussion/27045/vote-for-discussion
http://vanillaforums.org/discussion/14627/voting-addon-bug-can-vote-more-then-once-on-post-is-this-being-maintained

with also, editing the class.voting.plugin.php, search for:

if ($Type == 'Comment' && !GetValue('VoteHeaderWritten', $Sender)) { //$Type != 'Comment' && $AnswerCount > 0) {

and replace for

if ($Type == 'Comment' && !GetValue('VoteHeaderWritten', $Sender) && $Sender->Offset==0) {

If you add those amends to the plugin, it will work for Vanilla 2.1 like it should.

I hope you make these easy update soon, and put it available on the addons page, so that everybody can enjoy this wonderful plugin.

Cheers

Comments

Sign In or Register to comment.