Create a UI under Admin > Settings > Comments where you can limit

comments only to registered users.  It's simplistic, but is better
than adding a permission since generally this setting will be used
Gallery-wide.

Fixes ticket #1002
This commit is contained in:
Bharat Mediratta
2010-06-05 23:35:32 -07:00
parent 10895ca529
commit 87fde3f360
8 changed files with 82 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="g-block">
<h1> <?= t("Comment settings") ?> </h1>
<div class="g-block-content">
<?= $form ?>
</div>
</div>