diff --git a/e107_plugins/forum/forum_admin_class.php b/e107_plugins/forum/forum_admin_class.php index 80765ed1b..3bb4356fc 100755 --- a/e107_plugins/forum/forum_admin_class.php +++ b/e107_plugins/forum/forum_admin_class.php @@ -209,6 +209,7 @@ class forumAdmin $sql = e107::getDb(); $tp = e107::getParser(); $ns = e107::getRender(); + $frm = e107::getForm(); $txt = "
@@ -296,8 +297,8 @@ class forumAdmin $text .= "
- - + + "; if (!$parent_amount = $sql->db_Select('forum', '*', "forum_parent='0' ORDER BY forum_order ASC")) @@ -437,25 +438,25 @@ class forumAdmin
".FORLAN_28."".FORLAN_80."".FORLAN_28."".FORLAN_80."
- - + - - + + - - + + - - + + @@ -509,8 +510,8 @@ class forumAdmin \n
".FORLAN_31.": + ".FORLAN_31.":
".FORLAN_23.":".$e107->user_class->uc_dropdown('forum_class', $row['forum_class'], 'nobody,public,member,admin,classes')."".FORLAN_24."".FORLAN_23.":".$e107->user_class->uc_dropdown('forum_class', $row['forum_class'], 'nobody,public,member,admin,classes')."".FORLAN_24."
".FORLAN_142.":".$e107->user_class->uc_dropdown("forum_postclass", $row['forum_postclass'], 'nobody,public,member,admin,classes')."".FORLAN_143."".FORLAN_142.":".$e107->user_class->uc_dropdown("forum_postclass", $row['forum_postclass'], 'nobody,public,member,admin,classes')."".FORLAN_143."
".FORLAN_184.":".$e107->user_class->uc_dropdown('forum_threadclass', $row['forum_threadclass'], 'nobody,public,member,admin,classes')."".FORLAN_185."".FORLAN_184.":".$e107->user_class->uc_dropdown('forum_threadclass', $row['forum_threadclass'], 'nobody,public,member,admin,classes')."".FORLAN_185."
- - + - - + - - + - - + - - + + - - + + - - + + @@ -810,42 +811,42 @@ class forumAdmin $text = "
".FORLAN_22.":"; + ".FORLAN_22.":"; $sql->db_Select('forum', '*', 'forum_parent=0'); $text .= "
".FORLAN_31.": + ".FORLAN_31.": ".FORLAN_179."
".FORLAN_32.": + ".FORLAN_32.":
".FORLAN_33.":"; + ".FORLAN_33.":"; $text .= $e107->user_class->uc_dropdown('forum_moderators', $fInfo['forum_moderators'], 'admin,classes')."".FORLAN_34.""; $text .= "
".FORLAN_23.":".$e107->user_class->uc_dropdown('forum_class', $fInfo['forum_class'], 'nobody,public,member,admin,classes')."".FORLAN_24."".FORLAN_23.":".$e107->user_class->uc_dropdown('forum_class', $fInfo['forum_class'], 'nobody,public,member,admin,classes')."".FORLAN_24."
".FORLAN_142.":".$e107->user_class->uc_dropdown('forum_postclass', $fInfo['forum_postclass'], 'nobody,public,member,admin,classes')."".FORLAN_143."".FORLAN_142.":".$e107->user_class->uc_dropdown('forum_postclass', $fInfo['forum_postclass'], 'nobody,public,member,admin,classes')."".FORLAN_143."
".FORLAN_184.":".$e107->user_class->uc_dropdown('forum_threadclass', $fInfo['forum_threadclass'], 'nobody,public,member,admin,classes')."".FORLAN_185."".FORLAN_184.":".$e107->user_class->uc_dropdown('forum_threadclass', $fInfo['forum_threadclass'], 'nobody,public,member,admin,classes')."".FORLAN_185."
- - - - - - - - - - @@ -1052,7 +1053,7 @@ class forumAdmin $text .= ""; } $text .= " - - - - diff --git a/e107_plugins/forum/languages/English/lan_forum_admin.php b/e107_plugins/forum/languages/English/lan_forum_admin.php index fdcd57a11..72b90b8f7 100644 --- a/e107_plugins/forum/languages/English/lan_forum_admin.php +++ b/e107_plugins/forum/languages/English/lan_forum_admin.php @@ -157,7 +157,7 @@ define("FORLAN_135", "Leave blank to disable auto resizing of images"); define("FORLAN_136", "Create link to full size image"); define("FORLAN_137", "Enabling this will resize larger images and also create a link to the original full size image. If disabled, original image will be discarded"); define("FORLAN_138", "Prune these forums"); -define("FORLAN_139", "To use this setting you also need to tick 'Enable image posting' on the images page"); +define("FORLAN_139", "To use this setting you also need to tick 'Enable image posting' on the images page"); // FIX html in LAN define("FORLAN_140", "View"); define("FORLAN_141", "Post"); define("FORLAN_142", "Post permission");
+ ".FORLAN_171.": + #".$row['gen_intdata']."
+ ".FORLAN_173.": + ".$row['gen_ip']."
+ ".FORLAN_174.": + ".$user['user_name']."
+ ".FORLAN_175.": + ".$con -> convert_date($row['gen_datestamp'], "long")."
+ ".FORLAN_176.": + ".$row['gen_chardata']."
+
@@ -1073,7 +1074,7 @@ class forumAdmin $text .= ""; } $text .= "
+
@@ -1096,7 +1097,7 @@ class forumAdmin } $text .= "
+
@@ -1107,7 +1108,7 @@ class forumAdmin
  + ".$frm->admin_button('frsubmit', WMGLAN_4, 'submit')."