1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/16991] Add events for bookmarks and subscribed topics in UCP

PHPBB3-16991
This commit is contained in:
kaileysnay 2022-04-28 16:29:27 -04:00
parent a12a6f52ae
commit e1069bcbde
3 changed files with 16 additions and 0 deletions

View File

@ -2530,6 +2530,20 @@ ucp_header_friends_online_username_full_prepend
* Since: 3.2.10-RC1
* Purpose: Prepend information to online friends username in UCP
ucp_main_bookmarks_topic_title_after
===
* Locations:
+ styles/prosilver/template/ucp_main_bookmarks.html
* Since: 3.3.8-RC1
* Purpose: Add content right after the topic title viewing UCP bookmarks
ucp_main_subscribed_topic_title_after
===
* Locations:
+ styles/prosilver/template/ucp_main_subscribed.html
* Since: 3.3.8-RC1
* Purpose: Add content right after the topic title viewing UCP subscribed topics
ucp_main_front_user_activity_after
===
* Locations:

View File

@ -54,6 +54,7 @@
</a>
<!-- ENDIF -->
<br />
{% EVENT ucp_main_bookmarks_topic_title_after %}
<!-- IF .topicrow.pagination -->
<div class="pagination">
<ul>

View File

@ -97,6 +97,7 @@
</a>
<!-- ENDIF -->
<br />
{% EVENT ucp_main_subscribed_topic_title_after %}
<!-- IF .topicrow.pagination -->
<div class="pagination">
<ul>