diff options
author | rechosen <rechosen@gmail.com> | 2013-07-14 23:36:00 +0200 |
---|---|---|
committer | rechosen <rechosen@gmail.com> | 2013-08-02 11:16:02 +0200 |
commit | cd0b1be2082f11a80b42f7f25841d0e432ff5912 (patch) | |
tree | 7b1a663e5e1ef9c964950e47b7dcd86f4c6b7053 /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | |
parent | 2f1635116cbaaee3645044022f883f075f5ded69 (diff) | |
download | forums-cd0b1be2082f11a80b42f7f25841d0e432ff5912.tar forums-cd0b1be2082f11a80b42f7f25841d0e432ff5912.tar.gz forums-cd0b1be2082f11a80b42f7f25841d0e432ff5912.tar.bz2 forums-cd0b1be2082f11a80b42f7f25841d0e432ff5912.tar.xz forums-cd0b1be2082f11a80b42f7f25841d0e432ff5912.zip |
[ticket/9550] Add template event ucp_pm_viewmessage_custom_fields_after
Adds the append counterpart of a template event required for the karma
extension. It allows adding data after the custom fields under the username
and avatar next to every private message in prosilver.
Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379:
Per suggestion of nickvergessen, add a counterpart for every append or prepend
event.
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index accea4d3dd..4f2531d3a6 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -89,6 +89,7 @@ <!-- BEGIN custom_fields --> <dd><strong>{custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {custom_fields.PROFILE_FIELD_VALUE}</dd> <!-- END custom_fields --> + <!-- EVENT ucp_pm_viewmessage_custom_fields_after --> <!-- IF U_PM or U_EMAIL or U_WWW or U_MSN or U_ICQ or U_YIM or U_AIM or U_JABBER --> |