Quote:
Originally Posted by sross
I found it, i replaced some code in my postbit with this:
Code:
<if condition="$post['usertitle']">
<if condition="$post['usergroupid'] == 7">
<div class="smallfont"><strong><em>$post[usertitle]</em></strong></div>
<else />
<div class="smallfont">$post[usertitle]</div>
</if>
</if>
|
Why not just edit the HTML markup boxes in the usergroup mangager in the admincp?