diff options
| author | PayBas <contact@paybas.com> | 2014-04-24 11:43:30 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-05-02 17:58:02 +0200 |
| commit | 173bffb61a4843dc33b54804084ceda02f9fa3c1 (patch) | |
| tree | e09adfa523efcfed8b9309ec9504c390d6d27b3f /phpBB/docs | |
| parent | 1dd02b0a916f1cd7672ffc247f09c9b6d4598d7c (diff) | |
| download | forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar.gz forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar.bz2 forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.tar.xz forums-173bffb61a4843dc33b54804084ceda02f9fa3c1.zip | |
[ticket/12438] Add Template event memberlist_view_content_prepend
PHPBB3-12438
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67fa96ffbc..1be732b476 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -260,6 +260,14 @@ memberlist_view_content_append * Since: 3.1.0-b2 * 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 === * Locations: |
