Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Canned Replies v4.x - User Saved Text for Replies, Threads, PMs & Infractions Details »»
Canned Replies v4.x - User Saved Text for Replies, Threads, PMs & Infractions
Version: 4.1.2, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 4.0.x Rating:
Released: 04-25-2010 Last Update: 04-26-2011 Installs: 182
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.


Description:
  • This mod allows each user to store standard replies which they can quickly access upon creating a reply, thread, pm or infraction.
  • Canned replies can be shared - For Examples, Administrators could have permission to create/share/use canned replies; and moderators permission to view/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
  • Quickly Reply with Standard Message either in Quick Reply [+] or Advanced Reply [+]
  • Can also be used in NewThread [+] User Infractions [+] and PM System
Installation:
  1. Follow instructions included in .zip
  2. Click Install
Future Features:
  • Request new features in comments
Donations:
  • If you want to donate please click 'Support Developer'

Download Now

File Type: zip vb_cannedreplies_v4.1.2.zip (7.9 KB, 580 views)

Screenshots

File Type: jpg 4_list.jpg (84.9 KB, 0 views)
File Type: jpg 4_newthread.jpg (64.3 KB, 0 views)
File Type: jpg 4_permissions.jpg (26.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
BCP Hung

Comments
  #82  
Old 02-20-2011, 01:33 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Budget101 View Post
I am able to get to the page:

Code:
 cannedreplies.php?do=add
but it breaks the design all to pieces (on 4.1.0) - ignores the background and adds weird spaces throughout that particular page.
Same problem here on 4.1.2 Completely breaks the templates on edit and create new canned reply.

Can someone please help?
Reply With Quote
  #83  
Old 02-22-2011, 04:27 PM
RustyDogma RustyDogma is offline
 
Join Date: May 2009
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Using the mobile style, canned replies display for everyone, not just the folks given permissions for it, and breaks the mobile style for users.
Reply With Quote
  #84  
Old 03-05-2011, 08:27 PM
spillage spillage is offline
 
Join Date: Feb 2009
Location: S. Florida
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<u>Feature Request</u>.

Can we have a permission to have Canned Replied only active in selected forums, for selected usergroups.
Reply With Quote
  #85  
Old 03-09-2011, 06:24 PM
chriske chriske is offline
 
Join Date: Oct 2008
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sinucello View Post
Hi,
great mod but I can also confirm the usergroup-permission error. Turned canned replies off and set "Maximum Canned Replies per User" to zero but they can still see the shared canned replies of my mods (not only the select box but also the text insertion is enabled). Would be great if someone could fix this.

all the best,
Sacha
Same here!

If anyone can tell me how to hide the canned replies for other users then mods please do
Reply With Quote
  #86  
Old 03-10-2011, 01:40 PM
Budget101 Budget101 is offline
 
Join Date: Jul 2008
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chriske View Post
Same here!

If anyone can tell me how to hide the canned replies for other users then mods please do

go to your admincp>style manager> the style you use for your site> edit templates> cr_dropdown

and add an if condition around the link of code that's in the box

example:
Code:
<vb:if condition="is_member_of($bbuserinfo, 7)">
<div> {vb:raw crtest} </div><br />
</vb:if>
change the bbuserinfo based on your own usergroup id's you can view your usergroup id's by loading:

http://www.yourdomain.com/admincp/usergroup.php?do=modify

could also be

http://www.yourdomain.com/forums/admincp/usergroup.php?do=modify

alternatively you can Add multiple Usergroups by entering a comma between usergroup id's for the code to be visible ONLY to Mods & Supermods you would use:

Code:
<vb:if condition="is_member_of($bbuserinfo, 5,7)">
<div> {vb:raw crtest} </div><br />
</vb:if>
If you want to limit this to use in Certain forums only, use a forum based If Conditional
such as:
Code:
Untested:
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">
<div> {vb:raw crtest} </div><br />
</vb:if>
Where numbers listed in "array" would be forum Id's
Reply With Quote
  #87  
Old 03-17-2011, 01:29 PM
MarceloS MarceloS is offline
 
Join Date: Aug 2008
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does not show here in private messages.

Do you have to set this up? How?
Reply With Quote
  #88  
Old 04-07-2011, 11:17 PM
ElfenLied1337's Avatar
ElfenLied1337 ElfenLied1337 is offline
 
Join Date: Aug 2009
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems to work fine on 4.0.7, but does anybody have an idea as to how to disable sharing?

I have the mod enabled for all users, but sharing clogs up their dropdown.
Reply With Quote
  #89  
Old 04-08-2011, 02:10 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When you make a canned reply you have the ability to share or not. To stop sharing with what you already have you'll have to go into each then edit to disable sharing.
Reply With Quote
  #90  
Old 04-09-2011, 02:15 AM
ElfenLied1337's Avatar
ElfenLied1337 ElfenLied1337 is offline
 
Join Date: Aug 2009
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Charlie98902 View Post
When you make a canned reply you have the ability to share or not. To stop sharing with what you already have you'll have to go into each then edit to disable sharing.
Is there any way for an admin to edit what has been shared by other users?
Reply With Quote
  #91  
Old 04-09-2011, 02:15 PM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ElfenLied1337 View Post
Is there any way for an admin to edit what has been shared by other users?
Not sure on that.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05049 seconds
  • Memory Usage 2,348KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete