summaryrefslogtreecommitdiffstats
path: root/askbot/conf/forum_data_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/forum_data_rules.py')
-rw-r--r--askbot/conf/forum_data_rules.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/askbot/conf/forum_data_rules.py b/askbot/conf/forum_data_rules.py
index be23eab7..491ebfa8 100644
--- a/askbot/conf/forum_data_rules.py
+++ b/askbot/conf/forum_data_rules.py
@@ -187,6 +187,20 @@ settings.register(
)
settings.register(
+ livesettings.BooleanValue(
+ FORUM_DATA_RULES,
+ 'SUBSCRIBED_TAG_SELECTOR_ENABLED',
+ default = False,
+ description = _('Use separate set for subscribed tags'),
+ help_text = _(
+ 'If enabled, users will have a third set of tag selections '
+ '- "subscribed" (by email) in additon to "interesting" '
+ 'and "ignored"'
+ )
+ )
+)
+
+settings.register(
livesettings.IntegerValue(
FORUM_DATA_RULES,
'MAX_COMMENTS_TO_SHOW',