The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Certian groups to be bold and italic in postbit?
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! |
#2
|
||||
|
||||
Quote:
|
#3
|
|||
|
|||
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> |
#4
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|