Me gustaria saber en que parte exactamente se renderizan los botones de dar me gusta y comentarios cuales son esas vistas?
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
- Karen@karenavh
Karen - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
You must log in to post replies.En inglés por favor.
Google translated:
Likes are predefined in the social menu. This function does it:
https://github.com/Elgg/Elgg/blob/5.x/mod/likes/lib/functions.php#L17
Comments are predefined in this form:
https://github.com/Elgg/Elgg/blob/5.x/views/default/forms/comment/save.php
The view of button is here:
https://github.com/Elgg/Elgg/blob/5.x/views/default/forms/comment/save.php#L65
Learn more about views, menus and forms
Muchas gracias me gustaría saber si es posible implementar un nuevo botón pero de no me gusta, como hacer que eso sea posible?
English please