mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
content: LARGE update, redesign 'personal manager and submit' area, general code improvements, redesign admin options interface etc.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/languages/English/lan_content.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-01-14 11:59:11 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-03-13 16:51:05 $
|
||||
| $Author: lisa_ $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -72,14 +72,16 @@ define("CONTENT_PAGETITLE_LAN_4", "Top Rated");
|
||||
define("CONTENT_PAGETITLE_LAN_5", "Author");
|
||||
define("CONTENT_PAGETITLE_LAN_6", "Archive");
|
||||
define("CONTENT_PAGETITLE_LAN_7", "Submit");
|
||||
define("CONTENT_PAGETITLE_LAN_8", "Submit Content Item");
|
||||
define("CONTENT_PAGETITLE_LAN_9", "Personal Content Manager");
|
||||
define("CONTENT_PAGETITLE_LAN_8", "Submit Item");
|
||||
define("CONTENT_PAGETITLE_LAN_9", "Submit And Content Manager");
|
||||
define("CONTENT_PAGETITLE_LAN_10", "View Items");
|
||||
define("CONTENT_PAGETITLE_LAN_11", "Edit Item");
|
||||
define("CONTENT_PAGETITLE_LAN_12", "Create Item");
|
||||
define("CONTENT_PAGETITLE_LAN_13", "Categories");
|
||||
define("CONTENT_PAGETITLE_LAN_14", "Authorlist");
|
||||
define("CONTENT_PAGETITLE_LAN_15", "Top Score");
|
||||
define("CONTENT_PAGETITLE_LAN_16", "Submitted Items");
|
||||
define("CONTENT_PAGETITLE_LAN_17", "Post Submitted Item");
|
||||
|
||||
define("CONTENT_SEARCH_LAN_0", "no content items found with these keywords.");
|
||||
|
||||
@@ -164,8 +166,8 @@ define("CONTENT_LAN_63", "view all authors");
|
||||
define("CONTENT_LAN_64", "view top rated items");
|
||||
define("CONTENT_LAN_65", "submit content");
|
||||
define("CONTENT_LAN_66", "click here to submit content, you can choose the category on the submit page.");
|
||||
define("CONTENT_LAN_67", "personal content manager");
|
||||
define("CONTENT_LAN_68", "click here to manage your personal content.");
|
||||
define("CONTENT_LAN_67", "submit and manage content");
|
||||
define("CONTENT_LAN_68", "click here to submit or manage content.");
|
||||
define("CONTENT_LAN_69", "email the");
|
||||
define("CONTENT_LAN_70", "print the");
|
||||
define("CONTENT_LAN_71", "content item");
|
||||
@@ -213,4 +215,8 @@ define("CONTENT_MENU_LAN_18", "");
|
||||
define("CONTENT_MENU_LAN_19", "");
|
||||
define("CONTENT_MENU_LAN_20", "");
|
||||
|
||||
define("CONTENT_MANAGER_LAN_1", "create content");
|
||||
define("CONTENT_MANAGER_LAN_2", "edit content");
|
||||
define("CONTENT_MANAGER_LAN_3", "approve submitted ");
|
||||
define("CONTENT_MANAGER_LAN_4", "submit content");
|
||||
?>
|
@@ -4,8 +4,8 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/languages/English/lan_content_admin.php,v $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2007-03-05 08:18:27 $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2007-03-13 16:51:05 $
|
||||
| $Author: lisa_ $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -18,13 +18,17 @@ define("CONTENT_PLUGIN_LAN_4", "This plugin is now ready to be used.");
|
||||
define("CONTENT_PLUGIN_LAN_5", "Content");
|
||||
define("CONTENT_PLUGIN_LAN_6", "Content Management Plugin table structure updated");
|
||||
|
||||
|
||||
define("CONTENT_LATEST_LAN_1", "Submitted Content Items:");
|
||||
define("CONTENT_STATUS_LAN_1", "Submitted Content Items:");
|
||||
|
||||
|
||||
define("CONTENT_TEMPLATE_LAN_1", "id:");
|
||||
define("CONTENT_TEMPLATE_LAN_2", "author:");
|
||||
define("CONTENT_TEMPLATE_LAN_3", "view item:");
|
||||
define("CONTENT_TEMPLATE_LAN_4", "subheading:");
|
||||
define("CONTENT_TEMPLATE_LAN_5", "category:");
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_CAT_LAN_0", "create content category");
|
||||
define("CONTENT_ADMIN_CAT_LAN_1", "edit content category");
|
||||
@@ -56,10 +60,10 @@ define("CONTENT_ADMIN_CAT_LAN_26", "new main category");
|
||||
define("CONTENT_ADMIN_CAT_LAN_27", "category");
|
||||
define("CONTENT_ADMIN_CAT_LAN_28", "Assign users from the left window to the Personal Content Manager for this category");
|
||||
define("CONTENT_ADMIN_CAT_LAN_29", "Admins - click to move ... ");
|
||||
define("CONTENT_ADMIN_CAT_LAN_30", "Personal Content Manager");
|
||||
define("CONTENT_ADMIN_CAT_LAN_30", "Submit And Content Manager");
|
||||
define("CONTENT_ADMIN_CAT_LAN_31", "remove");
|
||||
define("CONTENT_ADMIN_CAT_LAN_32", "clear managers");
|
||||
define("CONTENT_ADMIN_CAT_LAN_33", "assign personal content managers");
|
||||
define("CONTENT_ADMIN_CAT_LAN_33", "assign Submit And Content Managers");
|
||||
define("CONTENT_ADMIN_CAT_LAN_34", "admins successfully assigned to the category");
|
||||
define("CONTENT_ADMIN_CAT_LAN_35", "content sub category deleted");
|
||||
define("CONTENT_ADMIN_CAT_LAN_36", "Category check: there are still subcategories present, the category will NOT be deleted. First remove all subcategories and then try again.");
|
||||
@@ -67,10 +71,8 @@ define("CONTENT_ADMIN_CAT_LAN_37", "content items check: there are still content
|
||||
define("CONTENT_ADMIN_CAT_LAN_38", "content items check: no items found");
|
||||
define("CONTENT_ADMIN_CAT_LAN_39", "category check: no subcategories found");
|
||||
define("CONTENT_ADMIN_CAT_LAN_40", "Below you see a list of the main category and all subcategories if present.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_CAT_LAN_41", "The personal manager of content categories allows you to assign certain other admins to a category. With this privilege these admins can manage their own, and only their own, personal content items in this specified category, without the need to have control over the full content manager plugin. From the normal content page outside of the admin area they will see a personal manager icon which redirects them to the personal manager page.");
|
||||
define("CONTENT_ADMIN_CAT_LAN_42", "to re-edit the same category");
|
||||
|
||||
define("CONTENT_ADMIN_CAT_LAN_43", "click here");
|
||||
define("CONTENT_ADMIN_CAT_LAN_44", "to add another category in the earlier selected main category");
|
||||
define("CONTENT_ADMIN_CAT_LAN_45", "allow comments?");
|
||||
@@ -78,12 +80,7 @@ define("CONTENT_ADMIN_CAT_LAN_46", "allow rating?");
|
||||
define("CONTENT_ADMIN_CAT_LAN_47", "display print/email icons?");
|
||||
define("CONTENT_ADMIN_CAT_LAN_48", "choose which users see this item");
|
||||
define("CONTENT_ADMIN_CAT_LAN_49", "choose an icon for this category");
|
||||
//define("CONTENT_ADMIN_CAT_LAN_50", "content menu created<br /><br />Because you have created a Main Parent Category, a Menu has been generated.<br />The menu file has been created in your /menus folder.<br /><br />In order to see the menu in action, you still need to activate this menu in your <a href='".e_ADMIN."menus.php'>admin menus area</a>.");
|
||||
define("CONTENT_ADMIN_CAT_LAN_50", "
|
||||
Only if you have created a New Main Parent Category, a menu file has been created.<br />
|
||||
This menu file has been created in your /menus folder.<br />
|
||||
In order to see the menu in action, you still need to activate the menu in your <a href='".e_ADMIN."menus.php'>admin menus area</a>.<br /><br />
|
||||
");
|
||||
define("CONTENT_ADMIN_CAT_LAN_50", "Only if you have created a New Main Parent Category, a menu file has been created.<br />This menu file has been created in your /menus folder.<br />In order to see the menu in action, you still need to activate the menu in your <a href='".e_ADMIN."menus.php'>admin menus area</a>.<br /><br />");
|
||||
define("CONTENT_ADMIN_CAT_LAN_51", "error; menu file not created");
|
||||
define("CONTENT_ADMIN_CAT_LAN_52", "ALWAYS choose a category first before you fill in other fields!");
|
||||
define("CONTENT_ADMIN_CAT_LAN_53", "to manage another category");
|
||||
@@ -98,12 +95,17 @@ define("CONTENT_ADMIN_CAT_LAN_61", "upload a new icon");
|
||||
define("CONTENT_ADMIN_CAT_LAN_62", "After you have uploaded a new category icon, you can assign this icon in the below 'icon' area<br />If you upload a new icon, this icon will be scaled to 48 pixels, and additionally a small 16 pixels icon will be created as well<br /><br />");
|
||||
define("CONTENT_ADMIN_CAT_LAN_63", "upload icon");
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_0", "approve submitted");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_1", "users with this class are able to approve submitted content items");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_2", "personal manager");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_3", "users with this class are able to manage only their personal content items");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_3", "users with this class are able to create and manage their personal content items");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_4", "category manager");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_5", "users with this class are able to manage all content items in this category");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_5", "users with this class are able to create and manage all content items in this category");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_6", "submit content");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_7", "users with this class are able to submit content items in this category");
|
||||
define("CONTENT_ADMIN_MANAGER_LAN_8", "manager inherit preferences updated");
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_0", "required field(s) left blank");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_1", "content item created");
|
||||
@@ -161,7 +163,7 @@ define("CONTENT_ADMIN_ITEM_LAN_52", "submit content item");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_53", "meta keywords");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_54", "additional data");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_55", "Go back to the <a href='".e_SELF."'>main content manager page</a> to manage more of your personal content<br />or<br />Go to the <a href='".e_PLUGIN."content/content.php'>content main page</a> to view content items.");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_56", "personal content manager");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_56", "submit and manage content");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_57", "category");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_58", "items");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_59", "move");
|
||||
@@ -200,31 +202,23 @@ define("CONTENT_ADMIN_ITEM_LAN_91", "to re-edit the same item");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_92", "layout");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_93", "choose a layout scheme");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_94", "select a layout scheme");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_95", "upload a new icon");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_96", "choose an existing icon");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_97", "After you have uploaded a new icon, you can assign it in the below 'choose an existing icon' area");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_98", "upload a new attachment");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_99", "choose an existing attachment");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_100", "After you have uploaded a new attachment, you can assign it in the below 'choose an existing attachment' area");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_101", "upload a new image");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_102", "choose an existing image");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_103", "After you have uploaded a new image, you can assign it in the below 'choose an existing image' area");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_104", "upload");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_105", "view");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_106", "icon successfully uploaded<br />notice: you still need to assign the icon to this content item in the 'choose an existing icon' area !<br />and of course after that you still need to submit the form to create/update the content item");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_107", "icon not uploaded");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_108", "attachment successfully uploaded<br />notice: you still need to assign the attachment to this content item in the 'choose an existing attachment' area !<br />and of course after that you still need to submit the form to create/update the content item");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_109", "attachment not uploaded");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_110", "image successfully uploaded<br />notice: you still need to assign the image to this content item in the 'choose an existing image' area !<br />and of course after that you still need to submit the form to create/update the content item");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_111", "image not uploaded");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_112", "upload an icon, attachment or image");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_113", "choose the type of upload in the select box before you upload the file");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_114", "icon");
|
||||
@@ -234,11 +228,9 @@ define("CONTENT_ADMIN_ITEM_LAN_117", "submitted content item posted");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_118", "no");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_119", "assigned");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_120", "default layout");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_121", "no new icon uploaded yet");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_122", "no new attachment uploaded yet");
|
||||
define("CONTENT_ADMIN_ITEM_LAN_123", "no new image uploaded yet");
|
||||
|
||||
define("CONTENT_ADMIN_ITEM_LAN_124", "to view the item");
|
||||
|
||||
|
||||
@@ -247,7 +239,6 @@ define("CONTENT_ADMIN_ORDER_LAN_1", "order is decreased");
|
||||
define("CONTENT_ADMIN_ORDER_LAN_2", "new order for content items is saved");
|
||||
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_MAIN_LAN_0", "existing content categories");
|
||||
define("CONTENT_ADMIN_MAIN_LAN_1", "no content categories yet");
|
||||
define("CONTENT_ADMIN_MAIN_LAN_2", "main content categories");
|
||||
@@ -297,7 +288,6 @@ define("CONTENT_ADMIN_MAIN_LAN_28", "choose category ...");
|
||||
define("CONTENT_ADMIN_MAIN_LAN_29", "NEW MAIN CATEGORY");
|
||||
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_MENU_LAN_0", "Manage Content");
|
||||
define("CONTENT_ADMIN_MENU_LAN_1", "Create Content");
|
||||
define("CONTENT_ADMIN_MENU_LAN_2", "Manage Category");
|
||||
@@ -315,7 +305,7 @@ define("CONTENT_ADMIN_MENU_LAN_13", "Content pages");
|
||||
define("CONTENT_ADMIN_MENU_LAN_14", "Menu");
|
||||
define("CONTENT_ADMIN_MENU_LAN_15", "Order");
|
||||
define("CONTENT_ADMIN_MENU_LAN_16", "Archive Page");
|
||||
define("CONTENT_ADMIN_MENU_LAN_17", "Personal Content Manager");
|
||||
define("CONTENT_ADMIN_MENU_LAN_17", "Submit And Content Manager");
|
||||
define("CONTENT_ADMIN_MENU_LAN_18", "Author Page");
|
||||
define("CONTENT_ADMIN_MENU_LAN_19", "Content Manager");
|
||||
define("CONTENT_ADMIN_MENU_LAN_20", "Top Rated Page");
|
||||
@@ -325,6 +315,7 @@ define("CONTENT_ADMIN_MENU_LAN_23", "Admin : Create Category");
|
||||
define("CONTENT_ADMIN_MENU_LAN_24", "Breadcrumb");
|
||||
define("CONTENT_ADMIN_MENU_LAN_25", "Navigator / Search / Order");
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_JS_LAN_0", "Are you sure you want to delete this category?");
|
||||
define("CONTENT_ADMIN_JS_LAN_1", "Are you sure you want to delete this content?");
|
||||
define("CONTENT_ADMIN_JS_LAN_2", "are you sure you want to remove the current image ?");
|
||||
@@ -338,7 +329,6 @@ define("CONTENT_ADMIN_JS_LAN_9", "NOTICE :\\nonly empty categories can be delete
|
||||
define("CONTENT_ADMIN_JS_LAN_10", "Are you sure you want to delete this submitted content before posting it?");
|
||||
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_0", "you do not have enough permission or user submission is not enabled");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_1", "content submit types");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_2", "Thank you, your content item has been submitted.");
|
||||
@@ -348,18 +338,6 @@ define("CONTENT_ADMIN_SUBMIT_LAN_5", "Go back to the <a href='".e_SELF."'>main s
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_6", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_7", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_8", "submitted content item deleted");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_9", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_10", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_11", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_12", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_13", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_14", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_15", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_16", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_17", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_18", "");
|
||||
define("CONTENT_ADMIN_SUBMIT_LAN_19", "");
|
||||
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_0", "content");
|
||||
@@ -421,7 +399,6 @@ define("CONTENT_ADMIN_CONVERSION_LAN_55", "content management plugin : conversio
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_56", "click the button to go to the Content Create New Category page.");
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_57", "choose parent");
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_58", "upgrade successful<br /><br /><b>Please note:<br />you need to reconfigure the options for each main parent<br />and you need to delete the menus you've created in your content/menus folder, and recreate them by updating the options for the specific main parents you want to use menus for.</b>");
|
||||
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_59", "convert table");
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_60", "create defaults");
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_61", "create new category");
|
||||
@@ -435,10 +412,11 @@ define("CONTENT_ADMIN_CONVERSION_LAN_68", "Content Management Plugin : content_t
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_69", "");
|
||||
define("CONTENT_ADMIN_CONVERSION_LAN_70", "");
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_1", "Options:");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_2", "Pages:");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_3", "Admin : Create Item");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_4", "Submit Item");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_4", "options : submit content");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_5", "Path Locations");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_6", "General");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_7", "Content Manager");
|
||||
@@ -457,6 +435,8 @@ define("CONTENT_ADMIN_OPT_LAN_MENU_19", "recent items list");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_20", "links to pages");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_21", "Admin : Create Category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_22", "Theme and Layout");
|
||||
define("CONTENT_ADMIN_OPT_LAN_MENU_23", "options : content managers");
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_OPT_LAN_SECTION_0", "sections");
|
||||
define("CONTENT_ADMIN_OPT_LAN_SECTION_1", "choose what will be displayed");
|
||||
@@ -535,7 +515,6 @@ define("CONTENT_PRESET_LAN_31", "radio");
|
||||
define("CONTENT_PRESET_LAN_32", "example:");
|
||||
|
||||
|
||||
|
||||
define("CONTENT_ADMIN_OPT_LAN_0", "options");
|
||||
define("CONTENT_ADMIN_OPT_LAN_1", "default preferences");
|
||||
define("CONTENT_ADMIN_OPT_LAN_2", "update options");
|
||||
@@ -554,8 +533,7 @@ define("CONTENT_ADMIN_OPT_LAN_15", "path to content cat icons (large)");
|
||||
define("CONTENT_ADMIN_OPT_LAN_16", "path to content cat icons (small)");
|
||||
define("CONTENT_ADMIN_OPT_LAN_17", "path to content item icons");
|
||||
define("CONTENT_ADMIN_OPT_LAN_18", "path to content item images");
|
||||
define("CONTENT_ADMIN_OPT_LAN_19", "path to content item attachments
|
||||
");
|
||||
define("CONTENT_ADMIN_OPT_LAN_19", "path to content item attachments");
|
||||
define("CONTENT_ADMIN_OPT_LAN_20", "define theme for this main category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_21", "define default layout scheme");
|
||||
define("CONTENT_ADMIN_OPT_LAN_22", "activate logging of refer count");
|
||||
@@ -640,7 +618,7 @@ define("CONTENT_ADMIN_OPT_LAN_100", "link : all content items");
|
||||
define("CONTENT_ADMIN_OPT_LAN_101", "link : top rated");
|
||||
define("CONTENT_ADMIN_OPT_LAN_102", "link : top score");
|
||||
define("CONTENT_ADMIN_OPT_LAN_103", "link : recent items");
|
||||
define("CONTENT_ADMIN_OPT_LAN_104", "link : submit item");
|
||||
define("CONTENT_ADMIN_OPT_LAN_104", "link : Submit And Content Manager");
|
||||
define("CONTENT_ADMIN_OPT_LAN_105", "icon : links");
|
||||
define("CONTENT_ADMIN_OPT_LAN_106", "none (), bullet (), middot (·), white bullet (<28>), arrow (»), category_icon()");
|
||||
define("CONTENT_ADMIN_OPT_LAN_107", "none");
|
||||
@@ -654,8 +632,8 @@ define("CONTENT_ADMIN_OPT_LAN_114", "rendertype for links");
|
||||
define("CONTENT_ADMIN_OPT_LAN_115", "caption for link list");
|
||||
define("CONTENT_ADMIN_OPT_LAN_116", "this caption will only be used if the links are shown as 'normallinks'.");
|
||||
define("CONTENT_ADMIN_OPT_LAN_117", "display categories");
|
||||
define("CONTENT_ADMIN_OPT_LAN_118", "include main category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_119", "if disabled only the subcategories of the main parent are displayed");
|
||||
define("CONTENT_ADMIN_OPT_LAN_118", "include top level category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_119", "if disabled only the subcategories of the top level category are displayed");
|
||||
define("CONTENT_ADMIN_OPT_LAN_120", "display number of items in each category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_121", "icon: category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_122", "icon: category (default)");
|
||||
@@ -680,7 +658,7 @@ define("CONTENT_ADMIN_OPT_LAN_140", "Manage Category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_141", "Create Category");
|
||||
define("CONTENT_ADMIN_OPT_LAN_142", "Order");
|
||||
define("CONTENT_ADMIN_OPT_LAN_143", "Options");
|
||||
define("CONTENT_ADMIN_OPT_LAN_144", "Personal Content Manager");
|
||||
define("CONTENT_ADMIN_OPT_LAN_144", "Submit And Content Manager");
|
||||
define("CONTENT_ADMIN_OPT_LAN_145", "Recent");
|
||||
define("CONTENT_ADMIN_OPT_LAN_146", "All Categories");
|
||||
define("CONTENT_ADMIN_OPT_LAN_147", "One Category");
|
||||
|
@@ -4,71 +4,70 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/languages/English/lan_content_help.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-03-01 09:32:28 $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-03-13 16:51:05 $
|
||||
| $Author: lisa_ $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("CONTENT_ADMIN_HELP_1", "Content Management Help Area");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ITEM_1", "<i>if you have not yet added main parent categories, please do so at the <a href='".e_SELF."?cat.create'>Create New Category</a> page.</i><br /><br /><b>category</b><br />select a category from the pull-down menu to manage content for that category.<br /><br />Selecting a main parent from the pull-down menu will show all content items in that main category.<br />Selecting a subcategory will show only those content items in the specified subcategory.<br /><br />You can also use the menu on the right to view all content items for a specified category.");
|
||||
define("CONTENT_ADMIN_HELP_ITEM_1", "<i>if you have not yet added top level categories, please do so at the <a href='".e_SELF."?cat.create'>Create New Category</a> page.</i><br /><br /><b>category</b><br />select a category from the pull-down menu to manage content for that category.<br /><br />Selecting a top level category from the pull-down menu will show all content items in that top level category.<br />Selecting a subcategory will show only those content items in the specified subcategory.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ITEM_2", "<b>first letters</b><br />if multiple content item starting letters of the content_heading are present, you will see buttons to select only those content items starting with that letter. Selecting the 'all' button will show a list containing all content items in this category.<br /><br /><b>detailed list</b><br />You see a list of all content items with their id, icon, author, heading [subheading] and options.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_USER." : link to the author profile<br />".CONTENT_ICON_LINK." : link to the content item<br />".CONTENT_ICON_EDIT." : edit the content item<br />".CONTENT_ICON_DELETE." : delete the content item<br />");
|
||||
define("CONTENT_ADMIN_HELP_ITEM_2", "<b>first letters</b><br />if multiple content item starting letters of the content_heading are present, you will see buttons to select only those content items starting with that letter. Selecting the 'all' button will show a list containing all content items in this category.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_EDIT." : edit the content item<br />".CONTENT_ICON_DELETE." : delete the content item<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ITEMEDIT_1", "<b>edit form</b><br />you can now edit all information for this content item and submit your changes.<br /><br />If you need to change the category for this content item, please do so first. After you have selected the correct category, change or add any fields present, before you submit the changes.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ITEMCREATE_1", "<b>category</b><br />please select a category from the select box to create your content item for.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ITEMCREATE_2", "<b>creation form</b><br />you can now provide all information for this content item and submit it.<br /><br />Be aware of the fact that different main parent categories can have a different set of preferences; different fields can be available for you to fill in. Therefore you always need to select a category first before you fill in other fields!");
|
||||
define("CONTENT_ADMIN_HELP_ITEMCREATE_2", "<b>creation form</b><br />you can now provide all information for this content item and submit it.<br /><br /><b>Be aware of the fact that different top level categories can have a different set of preferences; different fields can be available for you to fill in. Therefore you always need to select a category first before you fill in other fields!</b>");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_CAT_1", "<i>this page shows all categories and subcategories present.</i><br /><br /><b>detailed list</b><br />You see a list of all subcategories with their id, icon, author, category [subheading] and options.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_USER." : link to the author profile<br />".CONTENT_ICON_LINK." : link to the category<br />".CONTENT_ICON_EDIT." : edit the category<br />".CONTENT_ICON_DELETE." : delete the category<br />");
|
||||
define("CONTENT_ADMIN_HELP_CAT_1", "<i>this page shows all categories and subcategories present.</i><br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_EDIT." : edit the category<br />".CONTENT_ICON_DELETE." : delete the category<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_CAT_2", "<i>this page allows you to create a new category</i><br /><br />Always choose a parent category before you fill in the other fields !<br /><br />This must be done, because some unique category preferences need to be loaded in the system.<br /><br />By default the category page is shown to create a new main category.");
|
||||
define("CONTENT_ADMIN_HELP_CAT_2", "<i>this page allows you to create a new category</i><br /><br />Always choose a parent category before you fill in the other fields !<br /><br />This must be done, because some unique category preferences need to be loaded in the system.<br /><br />By default the category page is shown to create a new top level category.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_CAT_3", "<i>this page shows the category edit form.</i><br /><br /><b>category edit form</b><br />you can now edit all information for this (sub)category and submit your changes.<br /><br />If you want to change the parent location for this category, please do so first. After you have set the correct category edit all other fields.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ORDER_1", "<i>this page shows all categories and subcategories present.</i><br /><br /><b>detailed list</b><br />you see the category id and the category name. also you see several options to manage the order of the categories.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_USER." : link to the author profile<br />".CONTENT_ICON_LINK." : link to the category<br />".CONTENT_ICON_ORDERALL." : manage the global order of content item regardless of category.<br />".CONTENT_ICON_ORDERCAT." : manage the order of content items in the specific category.<br />".CONTENT_ICON_ORDER_UP." : the up button allows you to move a content item one up in order.<br />".CONTENT_ICON_ORDER_DOWN." : the down button allows you to move a content item one down in order.<br /><br /><b>order</b><br />here you can manually set the order of all the categories in this each parent. You need to change the values in the select boxes to the order of your kind and then press the update button below to save the new order.<br />");
|
||||
define("CONTENT_ADMIN_HELP_ORDER_1", "<i>This page shows all categories and subcategories present.</i><br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_ORDERALL." : manage the global order of content item regardless of category.<br />".CONTENT_ICON_ORDERCAT." : manage the order of content items in the specific category.<br />".CONTENT_ICON_ORDER_UP." : the up button allows you to move a content item one up in order.<br />".CONTENT_ICON_ORDER_DOWN." : the down button allows you to move a content item one down in order.<br /><br /><b>order</b><br />here you can manually set the order of all the categories in this each parent. You need to change the values in the select boxes to the order of your kind and then press the update button below to save the new order.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ORDER_2", "<i>this page shows all content items from the category you have selected.</i><br /><br /><b>detailed list</b><br />you see the content id, the content author and the content heading. also you see several options to manage the order of the content items.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_USER." : link to the author profile<br />".CONTENT_ICON_LINK." : link to the content item<br />".CONTENT_ICON_ORDER_UP." : the up button allows you to move a content item one up in order.<br />".CONTENT_ICON_ORDER_DOWN." : the down button allows you to move a content item one down in order.<br /><br /><b>order</b><br />here you can manually set the order of all the categories in this main parent. You need to change the values in the select boxes to the order of your kind and then press the update button below to save the new order.<br />");
|
||||
define("CONTENT_ADMIN_HELP_ORDER_2", "<i>This page shows all content items from the category you have selected.</i><br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_ORDER_UP." : the up button allows you to move a content item one up in order.<br />".CONTENT_ICON_ORDER_DOWN." : the down button allows you to move a content item one down in order.<br /><br /><b>order</b><br />here you can manually set the order of all the categories in this top level category. You need to change the values in the select boxes to the order of your kind and then press the update button below to save the new order.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_ORDER_3", "<i>this page shows all content items from main parent category you have selected.</i><br /><br /><b>detailed list</b><br />you see the content id, the content author and the content heading. also you see several options to manage the order of the content items.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_USER." : link to the author profile<br />".CONTENT_ICON_LINK." : link to the content item<br />".CONTENT_ICON_ORDER_UP." : the up button allow you to move a content item one up in order.<br />".CONTENT_ICON_ORDER_DOWN." : the down button allow you to move a content item one down in order.<br /><br /><b>order</b><br />here you can manually set the order of all the categories in this main parent. You need to change the values in the select boxes to the order of your kind and then press the update button below to save the new order.<br />");
|
||||
define("CONTENT_ADMIN_HELP_ORDER_3", "<i>This page shows all content items from the top level category you have selected.</i><br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_ORDER_UP." : the up button allow you to move a content item one up in order.<br />".CONTENT_ICON_ORDER_DOWN." : the down button allow you to move a content item one down in order.<br /><br /><b>order</b><br />here you can manually set the order of all the categories in this top level category. You need to change the values in the select boxes to the order of your kind and then press the update button below to save the new order.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_1", "On this page you can select a main parent category to set options for, or you can choose to edit the default preferences.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_USER." : link to the author profile<br />".CONTENT_ICON_LINK." : link to the category<br />".CONTENT_ICON_OPTIONS." : edit the options<br /><br /><br />The default preferences are only used when you create a new main parent. So when you create a new main parent these default preferences will be stored. You can change these to make sure newly created main parents already have a certain set of features present.<br /><br />Each main parent has its own set of options, which are unique to that specific main parent category<br /><br /><b>inherit</b><br />The inherit checkboxes allow you to override the main parents individual options, and use the default preferences for the checked main parents.");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_1", "On this page you can select a top level category to set options for, or you can choose to edit the default preferences.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_OPTIONS." : edit the options<br /><br /><br />The default preferences are only used when you create a new top level category and when you use the inherit option. So when you create a new top level category these default preferences will be stored. You can change these to make sure newly created top level categories already have a certain set of features present.<br /><br />Each top level category has its own set of options, which are unique to that specific top level category<br /><br /><b>inherit</b><br />The inherit checkboxes allow you to override the individual options for a top level category, and use the default preferences instead.");
|
||||
|
||||
//define("CONTENT_ADMIN_HELP_OPTION_2", "<i>this page shows the options you can set for this main parent. Each main parent has their own specific set of options, so be sure to set them all correctly.</i><br /><br />");
|
||||
//<b>default values</b><br />By default all values are present and already updated in the preferences when you view this page, but change any setting to your own standards.<br /><br />
|
||||
define("CONTENT_ADMIN_HELP_MANAGER_1", "On this page you see a list of all categories. You can manage the 'personal content manager' for each category by clicking the icon.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_LINK." : link to the category<br />".CONTENT_ICON_CONTENTMANAGER_SMALL." : edit the personal content managers<br />");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_2", "");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_MANAGER_2", "<i>on this page you can assign the userclasses to the selected category you have clicked</i><br /><br /><b>personal manager</b><br />You can define classes for the different types of personal managers. currently there are three types of managers you can define:<br /><br />approve submitted: users with this class are able to approve submitted content items<br /><br />personal manager: users with this class are able to manage only their personal content items<br /><br />category manager: users with this class are able to manage all content items in this category<br />");
|
||||
define("CONTENT_ADMIN_HELP_MANAGER_1", "On this page you see a list of all categories. You can manage the different userclasses for each category by clicking the icon.<br /><br /><b>explanation of icons</b><br />".CONTENT_ICON_DETAILS." : view detailed information<br />".CONTENT_ICON_CONTENTMANAGER_SMALL." : edit the personal content managers<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_MANAGER_2", "<i>on this page you can assign the userclasses to the selected category you have clicked</i><br /><br />You can define userclasses for the different types of managers and set certain options for the submit/create page. Currently there are four types of managers you can define:<br /><br /><b>submit content:</b> users with this class are able to submit content items<br /><br /><b>approve submitted:</b> users with this class are able to approve submitted content items<br /><br /><b>personal manager:</b> users with this class are able to manage only their personal content items<br /><br /><b>category manager:</b> users with this class are able to manage all content items in this category<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_SUBMIT_1", "<i>On this page you see a list of all content items that were submitted by users.</i><br /><br /><b>detailed list</b><br />You see a list of these content items with their id, icon, main parent, heading [subheading], author and options.<br /><br /><b>options</b><br />you can post or delete a content item using the buttons shown.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_1", "This page allows you to set options for the admin create page for a content item and a category.<br /><br />You can define which sections are available when an admin (or personal content manager) creates a new content item or category.<br /><br /><b>custom data tags</b><br />you can allow a user or admin to add optional fields to the content item by using these custom data tags. These optional fields are blank key=>value pairs. For instance: you could add a key field for 'photographer' and provide the value field with 'all photos by me'. Both these key and value fields are empty textfields which will be present in the create form.<br /><br /><b>preset data tags</b><br />apart from the custom data tags, you can provide preset data tags. The difference is that in preset data tags, the key field already is given and the user only needs to provide the value field for the preset. In the same example as above 'photographer' can be predefined, and the user needs to provide 'all photos by me'. You can choose the element type by selecting one option in the selectbox. In the popup window, you can provide all the information for the preset data tag.<br />");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_1", "This page allows you to set options for the admin create page for a content item and a category.<br /><br />You can define which sections are available when an admin (or manager) creates a new content item or category.<br /><br /><b>custom data tags</b><br />you can allow a user or admin to add optional fields to the content item by using these custom data tags. These optional fields are blank key=>value pairs. For instance: you could add a key field for 'photographer' and provide the value field with 'all photos by me'. Both these key and value fields are empty textfields which will be present in the create form.<br /><br /><b>preset data tags</b><br />apart from the custom data tags, you can provide preset data tags. The difference is that in preset data tags, the key field already is given and the user only needs to provide the value field for the preset. In the same example as above 'photographer' can be predefined, and the user needs to provide 'all photos by me'. You can choose the element type by selecting one option in the selectbox. In the popup window, you can provide all the information for the preset data tag.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_2", "The Submit Options have affect on the user submit form for content items.<br /><br />You can define which sections are available for a user when submitting a content item.<br /><br />".CONTENT_ADMIN_OPT_LAN_11.":<br />".CONTENT_ADMIN_OPT_LAN_12."");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_2", "");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_3", "The General Options are options that are used throughout the content pages of the content management plugin.<br /><br />In the Path and Theme Options you can define where images and files are stored.<br /><br />you can define which theme will be used by this main parent. You can create additional themes by copying (and renaming) the whole 'default' directory in your templates directory.<br /><br />You can define a default layout scheme for new content items. You can create new layout schemes by creating a content_content_template_XXX.php file in your 'templates/default' folder. These layouts can be used to give each content item in this main parent a different layout.<br /><br />");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_3", "The General Options are options that are used throughout the content pages of the content management plugin.<br /><br />In the Path and Theme Options you can define where images and files are stored.<br /><br />you can define which theme will be used by this top level category. You can create additional themes by copying (and renaming) the whole 'default' directory in your templates directory.<br /><br />You can define a default layout scheme for new content items. You can create new layout schemes by creating a content_content_template_XXX.php file in your 'templates/default' folder. These layouts can be used to give each content item in this top level category a different layout.<br /><br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_4", "");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_5", "");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_6", "These Options are used in the Menu for this main parent if you have activated the menu.<br /><br />".CONTENT_ADMIN_OPT_LAN_68."<br /><br />".CONTENT_ADMIN_OPT_LAN_118.":<br />".CONTENT_ADMIN_OPT_LAN_119."<br /><br />");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_6", "These Options are used in the Menu for top level category, if you have activated the menu.<br /><br />".CONTENT_ADMIN_OPT_LAN_68);
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_7", "The Content Item Preview options have affect on the small preview that is given for a content item.<br /><br />This preview is given on several pages, like the recent page, the view items in category page and the view items of author page.<br /><br />".CONTENT_ADMIN_OPT_LAN_68."");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_8", "The Category Pages show information on the content categories in this main parent.<br /><br />There are two distinct areas present:<br /><br />all categories page:<br />this page shows all the categories in this main parent<br /><br />view category page:<br />this page shows the category item, optionally the subcategories in that category and the content items in that category or those categories<br />");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_8", "The Category Pages show information on the content categories in this top level category.<br /><br />There are two distinct areas present:<br /><br />all categories page:<br />this page shows all the categories in this top level category<br /><br />view category page:<br />this page shows the category item, optionally the subcategories in that category and the content items in that category or those categories<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_9", "The Content Page shows the Content Item.<br /><br />you can define which sections to show by checking/unchecking the boxes.<br /><br />you can show the email address of a non-member author.<br /><br />you can override the email/print/pdf icons, the rating system and the comments.<br /><br />".CONTENT_ADMIN_OPT_LAN_74."");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_10", "The Author Page shows a list of all unique authors of the content items in this main parent.<br /><br />you can define which sections to show by checking/unchecking the boxes.<br /><br />You can limit the number of items to show per page.<br />");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_11", "The Archive Page shows all content items in the main parent.<br /><br />you can define which sections to show by checking/unchecking the boxes.<br /><br />you can show the email address of a non-member author.<br /><br />You can limit the number of items to show per page.<br /><br />".CONTENT_ADMIN_OPT_LAN_66."<br /><br />".CONTENT_ADMIN_OPT_LAN_68."");
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_11", "The Archive Page shows all content items in the top level category.<br /><br />you can define which sections to show by checking/unchecking the boxes.<br /><br />you can show the email address of a non-member author.<br /><br />You can limit the number of items to show per page.<br /><br />".CONTENT_ADMIN_OPT_LAN_66."<br /><br />".CONTENT_ADMIN_OPT_LAN_68."");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_12", "The Top Rated Page shows all content items that have been rated by users.<br /><br />You can choose the sections to display by checking the boxes.<br /><br />Also you can define if the email address of a non-member author will be displayed.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_13", "The Top Score Page shows all content items that have been given a score by the author of the content item.<br /><br />You can choose the sections to display by checking the boxes.<br /><br />Also you can define if the email address of a non-member author will be displayed.");
|
||||
|
||||
define("CONTENT_ADMIN_HELP_OPTION_DIV_14", "this page allows you to set options for the admin create category page.<br /><br />You can define which sections are available when an admin (or personal content manager) creates a new content category.");
|
||||
?>
|
Reference in New Issue
Block a user