Quote:
Originally Posted by koplak.kapok
Thanks, this helps me a lot
--------------- Added [DATE]1495969001[/DATE] at [TIME]1495969001[/TIME] ---------------
If for version 4.xx, is it the same?
|
For vb4 this should work.
In postbit_legacy search for:
Code:
{vb:raw post.message}
Replace with:-
Code:
<vb:if condition="$post['usergroupid'] == 8">
<div style="background-color:red;color:#fff;">This user has been banned and all posted content hidden</div>
<vb:else />
{vb:raw post.message}
</vb:if>