When I click on "3 likes" ( or any number of likes) the pop-up shows the list of persons who made the likes. This box or overlay does not go away by itself or when clicked on or away from it. Tested in latest FF and other browsers. How to make it disappear?
How can I find a list of all the "Likes" I have made?
How can a List of Pages/Groups etc liked by an user be made visible in her profile?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- kanha@kanha

kanha - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Is the issue persistent?
- Are you using the default river page or some customized version?
- Which Elgg version are you using?
- Have you tried it after disabling all non-bundled plugins?
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
You must log in to post replies.Haven't tested the first thing, but if you're sure it's a bug and it's replicable on a clean installation please file bug reports over at github: https://github.com/Elgg/Elgg/issues?state=open
Maybe do a search first to see if it's already been reported (I don't believe so).
Regarding your other two questions: this functionality isn't included in core, but can be added easily enough with some plugin code.
If you're a coder look at elgg_get_entities_from_annotations()
http://reference.elgg.org/annotations_8php.html#abe8782882d980d7075eaaf4f363c31b5
Is the likable object being displayed twice on the same page so that the "3 likes" is also displayed on both of them?
If so, it's this bug: https://github.com/Elgg/Elgg/issues/5121
Thanks for the hints, Matt
Thanks Juho
Here's a screenshot
Have you tried clicking on the 'X'?
@Beck24 That icon is for removing the like.
ah, I interpreted that differently :)