diff options
author | rechosen <rechosen@gmail.com> | 2013-07-14 22:33:45 +0200 |
---|---|---|
committer | rechosen <rechosen@gmail.com> | 2013-08-02 11:16:02 +0200 |
commit | 84689680143f6e2b02dfb41d019419dce91a47ec (patch) | |
tree | 37a5df6bdf660ea4d9e830892f610ec8aaf53227 /phpBB/styles/subsilver2 | |
parent | c049c8d6f0aea53e39de64c82a72ca4a724cb17d (diff) | |
download | forums-84689680143f6e2b02dfb41d019419dce91a47ec.tar forums-84689680143f6e2b02dfb41d019419dce91a47ec.tar.gz forums-84689680143f6e2b02dfb41d019419dce91a47ec.tar.bz2 forums-84689680143f6e2b02dfb41d019419dce91a47ec.tar.xz forums-84689680143f6e2b02dfb41d019419dce91a47ec.zip |
[ticket/9550] Add template event viewtopic_body_postrow_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 post.
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/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 787f67275b..51ab702b51 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -212,6 +212,7 @@ <!-- BEGIN custom_fields --> <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</b> {postrow.custom_fields.PROFILE_FIELD_VALUE} <!-- END custom_fields --> + <!-- EVENT viewtopic_body_postrow_custom_fields_after --> </span> </td> |