PDA

View Full Version : Certian groups to be bold and italic in postbit?


sross
05-22-2004, 09:28 PM
Hi,

I have two member groups:

Member
Subscriber

In the forums posts both groups show as regular text.

I'd like it so my Subscriber group shows as Subscriber so it stands out more.

Is this hard to do? Can anyone help me? Thanks!

Zachery
05-22-2004, 09:58 PM
Hi,

I have two member groups:

Member
Subscriber

In the forums posts both groups show as regular text.

I'd like it so my Subscriber group shows as Subscriber so it stands out more.

Is this hard to do? Can anyone help me? Thanks!
Did we try the HTML markup feature per usergroup?

sross
05-22-2004, 10:08 PM
I found it, i replaced some code in my postbit with this:

<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>

Zachery
05-22-2004, 10:11 PM
I found it, i replaced some code in my postbit with this:

<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?