Quote:
Originally Posted by bananalive
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
|
Thanks for the prompt reply, i looked at the plugin(s) and the one called Canned replies i couldn't find your suggestion but found this
PHP Code:
"cannedreplies WHERE userid=$userid ORDER BY title ASC")
is it the entire line or this one
PHP Code:
$userid = $vbulletin->userinfo['userid'];
is this the one you meant?