We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800ec32 commit bbaf71aCopy full SHA for bbaf71a
style.cfg
@@ -21,8 +21,8 @@
21
# General Information about this style
22
name = subsilver2
23
copyright = © 2005 phpBB Limited
24
-style_version = 3.3.2
25
-phpbb_version = 3.3.2
+style_version = 3.3.3
+phpbb_version = 3.3.3
26
27
# Defining a different template bitfield
28
template_bitfield = //g=
template/ucp_pm_viewmessage.html
@@ -14,7 +14,7 @@
14
15
<tr class="row1">
16
<td class="genmed" nowrap="nowrap" width="150"><b>{L_PM_FROM}{L_COLON}</b></td>
17
- <td class="gen">{MESSAGE_AUTHOR_FULL}</td>
+ <td class="gen">{% EVENT ucp_pm_viewmessage_author_full_before %}{MESSAGE_AUTHOR_FULL}{% EVENT ucp_pm_viewmessage_author_full_after %}</td>
18
</tr>
19
20
0 commit comments