
05-07-2008, 01:24 AM
|
 |
|
|
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sholiz
Credit to magnus of course, but I modified this to be a little cleaner and not leave open (and ugly) white space.
Nothing has really changed, simply add to postbit or postbit_legacy.
PHP Code:
<if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"class="tborder">
<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. The contents of this Private Message can be trusted.</font></td>
</tr>
</table>
<br />
</if>
|
Nice!! Thanks!!
|