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:
parent
a12a6f52ae
commit
e1069bcbde
@ -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:
|
||||
|
@ -54,6 +54,7 @@
|
||||
</a>
|
||||
<!-- ENDIF -->
|
||||
<br />
|
||||
{% EVENT ucp_main_bookmarks_topic_title_after %}
|
||||
<!-- IF .topicrow.pagination -->
|
||||
<div class="pagination">
|
||||
<ul>
|
||||
|
@ -97,6 +97,7 @@
|
||||
</a>
|
||||
<!-- ENDIF -->
|
||||
<br />
|
||||
{% EVENT ucp_main_subscribed_topic_title_after %}
|
||||
<!-- IF .topicrow.pagination -->
|
||||
<div class="pagination">
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user