diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-06-07 23:46:41 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-06-07 23:46:41 +0200 |
commit | 7ca740bec8db6c1d50bdf66c964259092ef6a6d3 (patch) | |
tree | 34dbe71b8518bd7a856c389b9dd53c1876964fc9 /phpBB/docs | |
parent | 4babe93a5d9bd606d1d75fb8130e6b334f9b09c8 (diff) | |
parent | fd0d9e99673b4a7a44b19a022d8ef915b874daa1 (diff) | |
download | forums-7ca740bec8db6c1d50bdf66c964259092ef6a6d3.tar forums-7ca740bec8db6c1d50bdf66c964259092ef6a6d3.tar.gz forums-7ca740bec8db6c1d50bdf66c964259092ef6a6d3.tar.bz2 forums-7ca740bec8db6c1d50bdf66c964259092ef6a6d3.tar.xz forums-7ca740bec8db6c1d50bdf66c964259092ef6a6d3.zip |
Merge pull request #5574 from dark-1/ticket/16025
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fb782ee452..c77691a048 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1910,6 +1910,20 @@ posting_preview_poll_after * Since: 3.1.7-RC1 * Purpose: Add content after the poll preview block +posting_review_row_post_author_username_append +=== +* Locations: + + styles/prosilver/template/posting_review.html +* Since: 3.2.8-RC1 +* Purpose: Append information to post author username of member + +posting_review_row_post_author_username_prepend +=== +* Locations: + + styles/prosilver/template/posting_review.html +* Since: 3.2.8-RC1 +* Purpose: Prepend information to post author username of member + posting_topic_review_row_content_after === * Locations: @@ -1917,6 +1931,20 @@ posting_topic_review_row_content_after * Since: 3.2.4-RC1 * Purpose: Add content after the message content in topic review +posting_topic_review_row_post_author_username_append +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html +* Since: 3.2.8-RC1 +* Purpose: Append information to post author username of member + +posting_topic_review_row_post_author_username_prepend +=== +* Locations: + + styles/prosilver/template/posting_topic_review.html +* Since: 3.2.8-RC1 +* Purpose: Prepend information to post author username of member + posting_topic_review_row_post_details_after === * Locations: @@ -2364,6 +2392,20 @@ ucp_pm_history_review_before * Since: 3.1.6-RC1 * Purpose: Add content before the private messages history review. +ucp_pm_history_row_message_author_username_append +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html +* Since: 3.2.8-RC1 +* Purpose: Append information to message author username of member + +ucp_pm_history_row_message_author_username_prepend +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html +* Since: 3.2.8-RC1 +* Purpose: Prepend information to message author username of member + ucp_pm_viewmessage_avatar_after === * Locations: |