Wiki source for Mod020fDisableCommentsOnIndividualPages
==== Wikka Mod 020 ====
Type: Feature Addition
----
===Credit:===
**DreckFehler**
[[http://www.wakkawiki.com/WakkaActions | WakkaActions @ WakkaWiki]]
----
=== Disable Comments on a Single Page ===
You can disable comments by placing **""{{nocomments}}""** on any page where you want to disable comments. Useful for pages like UserSettings, PageIndex and stuff like this.
This action was made by creating a file named "nocomments.php" in the actions-folder, which contains one single line:
##<?php $this->config["hide_comments"] = 1; ?>##
-- DreckFehler
----
Type: Feature Addition
----
===Credit:===
**DreckFehler**
[[http://www.wakkawiki.com/WakkaActions | WakkaActions @ WakkaWiki]]
----
=== Disable Comments on a Single Page ===
You can disable comments by placing **""{{nocomments}}""** on any page where you want to disable comments. Useful for pages like UserSettings, PageIndex and stuff like this.
This action was made by creating a file named "nocomments.php" in the actions-folder, which contains one single line:
##<?php $this->config["hide_comments"] = 1; ?>##
-- DreckFehler
----