mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Fix for user profile data. Fix for default settings of newforumposts_menu.php.
This commit is contained in:
@@ -211,6 +211,6 @@ define("FORLAN_185", "Indicates who can create new threads");
|
||||
|
||||
define("FORLAN_186", "Threads per page");
|
||||
define("FORLAN_187", "Number of threads displayed per page");
|
||||
define("FORLAN_188", "Latest Posts");
|
||||
// define("FORLAN_188", "Latest Posts");
|
||||
define("FORLAN_189", "Click the 'delete' button to delete the report.<br /><br />Click the 'view' button to view the topic/thread");
|
||||
?>
|
@@ -3,7 +3,8 @@
|
||||
define("LAN_PLUGIN_FORUM_NAME", "Forum");
|
||||
define("LAN_PLUGIN_FORUM_DESC", "This plugin is a fully featured forum system.");
|
||||
define("LAN_PLUGIN_FORUM_POSTS", "Forum posts");
|
||||
define("LAN_PLUGIN_FORUM_ALLFORUMS", "All Forums");
|
||||
define("LAN_PLUGIN_FORUM_ALLFORUMS", "All Forums");
|
||||
define("LAN_PLUGIN_FORUM_LATESTPOSTS", "Latest Posts");
|
||||
// Notify
|
||||
// TODO - LAN cleanup (see e_notify)
|
||||
|
||||
|
Reference in New Issue
Block a user