diff options
author | PayBas <contact@paybas.com> | 2014-04-12 13:13:07 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-03 17:29:54 +0200 |
commit | a1b159aa828780400166316723dc946976b634e8 (patch) | |
tree | 9e9f59784047cd4e86a8c8c3b448e09b25bf1400 /phpBB/docs/events.md | |
parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
download | forums-a1b159aa828780400166316723dc946976b634e8.tar forums-a1b159aa828780400166316723dc946976b634e8.tar.gz forums-a1b159aa828780400166316723dc946976b634e8.tar.bz2 forums-a1b159aa828780400166316723dc946976b634e8.tar.xz forums-a1b159aa828780400166316723dc946976b634e8.zip |
[ticket/12396] Add Template events viewforum_forum_name
PHPBB3-12396
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1cc1300c05..54ca4e674e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -659,6 +659,22 @@ ucp_friend_list_after * Since: 3.1.0-a4 * Purpose: Add optional elements after list of friends in UCP +viewforum_forum_name_append +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly after the forum name link on the View forum screen + +viewforum_forum_name_prepend +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly before the forum name link on the View forum screen + viewtopic_print_head_append === * Locations: |