diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-02 12:50:59 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-02 12:50:59 -0700 |
commit | 9431a018cb4b850143d6b9dc0e6a38994b0da5f4 (patch) | |
tree | 01933729cf29ddca3761769dbcb32e42290554ae /phpBB/docs/events.md | |
parent | f34af2669d0d10401e1869fb9f8cc87d48e0f4d5 (diff) | |
download | forums-9431a018cb4b850143d6b9dc0e6a38994b0da5f4.tar forums-9431a018cb4b850143d6b9dc0e6a38994b0da5f4.tar.gz forums-9431a018cb4b850143d6b9dc0e6a38994b0da5f4.tar.bz2 forums-9431a018cb4b850143d6b9dc0e6a38994b0da5f4.tar.xz forums-9431a018cb4b850143d6b9dc0e6a38994b0da5f4.zip |
[ticket/12478] Add contact field events to viewtopic_body.html.
PHPBB3-12478
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67fa96ffbc..1cc1300c05 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -667,6 +667,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_contact_fields_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add data after the contact fields on the user profile when viewing +a post + +viewtopic_body_contact_fields_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add data before the contact fields on the user profile when viewing +a post + viewtopic_body_footer_before === * Locations: |