mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[ticket/12279] Add memberlist_view.html template event to add custom info
Template event to ddd custom content to the user profile view after the main content. PHPBB3-12279
This commit is contained in:
parent
325931a56b
commit
1e1a54882c
@ -160,6 +160,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_view_content_append
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/memberlist_view.html
|
||||
+ styles/subsilver2/template/memberlist_view.html
|
||||
* Since: 3.1.0-b2
|
||||
* Purpose: Add custom content to the user profile view after the main content
|
||||
|
||||
memberlist_view_user_statistics_after
|
||||
===
|
||||
* Locations:
|
||||
|
@ -119,6 +119,8 @@
|
||||
|
||||
</form>
|
||||
|
||||
<!-- EVENT memberlist_view_content_append -->
|
||||
|
||||
<!-- INCLUDE jumpbox.html -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@ -178,6 +178,8 @@
|
||||
|
||||
</form>
|
||||
|
||||
<!-- EVENT memberlist_view_content_append -->
|
||||
|
||||
</div>
|
||||
|
||||
<br clear="all" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user