Allow Comments Action
NOT Included in any Wikka version yetWhat
- Reverse action of {{nocomments}}.
- If you have disabled comments as the default setting in your main config file,
then you could use this action to re-enable comments on 1 page only.
Use
- Include on the page where you would like to re-enable comments the string:
{{allowcomments}}
Installation
- Save the code below as action/allowcomments.php
- Give it the same file permissions as the other php files in that directory.
Code
<?php $this->config["hide_comments"] = 0; ?>
History
- Published on main site (2005-05-09) - OnegWR
CategoryUserContributions