Simple Machines Community Forum

SMF Development => Feature Requests => Topic started by: skb on March 15, 2020, 02:03:07 AM

Title: 2.1 Feature Request
Post by: skb on March 15, 2020, 02:03:07 AM
Using 2.1 RC2 GH build from a month back.

It is nice that the "Likes" feature has been added into the s/w.
There is an additional feature that I think would add value. A pop-up window on who liked the post upon hovering on the text "x people like this" instead of clicking on it. Even if this is rejected, if someone could help me with the code for this, I'd be grateful.
Title: Re: 2.1 Feature Request
Post by: Arantor on April 22, 2020, 12:15:10 PM
Doing it on hover makes it 1) more likely to trigger AJAX calls unnecessarily and 2) makes it difficult to work properly on mobile devices.
Title: Re: 2.1 Feature Request
Post by: skb on April 23, 2020, 03:57:11 AM
Thank you for explaining the difficulties involved. I'll zip up and mark this solved.