PM Security Certificate

Daz

New Member
Informs the user that the PM they are reading was in fact sent by forum staff.
Details:

This template modification was developed by request [LINK] of RED SPIDER.

I opted not to phrase this as that would be more effort than this modification really deserves. I've included the image file used in the screenshot.

Installation:

In either POSTBIT and/or POSTBIT_LEGACY, paste the following code at the top.

PHP:
<if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
<br />

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="98%" align="center" style="border-bottom-width:0px">
<tr>
	<td class="alt1" width="30"><img src="$stylevar[imgdir_misc]/verified.gif" width="27" height="32" alt="Verified!" /></td>
	<td class="alt2"><strong><font size="2" color="#339900">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official <strong>$vboptions[bbtitle]</strong> staff member. It's contents can be trusted.</font></td>
</tr>
</table>

<br />
</if>

verified.gif

verified_ss.jpg
 

dj_slim

New Member
thanks a lot mate nice post just done an edit and this works best for me

PHP:
<if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
<br />

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="40%" align="center" style="border-bottom-width:0px">
<tr>
    <td class="alt1" width="30"><img src="$stylevar[imgdir_misc]/verified.gif" width="27" height="32" alt="Verified!" /></td>
    <td class="alt2"><strong><font size="2" color="#339900">V E R I F I E D </font></strong><br /><font size="1">This message was sent by an official <strong>$vboptions[bbtitle]</strong> staff member. It's contents can be trusted.</font></td>
</tr>
</table>

<br />
</if>
 

Galeras

New Member
Isn't just look at the member group and color nick to know if it's an admin or not? At leas in my forum.
 

Hoxxy

New Member
Where do I find POSTBIT and/or POSTBIT_LEGACY

In your acmincp on the left handside menu scroll down and open "Styles & Templates" then click on Search in Templates this will open the search templates page, in the search box type:

POSTBIT
or
POSTBIT_LEGACY

press enter and you will get the template you want if not a small list of possible templates,

Just to let you know: As you spend more time on the board you will find people will answer questions like you have just asked like this:

acmincp>>Styles & Templates>>Search in Templates
 

Error404

New Member
I cant seem to get the verified image to show up..

I am running this on 3.8.2. i have put the verified.gif into my /images/misc/ folder.. am i over looking something?
 

Error404

New Member
Error404 said:
I cant seem to get the verified image to show up..

I am running this on 3.8.2. i have put the verified.gif into my /images/misc/ folder.. am i over looking something?

nevermind figured out my issue.. Thanks though..
 
Top