From c74d3b4913cc66baba24a2c83787a08010a51888 Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 27 Jul 2007 19:08:43 +0000 Subject: [PATCH] Bugtracker #3913 - 'Edited' message missing in some themes --- e107_themes/e107v4a/forum_template.php | 13 ++++++++----- e107_themes/khatru/forum_viewtopic_template.php | 13 ++++++++----- e107_themes/lamb/forum_viewtopic_template.php | 13 ++++++++----- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/e107_themes/e107v4a/forum_template.php b/e107_themes/e107v4a/forum_template.php index 5cea3b5ee..0942d73af 100644 --- a/e107_themes/e107v4a/forum_template.php +++ b/e107_themes/e107v4a/forum_template.php @@ -11,14 +11,17 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/forum_template.php,v $ -| $Revision: 1.3 $ -| $Date: 2007-01-20 16:28:13 $ -| $Author: mrpete $ +| $Revision: 1.4 $ +| $Date: 2007-07-27 19:08:43 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ if (!defined('e107_INIT')) { exit; } +$sc_style['LASTEDIT']['pre'] = "

[ ".LAN_29." "; +$sc_style['LASTEDIT']['post'] = " ]"; + $sc_style['ANON_IP']['pre'] = "
"; $sc_style['ANON_IP']['post'] = ""; @@ -73,7 +76,7 @@ $FORUMTHREADSTYLE = " \n{AVATAR}\n
\n{CUSTOMTITLE}\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{USER_EXTENDED=location.text_value}\n{POSTS}\n
\n -{POLL}\n{POST}\n{SIGNATURE}\n +{POLL}\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n \n\n{TOP}\n\n @@ -105,7 +108,7 @@ $FORUMREPLYSTYLE = " \n{AVATAR}\n\n{CUSTOMTITLE}\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{USER_EXTENDED=location.text_value}\n{POSTS}\n\n -\n{POST}\n{SIGNATURE}\n +\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n \n\n{TOP}\n\n diff --git a/e107_themes/khatru/forum_viewtopic_template.php b/e107_themes/khatru/forum_viewtopic_template.php index a6a76fdac..ff94276a8 100644 --- a/e107_themes/khatru/forum_viewtopic_template.php +++ b/e107_themes/khatru/forum_viewtopic_template.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/khatru/forum_viewtopic_template.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:35:54 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-07-27 19:08:43 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -22,6 +22,9 @@ if (!defined('e107_INIT')) { exit; } $icon = (file_exists(THEME."forum/e.png") ? THEME."forum/e.png" : e_PLUGIN."forum/images/lite/e.png"); +$sc_style['LASTEDIT']['pre'] = "

[ ".LAN_29." "; +$sc_style['LASTEDIT']['post'] = " ]"; + $FORUMSTART = BOXOPEN."{BACKLINK}".BOXMAIN." @@ -99,7 +102,7 @@ $FORUMTHREADSTYLE = " \n{AVATAR}\n\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n\n -{POLL}\n{POST}\n{SIGNATURE}\n +{POLL}\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n \n\n{TOP}\n\n @@ -132,7 +135,7 @@ $FORUMREPLYSTYLE = " \n{AVATAR}\n\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n\n -{POST}\n{SIGNATURE} +{POST}\n{LASTEDIT}\n{SIGNATURE} \n\n{TOP}\n\n diff --git a/e107_themes/lamb/forum_viewtopic_template.php b/e107_themes/lamb/forum_viewtopic_template.php index 32295b844..3e2956e8d 100644 --- a/e107_themes/lamb/forum_viewtopic_template.php +++ b/e107_themes/lamb/forum_viewtopic_template.php @@ -11,14 +11,17 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/lamb/forum_viewtopic_template.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:35:57 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-07-27 19:08:43 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ if (!defined('e107_INIT')) { exit; } +$sc_style['LASTEDIT']['pre'] = "

[ ".LAN_29." "; +$sc_style['LASTEDIT']['post'] = " ]"; + $icon = (file_exists(THEME."forum/e.png") ? THEME."forum/e.png" : e_PLUGIN."forum/images/lite/e.png"); $FORUMSTART = " @@ -68,7 +71,7 @@ $FORUMSTART = " \n{AVATAR}\n\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n\n -{POLL}\n{POST}\n{SIGNATURE}\n +{POLL}\n{POST}\n{LASTEDIT}\n{SIGNATURE}\n \n\n{TOP}\n\n @@ -125,7 +128,7 @@ $FORUMSTART = " \n{AVATAR}\n\n{LEVEL}\n{MEMBERID}\n{JOINED}\n{POSTS}\n\n -{POST}\n{SIGNATURE} +{POST}\n{LASTEDIT}\n{SIGNATURE} \n\n{TOP}\n\n