-
-
-
+
+
+
+
+
+
+
";
// Preview should be reserved for the full 'Post reply' page.
diff --git a/e107_plugins/forum/languages/English/English_front.php b/e107_plugins/forum/languages/English/English_front.php
index ad10b87b1..143715f4f 100644
--- a/e107_plugins/forum/languages/English/English_front.php
+++ b/e107_plugins/forum/languages/English/English_front.php
@@ -277,7 +277,10 @@ define("LAN_FORUM_4012", "Unstick thread"); // LAN_398
define("LAN_FORUM_4013", "Lock thread"); // LAN_399
define("LAN_FORUM_4014", "Unlock thread"); // LAN_400
-
+define("LAN_FORUM_CLOSE", "Thread closed.");
+define("LAN_FORUM_OPEN", "Thread reopened.");
+define("LAN_FORUM_STICK", "Thread made sticky.");
+define("LAN_FORUM_UNSTICK", "Thread unstuck.");
/* THIS WILL BE DELETED ONCE THE REWRITE IS DONE
diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php
index 348865505..9076819a3 100644
--- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php
+++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php
@@ -88,7 +88,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
$rows = (e107::wysiwyg()==true) ? 15 : 10;
- $ret = "
\n
\n";
+ $ret = "
\n
\n";
// if(!e_WYSIWYG)
{
// $ret .= display_help('helpb', 'forum');
diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php
index 9d6b62bef..084e15276 100644
--- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php
+++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php
@@ -428,7 +428,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
$ue = $tp->parseTemplate("{USER_EXTENDED=location.text_value}",true);
$username = $this->postInfo['user_name'];
- $text = '
+ $text = '
'.$username.'