mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[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
This commit is contained in:
parent
f61910c3f8
commit
61fd61692b
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
===
|
||||
|
|
Loading…
Add table
Reference in a new issue