Quote:
Originally Posted by hwtan
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>
|
Could you possibly include this as a standard option in your great hack? My users can "get by" with one signature...but multiple signatures for the admin would be very useful.
Sorry I'm not smart enough to figure this out without your help. :ermm: