I want to show "total likes" on user profile page because it will make a competition among all user. They will make good content to get likes, not SPAM/random content . I think there are many Elgg site owners need this, especially me. :) .
Sorry for my bad english
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.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
You must log in to post replies."total likes" which content (blogs, pages, files...)?
Perhaps, you just need Liked content plugin
Likes are saved as annotations on entities. If you want to show the count of likes, you can use elgg_get_annotations() api. If you want to list the contents, then use Liked content plugin mentioned by RVR.
http://learn.elgg.org/en/2.0/design/database.html#annotations