vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Canned Replies v4.x - User Saved Text for Replies, Threads, PMs & Infractions (https://vborg.vbsupport.ru/showthread.php?t=241309)

Taurus1 02-20-2011 01:33 AM

Quote:

Originally Posted by Budget101 (Post 2161364)
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?

RustyDogma 02-22-2011 04:27 PM

Using the mobile style, canned replies display for everyone, not just the folks given permissions for it, and breaks the mobile style for users.

spillage 03-05-2011 08:27 PM

<u>Feature Request</u>.

Can we have a permission to have Canned Replied only active in selected forums, for selected usergroups.

chriske 03-09-2011 06:24 PM

Quote:

Originally Posted by sinucello (Post 2124674)
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 :D

Budget101 03-10-2011 01:40 PM

Quote:

Originally Posted by chriske (Post 2171519)
Same here!

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


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

MarceloS 03-17-2011 01:29 PM

It does not show here in private messages.

Do you have to set this up? How?

ElfenLied1337 04-07-2011 11:17 PM

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.

Charlie98902 04-08-2011 02:10 PM

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.

ElfenLied1337 04-09-2011 02:15 AM

Quote:

Originally Posted by Charlie98902 (Post 2182313)
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?

Charlie98902 04-09-2011 02:15 PM

Quote:

Originally Posted by ElfenLied1337 (Post 2182498)
Is there any way for an admin to edit what has been shared by other users?

Not sure on that.


All times are GMT. The time now is 04:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01256 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete