Improvements all around
-
Hallo!
Have been using your Helpful plugin, it looks great and works well for us.
We recently disabled updates because we made some changes so it would work on our specific environment. We would love to get back on your official updates tho!To do this could we kindly request these two updates from your side?
1. core/assets/js/frontend.js
Could you change event listeners from these:
$(‘.helpful-pro’).on(‘click tap’, function(e) {
$(‘.helpful-con’).on(‘click tap’, function(e) {To:
$(‘body’).on(‘click tap’, ‘.helpful-pro’, function(e) {
$(‘body’).on(‘click tap’, ‘.helpful-con’, function(e) {This will make sure that the voting buttons still work if they happen to be loaded with AJAX.
2. Other important point for us is how it keeps track of votings. It needs to be more unique than IP address. Can you make it cookie-based or more specific than IP address? Could add some unique browser agent parameters or something. Since there are many people in offices etc that have the same external IP.
peace & <3
Rasmus
- The topic ‘Improvements all around’ is closed to new replies.