1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 22:01:05 +02:00

Allow control of who can email items

This commit is contained in:
e107steved
2009-09-28 21:00:18 +00:00
parent 3a67014d65
commit 259d3a3708
6 changed files with 85 additions and 173 deletions

View File

@@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $
| $Revision: 1.21 $
| $Date: 2009-08-20 11:38:24 $
| $Author: e107coders $
| $Revision: 1.22 $
| $Date: 2009-09-28 21:00:17 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -221,7 +221,10 @@ define("PRFLAN_203", "Username/Email and Password");
define("PRFLAN_204", "Separate plugins into their own menu.");
define("PRFLAN_205", "If enabled, plugins will be displayed in their own navigation menu, similar to e107 v0.7 and before.");
define("PRFLAN_206", "Members-only URL exceptions");
define("PRFLAN_207", "Membersonly-mode with be disabled for URLs that match any of the terms in this list. One per line.");
define("PRFLAN_207", "Members only-mode will be disabled for URLs that match any of the terms in this list. One per line.");
define('PRFLAN_208', 'User class which can email links to items on site');
define('PRFLAN_209', 'Other Features');
define('PRFLAN_210', 'Comments/Posting');
?>