diff --git a/e107_admin/users.php b/e107_admin/users.php
index fcbd4d74d..a312ee465 100644
--- a/e107_admin/users.php
+++ b/e107_admin/users.php
@@ -271,7 +271,7 @@ class users_admin_ui extends e_admin_ui
'user_name' => array('title' => LAN_USER_01, 'tab'=>0, 'type' => 'text', 'inline'=>true, 'data'=>'str', 'width' => 'auto','thclass' => 'left first'), // Display name
'user_loginname' => array('title' => LAN_USER_02, 'tab'=>0, 'type' => 'text', 'data'=>'str', 'width' => 'auto'), // User name
- 'user_login' => array('title' => LAN_USER_03, 'tab'=>0, 'type' => 'text', 'data'=>'str', 'width' => 'auto'), // Real name (no real vetting)
+ 'user_login' => array('title' => LAN_USER_03, 'tab'=>0, 'type' => 'text', 'inline'=>true, 'data'=>'str', 'width' => 'auto'), // Real name (no real vetting)
'user_customtitle' => array('title' => LAN_USER_04, 'tab'=>0, 'type' => 'text', 'data'=>'str', 'width' => 'auto'), // No real vetting
'user_password' => array('title' => LAN_PASSWORD, 'tab'=>0, 'type' => 'method', 'data'=>'str', 'width' => 'auto'), //TODO add md5 option to form handler?
'user_sess' => array('title' => 'Session', 'tab'=>0, 'noedit'=>true, 'type' => 'text', 'width' => 'auto'), // Photo
diff --git a/e107_handlers/user_extended_class.php b/e107_handlers/user_extended_class.php
index 79f2eb80f..765465c89 100644
--- a/e107_handlers/user_extended_class.php
+++ b/e107_handlers/user_extended_class.php
@@ -1123,7 +1123,7 @@ class e107_user_extended
* @param $type
* @return array|string
*/
- function renderValue($value, $type)
+ function renderValue($value, $type='')
{
//TODO FIXME Add more types.
diff --git a/e107_plugins/forum/forum.css b/e107_plugins/forum/forum.css
index 7ee46db16..9734209d7 100644
--- a/e107_plugins/forum/forum.css
+++ b/e107_plugins/forum/forum.css
@@ -13,6 +13,11 @@
.forum-attachment-file { margin-top:15px; }
.forum-user-combo { padding-bottom:5px }
+
+ul.newforumposts-menu { padding-left: 10px; }
+ul.newforumposts-menu li { margin-bottom: 15px; }
+
+
@media all and (min-height: 800px) {
#forum, #forum-stats, #forum-rules { min-height: 500px; }
}
diff --git a/e107_plugins/forum/forum_admin.php b/e107_plugins/forum/forum_admin.php
index 9aa2b7f22..e9663feef 100644
--- a/e107_plugins/forum/forum_admin.php
+++ b/e107_plugins/forum/forum_admin.php
@@ -80,7 +80,7 @@ if(!deftrue('OLD_FORUMADMIN'))
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
'opt2' => array('divider'=>true),
'report/list' => array('caption'=> FORLAN_116, 'perm'=>'P'),
- 'post/list' => array('caption'=>FORLAN_188, 'perm'=>'P'),
+ 'post/list' => array('caption'=>LAN_PLUGIN_FORUM_LATESTPOSTS, 'perm'=>'P'),
'main/prune' => array('caption'=> LAN_PRUNE, 'perm' => 'P'),
'main/tools' => array('caption'=>FORLAN_153, 'perm'=>'p')
diff --git a/e107_plugins/forum/languages/English/English_admin.php b/e107_plugins/forum/languages/English/English_admin.php
index ea430d6ef..51b48942c 100644
--- a/e107_plugins/forum/languages/English/English_admin.php
+++ b/e107_plugins/forum/languages/English/English_admin.php
@@ -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.
Click the 'view' button to view the topic/thread");
?>
\ No newline at end of file
diff --git a/e107_plugins/forum/languages/English/English_global.php b/e107_plugins/forum/languages/English/English_global.php
index f98b22ac4..c56c76e78 100644
--- a/e107_plugins/forum/languages/English/English_global.php
+++ b/e107_plugins/forum/languages/English/English_global.php
@@ -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)
diff --git a/e107_plugins/forum/newforumposts_menu.php b/e107_plugins/forum/newforumposts_menu.php
index 43b244d5b..0b3227432 100755
--- a/e107_plugins/forum/newforumposts_menu.php
+++ b/e107_plugins/forum/newforumposts_menu.php
@@ -71,7 +71,7 @@ class forum_newforumposts_menu // plugin folder + menu name (without the .php)
if($results = $sql->gen($qry))
{
- $text = "