Quote:
Originally Posted by Boofo
Can we set this up to only allow certain usergroups or users to use it? I'd like to set it up so only the staff can use it (or the Admin).
Also, can we get a checkbox in the postbit to allow turning it off for that message (like it is now)? If it is checked, it will use whatever you have in the drop down showing or you can change it) and if the box is unchecked it will show no sig at all in that message.
|
1. A simple way to do is would be to use template conditionals to determine if the user is belongs to a group allowed to use the multi-signatures hack and if not so display the unmodified version of the template.
Something like:
PHP Code:
<if condition="is_member_of($bbuserinfo[userid], $powerusergid))">
... modified version of the template follows
<else />
.. original template
</if>
2. There's a 'No Signature' option in the combo box. When that option is selected, no signature will be shown for the particular message.