From b96ce5ee0fb5ced7a23f3b0ebaf5dab0b1411cc7 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Wed, 7 Dec 2016 17:28:40 +0000 Subject: [PATCH] Update forum_template.php --- e107_plugins/forum/templates/forum_template.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)";