diff --git a/e107_plugins/forum/forum_class.php b/e107_plugins/forum/forum_class.php index 6ef03cc5f..36240d578 100644 --- a/e107_plugins/forum/forum_class.php +++ b/e107_plugins/forum/forum_class.php @@ -53,7 +53,8 @@ $(document).ready(function() if(action == 'quickreply' && d.status == 'ok') { - $('#forum-viewtopic tr:last').after(d.html); + // alert(d.html); + $('#forum-viewtopic li:last').after(d.html).hide().slideDown(800); $('#forum-quickreply-text').val(''); return; } diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index fcaf6dab6..f75522693 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -381,7 +381,7 @@ class plugin_forum_view_shortcodes extends e_shortcode -