Notifications
Clear all

wpForo 1.x.x [Solved] Vote bug

2 Posts
2 Users
0 Likes
874 Views
xfok
Posts: 79
 xfok
Topic starter
(@xfok)
Estimable Member
Joined: 5 years ago

Basically when I vote a post or choose the best reply (QeA layout) some times it doesn’t work. If i disable PeepSo Plugin everything works correctly!

i have inspected the scripts on my staging site, especially the Wpforo script which handles the vote, which can be found here: /wp-content/plugins/wpforo/wpf-assets/js/ajax.js

Wpforo script check for $.active === 0 before performing an ajax request, which means that it must have no other active ajax requests on the current page. This will fail to proceed if there is another ajax request currently in-progress, be it from PeepSo, other plugins, or its own plugin. This explains why sometimes clicking the vote button only shows a loading indicator.

Can help me please?

Topic Tags
1 Reply
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @xfok,

Please wait for the next version release. This issue have already been fixed.