From 6ee64c94a21f69bd2568f62f379bb6beedd596a5 Mon Sep 17 00:00:00 2001 From: rxu Date: Wed, 13 Mar 2024 23:25:02 +0700 Subject: [PATCH] [ticket/17284] Add viewtopic_body_online_list_after template event PHPBB3-17284 --- phpBB/docs/events.md | 7 +++++++ phpBB/styles/prosilver/template/viewtopic_body.html | 2 ++ 2 files changed, 9 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 95d4a9515c..d05cb876fd 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -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: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index ea65c7eac8..db4e51d772 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -467,4 +467,6 @@ +{% EVENT viewtopic_body_online_list_after %} +