Is it possible to set some the permissions of the actual canned replies?, i want some of the canned replies available to the moderators only (usergroup id 5) but all of the replies available to admin, is it possible? perhaps using something like
PHP Code:
<if condition="is_member_of($bbuserinfo,5)"><font size=1><b>canned reply 1:</b></if>
<if condition="is_member_of($bbuserinfo,6)"><font size=1><b>canned reply 1:</b><b>canned reply 2:</b></if>
can this mode be made in the cannedreplies.php?
I'm clutching at straws as i'm no coder