diff --git a/e107_plugins/forum/templates/forum_post_template.php b/e107_plugins/forum/templates/forum_post_template.php index 988edc35a..cb687969c 100644 --- a/e107_plugins/forum/templates/forum_post_template.php +++ b/e107_plugins/forum/templates/forum_post_template.php @@ -224,33 +224,33 @@ $THREADTOPIC_REPLY = " // New in v2.x - requires a bootstrap theme be loaded. $FORUMPOST_TEMPLATE['form'] = " -
-
{FORMSTART} +
+
{BACKLINK}
+
+ + + {USERBOX} + {SUBJECTBOX} - + + - {USERBOX} - {SUBJECTBOX} - - - - -
{BACKLINK} - {POSTTYPE} + {POSTBOX} + {EMAILNOTIFY} +
{POSTTYPE} - {POSTBOX} - {EMAILNOTIFY} -
Post Options - {POSTOPTIONS} -
+ Post Options + {POSTOPTIONS} + + +
{BUTTONS}
{FORMEND} - -
-"; + "; + $FORUMPOST_TEMPLATE['reply'] = "";