1
0
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:
Cameron
2016-03-23 19:34:17 -07:00
parent 825ab74984
commit 12beda569d
8 changed files with 24 additions and 8 deletions

View File

@@ -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");
?>

View File

@@ -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)