[commits] [Wiki] changed: CustomizingPreferencesH5
    Wiki Guest 
    wikiguest at horde.org
       
    Wed Aug 20 13:22:22 UTC 2014
    
    
  
guest [98.174.223.60]  Wed, 20 Aug 2014 13:22:22 +0000
Modified page: http://wiki.horde.org/CustomizingPreferencesH5
New Revision:  8
Change log:  Suppress "blacklist" and "whitelist" menu items
@@ -98,4 +98,23 @@
      if(!isset($info) || $info === false || $info == '') {
      	return $value; // error getting user information
      }
  </code>
+
+
+++ Suppressing "whitelist" and "blacklist" menu items
+
+As an administrator you may want to manage all SPAM controls at the  
server and if so, you'll want to remove these menu items so as not to  
confuse/frustrate your users.
+
+File to edit: ../ingo/config/prefs.local.php
+
+
+<code type="php">
+
+$_prefs['whitelist']['locked'] = true;
+$_prefs['spam']['locked'] = true;
+
+</code>
+
+
+
+
    
    
More information about the commits
mailing list