Quote:
Originally Posted by Zachariah
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>
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.
|
I think its fine just the way it is, that's why I use it.