Description:
This mod allows each user to store standard replies which they can quickly access upon creating a reply, thread, pm or infraction.
[Demo here - registered members have permissions to use canned replies]
Features:
Adding and editing canned replies is fully integrated into the User CP with vBulletin Editor. [+] Quick Link -> User Control Panel; Then scroll down page and you will see 'Edit your Canned Replies' url to canned replies is http://www.your-forum.com/cannedreplies.php
Permissions can be set per usergroup
(AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Can use Canned Replies)
(AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Maximum Canned Replies Per User)
Quickly Reply with Standard Message either in Quick Reply [+] or Advanced Reply [+]
Can also be used in NewThread [+] User Infractions [+] and PM System
Suggestions: If you have a suggestion about this modification, please get in touch here Donations: If you want to donate please click 'Support Developer'
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I dont see it on either place and all my the templates that the plugin modifies are the default unedited vb ones.
Are you looking in the right place? I've attached a screenshot of where it will appear if your usergroup has been set up to use Canned Replies
(What version of vBulletin are you using?)
Are you looking in the right place? I've attached a screenshot of where it will appear if your usergroup has been set up to use Canned Replies
(What version of vBulletin are you using?)
I dont see it in that area. My VB is 3.7.2 Patch Level 1
I installed the latest version, 2.0, but for some reason this is not showing up in my usergroups so I can turn it on. Any ideas why?
Make sure you uploaded bitfield_cannedreplies2008.xml to \includes\xml\
Then logout and re-login into your admincp
Go into usergroup permissions and when you click on usergroup to edit it should appear with message 'Rebuilding Bitfields'
Also note that Canned Replies Permissions do not always appear at the bottom of the usergroup permissions page.
Quote:
Originally Posted by |Jordan|
I don't see it in that area. My VB is 3.7.2 Patch Level 1
Check your template USERCP_SHELL is not customised (ie. isnt highlighted in orange or red)
If your still have no luck, you can do the template edit yourself
Open Template USERCP_SHELL Find
PHP Code:
$vbphrase[edit_ignore_list]</a></td></tr>
Add Below:
PHP Code:
<if condition="$permissions['cannedreplies'] & $vbulletin->bf_ugp['cannedreplies']['canusecr']"><if condition="THIS_SCRIPT == 'profile' OR THIS_SCRIPT == 'private' OR THIS_SCRIPT == 'usercp'"><tr><td class=\"alt2" nowrap="nowrap"><a class="smallfont" href="cannedreplies.php?$session[sessionurl]">Edit Your $vbphrase[cannedreplies]</a></td></tr></if></if>
I found the source of the problem why the auto insert wasn't working (and why manual editing of usercp_shell wasn't working). It was because i had Icons for UserCP modification installed, and that modification loads a new usercp_shell. I uninstalled that modification and the auto insert works now. You should add that in your main post.
It would be great if this modification could support administrator set canned responses that specific usergroups could use (but not edit). For example, i have a reviews forum and reviewers need to manually copy the section headings to make the review, it would be great if they could select from a premade template with all the sections i define set for them.