diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 16:09:18 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 16:09:18 +0200 |
commit | f615d4626196c78b42549c780139bf44e535b1ba (patch) | |
tree | cd235db5143aae3dfcacc4bfad3e5244ffc168dd /phpBB/docs | |
parent | 28f2c1eb08a022f422a3737a3e45e79d5bfd7ede (diff) | |
parent | 59ba62f5d9244ea66a06a40054a833c043e2d6d1 (diff) | |
download | forums-f615d4626196c78b42549c780139bf44e535b1ba.tar forums-f615d4626196c78b42549c780139bf44e535b1ba.tar.gz forums-f615d4626196c78b42549c780139bf44e535b1ba.tar.bz2 forums-f615d4626196c78b42549c780139bf44e535b1ba.tar.xz forums-f615d4626196c78b42549c780139bf44e535b1ba.zip |
Merge pull request #2297 from PayBas/ticket/12396
[ticket/12396] Add Template events viewforum_forum_name_append/prepend
* PayBas/ticket/12396:
[ticket/12396] Added missing viewtopic_topic_title_append
[ticket/12396] Add Template events viewforum_forum_name
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fdf4eaeb71..e08c183979 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -723,6 +723,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: @@ -867,6 +883,14 @@ viewtopic_body_topic_actions_before * Since: 3.1.0-a4 * Purpose: Add data before the topic actions buttons (after the posts sorting options) +viewtopic_topic_title_append +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly after the topic title link on the View topic screen + viewtopic_topic_title_prepend === * Locations: |