1
0

Allow subscribers to comments to receive fulltext

This commit is contained in:
Garvin Hicking
2008-06-17 12:06:45 +00:00
parent 6c49e559e4
commit 8594f1297f
66 changed files with 109 additions and 40 deletions

View File

@ -319,13 +319,6 @@
'permission' => 'siteConfiguration',
'flags' => array('installOnly', 'local')),
array('var' => 'allowSubscriptions',
'title' => INSTALL_SUBSCRIBE,
'description' => INSTALL_SUBSCRIBE_DESC,
'type' => 'bool',
'permission' => 'siteConfiguration',
'default' => true),
array('var' => 'blogTitle',
'title' => INSTALL_BLOGNAME,
'description' => INSTALL_BLOGNAME_DESC,
@ -349,6 +342,13 @@
'permission' => 'blogConfiguration',
'default' => ''),
array('var' => 'allowSubscriptions',
'title' => INSTALL_SUBSCRIBE,
'description' => INSTALL_SUBSCRIBE_DESC,
'type' => 'list',
'default' => array('true' => YES, 'false' => NO, 'fulltext' => FULL_COMMENT_TEXT),
'permission' => 'siteConfiguration'),
array('var' => 'lang',
'title' => INSTALL_LANG,
'description' => INSTALL_LANG_DESC,