mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12438] Add Template event memberlist_view_content_prepend
This commit is contained in:
commit
7c23a62bc7
3 changed files with 12 additions and 0 deletions
|
@ -308,6 +308,14 @@ memberlist_view_content_append
|
||||||
* Since: 3.1.0-b2
|
* Since: 3.1.0-b2
|
||||||
* Purpose: Add custom content to the user profile view after the main content
|
* Purpose: Add custom content to the user profile view after the main content
|
||||||
|
|
||||||
|
memberlist_view_content_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/memberlist_view.html
|
||||||
|
+ styles/subsilver2/template/memberlist_view.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Add custom content to the user profile view before the main content
|
||||||
|
|
||||||
memberlist_view_user_statistics_after
|
memberlist_view_user_statistics_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
<h2 class="memberlist-title">{PAGE_TITLE}</h2>
|
<h2 class="memberlist-title">{PAGE_TITLE}</h2>
|
||||||
|
|
||||||
|
<!-- EVENT memberlist_view_content_prepend -->
|
||||||
|
|
||||||
<form method="post" action="{S_PROFILE_ACTION}" id="viewprofile">
|
<form method="post" action="{S_PROFILE_ACTION}" id="viewprofile">
|
||||||
<div class="panel bg1<!-- IF S_ONLINE --> online<!-- ENDIF -->">
|
<div class="panel bg1<!-- IF S_ONLINE --> online<!-- ENDIF -->">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
<div id="pagecontent">
|
<div id="pagecontent">
|
||||||
|
|
||||||
|
<!-- EVENT memberlist_view_content_prepend -->
|
||||||
|
|
||||||
<form method="post" action="{S_PROFILE_ACTION}">
|
<form method="post" action="{S_PROFILE_ACTION}">
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
|
|
Loading…
Add table
Reference in a new issue