admin (no pm's please)
|
Phpbb2: New RAWEMAIL macro in viewtopic_body.tpl{postrow.RAWEMAIL} now contains a users email address.
Please use this responsibly, only mods/admin should ever be able to see this. So use a wrapper like:
<!-- IF S_USER_LEVEL > 0 -->
<!-- ENDIF -->
around any reference to it.
preferably:
<!-- IF S_USER_LEVEL == 1 -->
<!-- ENDIF -->
which makes it admin only.
|