1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-03 18:59:45 +02:00

Add the user_* text areas

This commit is contained in:
e107steved 2007-07-23 21:02:35 +00:00
parent 7af3514375
commit 76f74ae9fd
2 changed files with 24 additions and 3 deletions
e107_plugins/linkwords

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/admin_config.php,v $
| $Revision: 1.4 $
| $Date: 2007-03-06 20:17:10 $
| $Revision: 1.5 $
| $Date: 2007-07-23 21:02:35 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -29,7 +29,9 @@ $lw_context_areas = array(
'title' => LWLAN_33,
'summary' => LWLAN_34,
'body' => LWLAN_35,
'description' => LWLAN_36
'description' => LWLAN_36,
'user_title' => LWLAN_40,
'user_body' => LWLAN_41
// Don't do the next three - linkwords are meaningless on them
// 'olddefault' => LWLAN_37,
// 'linktext' => LWLAN_38,

@ -1,4 +1,21 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| ©Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/languages/English.php,v $
| $Revision: 1.4 $
| $Date: 2007-07-23 21:02:35 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("LWLAN_1", "Field(s) left blank.");
define("LWLAN_2", "Link word saved.");
@ -39,6 +56,8 @@ define("LWLAN_36", 'Descriptions (links etc)');
define("LWLAN_37", 'Legacy areas');
define("LWLAN_38", 'Clickable links');
define("LWLAN_39", 'Unprocessed text');
define("LWLAN_40", 'User-entered titles (e.g. forum)');
define("LWLAN_41", 'User-entered body text (e.g. forum)');
define("LWLANINS_1", "Linkwords");