Wikka Mod 020

Type: Feature Addition

Credit:

DreckFehler
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

Comments
Comment by 82.71.36.214
2006-02-25 12:38:19
I made myself the opposite of this plugin, I set comments to hidden in my config file and then made a "comments.php" in the actions folder with
<?php $this->config["hide_comments"] = 0; ?>

This allows me to just enable comments on the pages I want - ericthefish
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki