diff options
| author | Cesar G <prototech91@gmail.com> | 2014-08-08 13:47:25 +0200 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-08-08 13:47:25 +0200 |
| commit | 254b720070e01e3d0b9a231a7e49b8e2cf7f7c73 (patch) | |
| tree | 383069278b67ed4629fdef6ac2bde92258501f01 /phpBB/docs/events.md | |
| parent | 8a962690045e3d492ef14881051d6007cdc7c11a (diff) | |
| parent | ad97ad07f807d82037b8da6ba36667bdb7340c58 (diff) | |
| download | forums-254b720070e01e3d0b9a231a7e49b8e2cf7f7c73.tar forums-254b720070e01e3d0b9a231a7e49b8e2cf7f7c73.tar.gz forums-254b720070e01e3d0b9a231a7e49b8e2cf7f7c73.tar.bz2 forums-254b720070e01e3d0b9a231a7e49b8e2cf7f7c73.tar.xz forums-254b720070e01e3d0b9a231a7e49b8e2cf7f7c73.zip | |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[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/events.md')
| -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: |
