Thanks, this helps me a lot
--------------- Added [DATE]1495969001[/DATE] at [TIME]1495969001[/TIME] ---------------
Quote:
Originally Posted by z3r0
Try this (assuming you are using the standard postbit legacy).
In your postbit_legacy template, search for:-
And replace with:-
Code:
<if condition="$post['usergroupid'] == 8">
<div style="background-color:red;color:#fff;">This user has been banned and all posted content hidden</div>
<else />
$post[message]
</if>
|
If for version 4.xx, is it the same?