Compare commits

..

3 commits

Author SHA1 Message Date
Marc Alexander
98ad0750f0
Merge branch '3.3.x' 2024-03-20 20:47:41 +01:00
Marc Alexander
b2459edaf3
Merge pull request #6589 from rxu/ticket/17284
[ticket/17284] Add viewtopic_body_online_list_after template event
2024-03-20 20:47:39 +01:00
rxu
6ee64c94a2
[ticket/17284] Add viewtopic_body_online_list_after template event
PHPBB3-17284
2024-03-13 23:25:02 +07:00
2 changed files with 9 additions and 0 deletions

View file

@ -3200,6 +3200,13 @@ viewtopic_body_footer_before
* Purpose: Add content to the bottom of the View topic screen below the posts
and quick reply, directly before the jumpbox in Prosilver.
viewtopic_body_online_list_after
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
* Since: 3.3.12-RC1
* Purpose: Add content after the online users list
viewtopic_body_online_list_before
===
* Locations:

View file

@ -508,4 +508,6 @@
</div>
<!-- ENDIF -->
{% EVENT viewtopic_body_online_list_after %}
<!-- INCLUDE overall_footer.html -->