Link to plugin: http://mods.mybb.com/view/ajax-poll-voting
1 - Download plugin
2 - Open inc/plugins/ajaxpoll/jscripts/ajaxpoll.js with Notepad++ or replace with attached file
3 - Find:
4 - Replace:
5 - You need repeat 3 and 4 thrice, because has three "method: 'get',"
6 - Find:
7 - Replace:
8 - Find:
9 - Replace:
10 - Upload and activate plugin. It's all.
ajaxpoll.js (Size: 4.07 KB / Downloads: 4)
1 - Download plugin
2 - Open inc/plugins/ajaxpoll/jscripts/ajaxpoll.js with Notepad++ or replace with attached file
3 - Find:
Code:
method: 'get',Code:
method: 'post',6 - Find:
Code:
'#ajaxpoll a[href^=polls.php?action=showresults]'Code:
'#ajaxpoll a[href*="polls.php?action=showresults"]'Code:
'#ajaxpoll a[href^=polls.php?action=do_undovote]'Code:
'#ajaxpoll a[href*="polls.php?action=do_undovote"]'
ajaxpoll.js (Size: 4.07 KB / Downloads: 4)