I'm changing the layout of the view page. Previous versions allowed me to manually display the comments box as well as comments made by users. I tried the same function but it returns empty:
$debates = elgg_extract('entity', $vars, FALSE);
$responses = elgg_view_comments($debates, true);
($responses is empty)
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
- rjcalifornia@rjcalifornia
rjcalifornia - 0 likes
You must log in to post replies.Try this:
or
Thank you! It worked!