Is there a way to disable comments on wiki pages that you create? I just want the users to read what's written and not write comments about it. Thanks in advance!
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.
- MarkBeachill@markbeachill
MarkBeachill - 0 likes
- Kevin Mathew@facebook_631994772
Kevin Mathew - 0 likes
You must log in to post replies.in /mod/pages/views.php there is:
//add comments
$body .= elgg_view_comments($pages);
just comment out the $body line
Mark
Thanks, Mark that worked perfectly! I knew it had to be a fairly obvious solution just wasnt sure where to look ;)