mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14041] Add viewtopic_dropdown_*_custom template event
Allows an extension to create a custom dropdown menu. PHPBB3-14041 PHPBB3-14042
This commit is contained in:
parent
3768f7f2b8
commit
7e21d1dab5
2 changed files with 17 additions and 0 deletions
|
@ -1523,6 +1523,20 @@ viewtopic_buttons_top_after
|
|||
* Since: 3.1.0-RC5
|
||||
* Purpose: Add buttons after Post Reply button on the top of the posts's list
|
||||
|
||||
viewtopic_dropdown_bottom_custom
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/viewtopic_body.html
|
||||
* Since: 3.1.6-RC1
|
||||
* Purpose: Create a custom dropdown menu
|
||||
|
||||
viewtopic_dropdown_top_custom
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/viewtopic_body.html
|
||||
* Since: 3.1.6-RC1
|
||||
* Purpose: Create a custom dropdown menu
|
||||
|
||||
viewforum_forum_name_append
|
||||
===
|
||||
* Locations:
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
</div>
|
||||
|
||||
<!-- INCLUDE viewtopic_topic_tools.html -->
|
||||
<!-- EVENT viewtopic_dropdown_top_custom -->
|
||||
|
||||
<!-- IF S_DISPLAY_SEARCHBOX -->
|
||||
<div class="search-box" role="search">
|
||||
|
@ -376,6 +377,8 @@
|
|||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT viewtopic_dropdown_bottom_custom -->
|
||||
|
||||
<!-- IF .pagination or TOTAL_POSTS -->
|
||||
<div class="pagination">
|
||||
{TOTAL_POSTS}
|
||||
|
|
Loading…
Add table
Reference in a new issue