diff --git a/root/portal/block/news.php b/root/portal/block/news.php
index e56f3465..7611f013 100644
--- a/root/portal/block/news.php
+++ b/root/portal/block/news.php
@@ -161,6 +161,7 @@ if($news < 0)
if ($portal_config['portal_number_of_news'] <> 0 && $portal_config['portal_news_archive'])
{
$template->assign_vars(array(
+ 'POSTED_BY_TEXT' => ( $portal_config['portal_news_show_last'] ) ? $user->lang['LAST_POST'] : $user->lang['POSTED'],
'NP_PAGINATION' => $pagination,
'TOTAL_NEWS' => ($total_news == 1) ? $user->lang['VIEW_FORUM_TOPIC'] : sprintf($user->lang['VIEW_FORUM_TOPICS'], $total_news),
'NP_PAGE_NUMBER' => on_page($total_news, $portal_config['portal_number_of_news'], $start))
diff --git a/root/styles/prosilver/template/portal/block/announcements.html b/root/styles/prosilver/template/portal/block/announcements.html
index ae559d23..42875da0 100644
--- a/root/styles/prosilver/template/portal/block/announcements.html
+++ b/root/styles/prosilver/template/portal/block/announcements.html
@@ -11,7 +11,7 @@
{NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_POLL}: {announcements_row.TITLE}
- - {L_POSTED_BY}: {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE}: {announcements_row.TIME}
+ - {L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE}: {announcements_row.TIME}
-
diff --git a/root/styles/prosilver/template/portal/block/announcements_compact.html b/root/styles/prosilver/template/portal/block/announcements_compact.html
index b6eede2b..3e15e519 100644
--- a/root/styles/prosilver/template/portal/block/announcements_compact.html
+++ b/root/styles/prosilver/template/portal/block/announcements_compact.html
@@ -16,7 +16,7 @@
{announcements_row.TITLE}
- {L_POST_BY_AUTHOR} {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE} {announcements_row.TIME}
+ {L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE} {announcements_row.TIME}
{L_FORUM}: {announcements_row.FORUM_NAME}
diff --git a/root/styles/prosilver/template/portal/block/news.html b/root/styles/prosilver/template/portal/block/news.html
index eaaaab98..c135cdeb 100644
--- a/root/styles/prosilver/template/portal/block/news.html
+++ b/root/styles/prosilver/template/portal/block/news.html
@@ -11,7 +11,7 @@
{NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}: {news_row.TITLE}
- - {L_LAST_POST} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}
+ - {POSTED_BY_TEXT} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}
- {L_FORUM}: {news_row.FORUM_NAME}
diff --git a/root/styles/prosilver/template/portal/block/news_compact.html b/root/styles/prosilver/template/portal/block/news_compact.html
index 7080c91d..f81481cc 100644
--- a/root/styles/prosilver/template/portal/block/news_compact.html
+++ b/root/styles/prosilver/template/portal/block/news_compact.html
@@ -15,7 +15,7 @@
{NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}: {news_row.TITLE}
- {L_LAST_POST} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}
+ {POSTED_BY_TEXT} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}
{L_FORUM}: {news_row.FORUM_NAME}
diff --git a/templates/subsilver2/template/portal/block/announcements.html b/templates/subsilver2/template/portal/block/announcements.html
index bfca22a3..8e3c75a2 100644
--- a/templates/subsilver2/template/portal/block/announcements.html
+++ b/templates/subsilver2/template/portal/block/announcements.html
@@ -15,7 +15,7 @@
- {L_POSTED_BY}: {announcements_row.POSTER_FULL}
+ {L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL}
• {L_FORUM}: {announcements_row.FORUM_NAME}
• {L_GLOBAL_ANNOUNCEMENT}
diff --git a/templates/subsilver2/template/portal/block/announcements_compact.html b/templates/subsilver2/template/portal/block/announcements_compact.html
index 6aca5400..5730dc29 100644
--- a/templates/subsilver2/template/portal/block/announcements_compact.html
+++ b/templates/subsilver2/template/portal/block/announcements_compact.html
@@ -9,7 +9,7 @@
{NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_POLL}:
{announcements_row.TITLE}
- {L_POST_BY_AUTHOR} {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE} {announcements_row.TIME}
+ {L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE} {announcements_row.TIME}
[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ]
diff --git a/templates/subsilver2/template/portal/block/news.html b/templates/subsilver2/template/portal/block/news.html
index 542c937e..1b762f99 100644
--- a/templates/subsilver2/template/portal/block/news.html
+++ b/templates/subsilver2/template/portal/block/news.html
@@ -13,7 +13,7 @@
|
- {L_POSTED_BY}: {news_row.POSTER_FULL}
+ {POSTED_BY_TEXT} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL}
• {L_FORUM}: {news_row.FORUM_NAME}
{news_row.TIME}
diff --git a/templates/subsilver2/template/portal/block/news_compact.html b/templates/subsilver2/template/portal/block/news_compact.html
index 310b2311..e5d53eda 100644
--- a/templates/subsilver2/template/portal/block/news_compact.html
+++ b/templates/subsilver2/template/portal/block/news_compact.html
@@ -8,7 +8,7 @@
{NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_POLL}:
{news_row.TITLE}
- {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}
+ {POSTED_BY_TEXT} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} {L_POSTED_ON_DATE} {news_row.TIME}
[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ]
{L_FORUM}: {news_row.FORUM_NAME}
|