Re: More than one likes in a thread
Reply #1 –
It should be possible ... Do you have the time / number limits set in the control panel? ( index.php?action=admin;area=featuresettings;sa=likes ) If so you could just be restricted due to that (adding to many likes in to short a time).
Re: More than one likes in a thread
Reply #3 –
Just checked here and the settings are such that it should not have caused a problem ... I'll try to reproduce this on my local.
Re: More than one likes in a thread
Reply #5 –
Tried several ways on my local setup and have not been able to reproduce it (yet)
When you try like that post, does the icon change to the + when you hover over it? Does anything happen when you click on the like icon (please check your browser console to see if you are getting a JS error and if its posting what the Post response is)
Thanks
Re: More than one likes in a thread
Reply #8 –
Is there are time limit set on this site? During my tests, I noticed that it won't give any warnings even if like/unlike has failed due to time limit and silently ignore the click. I expected it to throw some kind of warning.
Re: More than one likes in a thread
Reply #9 –
Just took a look, its set to 10 likes in 1 minute. I don't recall it having capability to displaying any type of "flood" waning but I'll take a look at that ajax handler to see what we can do (or if its there and simply not working or not used).
Any preferences if we should just give a quick slider notice up top or the more stop what you are doing modal box.
Re: More than one likes in a thread
Reply #10 –
I think slider notice would be good enough. It's not a huge issue.
Re: More than one likes in a thread
Reply #11 –
I fixed it in a PR I'm working on, the controller was failing to provide an "error" response when the limit was exceeded.
Just to note, currently the ajax controller for likes has a modal box so thats what I used for hat error. Providing a warning and an error method in our various ajax controllers may be a good thing for 1.1.