mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14516] Add memberlist_email_before event
PHPBB3-14516
This commit is contained in:
parent
e7262e2d39
commit
775df0eb8a
3 changed files with 12 additions and 0 deletions
|
@ -951,6 +951,14 @@ memberlist_body_username_prepend
|
|||
* Purpose: Add information before every username in the memberlist. Works in
|
||||
all display modes (leader, group and normal memberlist).
|
||||
|
||||
memberlist_email_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/memberlist_email.html
|
||||
+ styles/subsilver2/template/memberlist_email.html
|
||||
* Since: 3.1.10-RC1
|
||||
* Purpose: Allow adding customizations before the memberlist_email form.
|
||||
|
||||
memberlist_search_fields_after
|
||||
===
|
||||
* Locations:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- EVENT memberlist_email_before -->
|
||||
|
||||
<!-- IF S_CONTACT_ADMIN-->
|
||||
<h2 class="titlespace">{L_CONTACT_ADMIN}</h2>
|
||||
<!-- ELSEIF S_SEND_USER -->
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- EVENT memberlist_email_before -->
|
||||
|
||||
<div id="pagecontent">
|
||||
|
||||
<form action="{S_POST_ACTION}" method="post" name="postform">
|
||||
|
|
Loading…
Add table
Reference in a new issue