Quote:
Originally Posted by Simon Lloyd
Bananalive, nice hack  i'm using it on 3.7.3 without problems, one request if you would, i would want to create a set of canned responses for my mods to use and a set for my admin, i dont want the mods to be able to set their own i want us all singing from the same sheet as it were!
Is there a way to store the canned responses and perhaps set an IF condition somewhere something like
PHP Code:
<if condition="is_member_of($bbuserinfo,2)">....cannedreplies
i'm no coder and i copied that if condition from something else, but is it possible?
If you can supply the code and where to put it i am capable of that!
|
Try this... (it makes everyone share canned replies)
Give yourself full canned replies permissions.
Give your mods the following permissions:
Can use Canned Replies: Yes
Maximum Canned Replies per User: 0
Find and delete in plugin 'Canned Replies'
PHP Code:
WHERE userid=$userid
This will achieve:
- You (Administrators) can add/ edit/ use canned replies
- Moderators can view/use canned replies