aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorrechosen <rechosen@gmail.com>2013-08-02 11:44:07 +0200
committerrechosen <rechosen@gmail.com>2013-08-02 11:44:07 +0200
commit61fd61692b5c93eee560424717d272d84d710cd4 (patch)
tree368f77fb8e283e9943c7e8cf73d02c30dbcb8c3f /phpBB/docs
parentf61910c3f83fd4de16ca946232bab1bd3c679341 (diff)
downloadforums-61fd61692b5c93eee560424717d272d84d710cd4.tar
forums-61fd61692b5c93eee560424717d272d84d710cd4.tar.gz
forums-61fd61692b5c93eee560424717d272d84d710cd4.tar.bz2
forums-61fd61692b5c93eee560424717d272d84d710cd4.tar.xz
forums-61fd61692b5c93eee560424717d272d84d710cd4.zip
[ticket/9550] Improve template event descriptions in phpBB/docs/events.md
Update the custom_fields template events descriptions according to nickvergessen's suggestions. PHPBB3-9550
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index b1e8c7ad05..af6e6bdb1c 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -165,14 +165,14 @@ topiclist_row_append
ucp_pm_viewmessage_custom_fields_after
===
* Location: styles/prosilver/template/ucp_pm_viewmessage.html
-* Purpose: Add data after the custom fields, under the username and avatar
-next to every private message in prosilver
+* Purpose: Add data after the custom fields on the user profile when viewing
+a private message
ucp_pm_viewmessage_custom_fields_before
===
* Location: styles/prosilver/template/ucp_pm_viewmessage.html
-* Purpose: Add data before the custom fields, under the username and avatar
-next to every private message in prosilver
+* Purpose: Add data before the custom fields on the user profile when viewing
+a private message
ucp_pm_viewmessage_print_head_append
===
@@ -214,16 +214,16 @@ viewtopic_body_postrow_custom_fields_after
* Locations:
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
-* Purpose: Add data after the postrow custom fields, under the username and
-avatar next to every post.
+* Purpose: Add data after the custom fields on the user profile when viewing
+a post
viewtopic_body_postrow_custom_fields_before
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
-* Purpose: Add data before the postrow custom fields, under the username and
-avatar next to every post.
+* Purpose: Add data before the custom fields on the user profile when viewing
+a post
viewtopic_topic_title_prepend
===