Quote:
Originally Posted by daPLAYBOY
Zachariah, many thx for this!
How do we allow only S.Admin to have the siggy in every post, as I, personally, have useful info for Members in it?
Cheers!
|
Try this:
Usergroup:
6 is Administrator on my site
Find:
Code:
<if condition="$post['signature']">
Replace:
Code:
<if condition="$bbuserinfo[usergroupid] == 6">
<if condition="$post['signature']">
<else />
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
</if>
Quote:
Originally Posted by Smoothie
Probably adding another <if> statement would work.
|
I could expand this hack but it would boot it out of a template hacks.
It could have a vboptions entry to allow you to put an array of user ID's that are not subject to the rule and allow standard signature display.