From 79b28ed45cd0f5e2fcc043bf716d011c6571642e Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 2 Nov 2009 09:42:53 +0000 Subject: hide bookmarks below a configurable threshold git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@507 b3834d28-1941-0410-a4f8-b48e95affb8f --- data/config.default.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 76c8856..6eda4e7 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -431,6 +431,14 @@ $enableVoting = true; */ $votingMode = 2; +/** + * Hide bookmarks below a certain voting from all users. + * Null to deactivate it. + * + * @var integer + */ +$hideBelowVoting = null; + /**************************** * Website Thumbnails -- cgit v1.2.3