From 3f9a5210f18c5d4418c3c2d8788f9babf1a231c4 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 17 Feb 2009 13:15:06 +0000 Subject: Interface fix: option to allow admins to see easily tags from other admins when adding/editing a bookmark. [Config file modified: ] git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@289 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config.inc.php.example') diff --git a/config.inc.php.example b/config.inc.php.example index 1857250..bbe6db4 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -31,6 +31,7 @@ $tableprefix = 'sc_'; # table prefix used for this installation. Do not use '-' $adminemail = 'admin@example.org'; # Contact address for the site administrator. Used as the FROM address in password retrieval e-mails. $admin_users = array(''); # admin users = array('adminnickname', 'user1nick', 'user2nick'); $adminsCanModifyBookmarksFromOtherUsers = true; # 'true' if admin users can edit or delete bookmarks belonging to other users. Else 'false'. +$adminsAreAdvisedTagsFromOtherAdmins = false; # 'true' if tags from other admins are proposed to each admin (in add/edit a bookmark page). Else 'false'. $reservedusers = array('all', 'watchlist'); # array of usernames that cannot be registered # Antispam $antispamQuestion = 'name of this application (no Caps)'; # antispamQuestion: A question to avoid spam -- cgit v1.2.3