mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13290] Add EVENT index_body_forumlist_body_after
PHPBB3-13290
This commit is contained in:
parent
6a4cb42565
commit
971b30a76d
3 changed files with 16 additions and 4 deletions
|
@ -111,7 +111,7 @@ acp_ranks_list_column_before
|
||||||
* Locations:
|
* Locations:
|
||||||
+ adm/style/acp_ranks.html
|
+ adm/style/acp_ranks.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
* Purpose: Add content after the last column (but before the action column)
|
* Purpose: Add content after the last column (but before the action column)
|
||||||
in the ranks list in the ACP
|
in the ranks list in the ACP
|
||||||
|
|
||||||
acp_ranks_list_header_after
|
acp_ranks_list_header_after
|
||||||
|
@ -126,7 +126,7 @@ acp_ranks_list_header_before
|
||||||
* Locations:
|
* Locations:
|
||||||
+ adm/style/acp_ranks.html
|
+ adm/style/acp_ranks.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
* Purpose: Add content after the last header-column (but before the action column)
|
* Purpose: Add content after the last header-column (but before the action column)
|
||||||
in the ranks list in the ACP
|
in the ranks list in the ACP
|
||||||
|
|
||||||
acp_simple_footer_after
|
acp_simple_footer_after
|
||||||
|
@ -336,6 +336,14 @@ index_body_block_stats_prepend
|
||||||
* Since: 3.1.0-b3
|
* Since: 3.1.0-b3
|
||||||
* Purpose: Prepend content to the statistics list on the Board index
|
* Purpose: Prepend content to the statistics list on the Board index
|
||||||
|
|
||||||
|
index_body_forumlist_body_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/index_body.html
|
||||||
|
+ styles/subsilver2/template/index_body.html
|
||||||
|
* Since: 3.1.1
|
||||||
|
* Purpose: Add content after the forum list body on the index page
|
||||||
|
|
||||||
index_body_markforums_after
|
index_body_markforums_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -1011,7 +1019,7 @@ ucp_pm_viewmessage_post_buttons_after
|
||||||
+ styles/prosilver/template/ucp_pm_viewmessage.html
|
+ styles/prosilver/template/ucp_pm_viewmessage.html
|
||||||
+ styles/subsilver2/template/ucp_pm_viewmessage.html
|
+ styles/subsilver2/template/ucp_pm_viewmessage.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
* Purpose: Add post button to private messages (next to edit, quote etc), at
|
* Purpose: Add post button to private messages (next to edit, quote etc), at
|
||||||
the end of the list.
|
the end of the list.
|
||||||
|
|
||||||
ucp_pm_viewmessage_post_buttons_before
|
ucp_pm_viewmessage_post_buttons_before
|
||||||
|
@ -1020,7 +1028,7 @@ ucp_pm_viewmessage_post_buttons_before
|
||||||
+ styles/prosilver/template/ucp_pm_viewmessage.html
|
+ styles/prosilver/template/ucp_pm_viewmessage.html
|
||||||
+ styles/subsilver2/template/ucp_pm_viewmessage.html
|
+ styles/subsilver2/template/ucp_pm_viewmessage.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
* Purpose: Add post button to private messages (next to edit, quote etc), at
|
* Purpose: Add post button to private messages (next to edit, quote etc), at
|
||||||
the start of the list.
|
the start of the list.
|
||||||
|
|
||||||
ucp_pm_viewmessage_print_head_append
|
ucp_pm_viewmessage_print_head_append
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
<!-- INCLUDE forumlist_body.html -->
|
<!-- INCLUDE forumlist_body.html -->
|
||||||
|
|
||||||
|
<!-- EVENT index_body_forumlist_body_after -->
|
||||||
|
|
||||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||||
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
|
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
|
||||||
<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
|
<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
<!-- INCLUDE forumlist_body.html -->
|
<!-- INCLUDE forumlist_body.html -->
|
||||||
|
|
||||||
|
<!-- EVENT index_body_forumlist_body_after -->
|
||||||
|
|
||||||
<!-- IF not S_IS_BOT or U_TEAM -->
|
<!-- IF not S_IS_BOT or U_TEAM -->
|
||||||
<span class="gensmall">
|
<span class="gensmall">
|
||||||
<!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF -->
|
<!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue