diff --git a/e107_plugins/forum/shortcodes/batch/forum_shortcodes.php b/e107_plugins/forum/shortcodes/batch/forum_shortcodes.php index d2176836a..ceaabd52d 100644 --- a/e107_plugins/forum/shortcodes/batch/forum_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/forum_shortcodes.php @@ -507,7 +507,7 @@ class forum_shortcodes extends e_shortcode // code to be executed if n is different from all labels; } } - return $relativeDate.'
'.$lastpost_username." ".IMAGE_post2.''; + return $lastpost_username." ".$relativeDate.''; } function sc_startertitle() diff --git a/e107_plugins/forum/templates/forum_template.php b/e107_plugins/forum/templates/forum_template.php index 877873553..33661636f 100644 --- a/e107_plugins/forum/templates/forum_template.php +++ b/e107_plugins/forum/templates/forum_template.php @@ -134,9 +134,11 @@ $FORUM_TEMPLATE['main']['forum'] = " {FORUMNAME}
{FORUMDESCRIPTION}{FORUMSUBFORUMS} {REPLIESX} {THREADSX} - {LASTPOSTUSER} {LASTPOSTDATE} + {LASTPOST:type=username} {LASTPOST:type=datelink} "; +//{LASTPOST:type=username} + {LASTPOST:type=datelink} can also be replaced by the legacy shortcodes {LASTPOST} or {LASTPOSTUSER} + {LASTPOSTDATE} + $FORUM_TEMPLATE['main']['end'] = ""; // $FORUM_WRAPPER['main']['forum']['USERINFOX'] = "{FORUM_BREADCRUMB}(html before){---}(html after)";