Hi!
Could someone help me with the menu-social button (likes plugin)? I would like it to be located below each comment, on the left side—not on the right side next to the menu-entity.
I’ve tried many ways, but the best I could do was place it below the menu-entity.
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
- Sem Nick@semnick

Sem Nick - 0 likes
You must log in to post replies.You need to override some files in your custom plugin:
Edit \mod\your_plugin\views\default\object\comment.php to provide the new views:
Edit these new views to provide another new views:
Your goal is to extract elgg_view_menu('social') from
and place it in a new view, e.g.
Then you can place this social.php view to \mod\your_plugin\views\default\object\comment.php under $params['content'] for:
and
Some CSS magic then and done ;)
Thanks for the help. It worked :)