diff options
| author | Cesar G <prototech91@gmail.com> | 2014-08-08 13:46:58 +0200 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-08-08 13:46:58 +0200 |
| commit | ad97ad07f807d82037b8da6ba36667bdb7340c58 (patch) | |
| tree | 358b7b8c0e53adc0472bb7d55ccebeaa06a119a4 /phpBB/docs | |
| parent | f1b1bd0de98794f5df348abdf526e9651003abdf (diff) | |
| parent | e6dec0348a424190243c81b5c002b970e7d058d3 (diff) | |
| download | forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar.gz forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar.bz2 forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar.xz forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.zip | |
Merge remote-tracking branch 'PayBas/ticket/12535' into develop-ascraeus
* PayBas/ticket/12535:
[ticket/12535] Combine inner clearing CSS rules
[ticket/12535] Update events.md to RC3
[ticket/12535] Add events to subsilver2
[ticket/12535] Make <a> adjust to the image width
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 044596073c..4f39e71c3c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -879,6 +879,20 @@ ucp_agreement_terms_before * Since: 3.1.0-b3 * Purpose: Add content before the terms of agreement text at user registration +ucp_pm_viewmessage_avatar_after +=== +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage.html +* Since: 3.1.0-RC3 +* Purpose: Add content right after the avatar when viewing a private message + +ucp_pm_viewmessage_avatar_before +=== +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage.html +* Since: 3.1.0-RC3 +* Purpose: Add content right before the avatar when viewing a private message + ucp_pm_viewmessage_contact_fields_after === * Locations: @@ -1085,6 +1099,22 @@ viewtopic_print_head_append * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen +viewtopic_body_avatar_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-RC3 +* Purpose: Add content right after the avatar when viewing topics + +viewtopic_body_avatar_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-RC3 +* Purpose: Add content right before the avatar when viewing topics + viewtopic_body_contact_fields_after === * Locations: |
