The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there anyway for a certain usergroup to have a default signature?
Thanks in advance Patrick |
|
#2
|
||||
|
||||
|
Hi Patrick,
I believe that you are looking for a mod, but unfortunately I can't help you with that right now .. What I can help you with is this:
Code:
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">
<vb:if condition="is_member_of($bbuserinfo, 1)">
<img src="IMAGE_SRC" alt="" border="0" />
<vb: else />
<vb:if condition="is_member_of($bbuserinfo, 2)">
<img src="IMAGE_SRC_2" alt="" border="0" />
<vb: else />
<vb:if condition="is_member_of($bbuserinfo, 3)">
<img src="IMAGE_SRC_3" alt="" border="0" />
<vb: else />
{vb:raw post.signature}
</vb:if></vb:if></vb:if>
</div></blockquote>
</vb:if>
That should do the trick, and sorry again cos I can't help with an easier way .. Good Luck .. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|