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.

ElfenLied1337 04-10-2011 07:19 PM

Quote:

Originally Posted by Charlie98902 (Post 2182643)
Not sure on that.

That's cool, thanks anyway. =]

Anyone else have an idea? I'm thinking of just editing the cannedreplies.php file to remove the Share checkbox, but I'm not quite sure what to remove or if that will mess with the rest of the mod's features.

MarekJan 04-25-2011 10:55 PM

The function is clicked:
Share reply with other users who can use Canned Replies
can since the version 4.1.3 all users the prestored answers see and use, all the same whether they are justified or also not! Sorry translated with babelfish there I no English can

bananalive 04-27-2011 12:04 PM

v4.1.2
- Added permissions https://vborg.vbsupport.ru/attachmen...5&d=1303909332
- Fixed permission error for some vB versions
- Fixed bug of not working on User Infraction page

Taurus1 06-10-2011 09:09 AM

It does not seem to work on 4.1.4. Please update. Thank you very much!!

Charlie98902 06-11-2011 01:26 PM

Quote:

Originally Posted by Taurus1 (Post 2205738)
It does not seem to work on 4.1.4. Please update. Thank you very much!!

Ha I was just popping in to see if anyone said this. I can confirm no longer working on 4.1.4

8thos 06-15-2011 04:59 PM

Yeah, doesn't work in 4.1.4.

boooooo 06-16-2011 11:01 PM

doesn't work in 4.1.4.

Charlie98902 06-17-2011 08:26 PM

Yea using 4.1.4 I get this error when I try to edit or see my canned replies:

Quote:

Charlie, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

bhkien 06-20-2011 02:03 AM

Yes, this version of Canned replies cannot work with vBulletin 4.1.4

Please update.

Thanks,

Charlie98902 06-20-2011 09:09 PM

Be nice if there was one but it says that it isn't supported so unless someone knows how to fix I think it is safe to say we won't see one. Wished I knew how to fix it so I can share with others.

bananalive 06-22-2011 08:18 AM

I'll have a look into vbulletin v4.1.4 compatibility issues today/tomorrow.

Charlie98902 06-22-2011 02:00 PM

Quote:

Originally Posted by bananalive (Post 2211220)
I'll have a look into vbulletin v4.1.4 compatibility issues today/tomorrow.

Thanks.

Faskis 06-23-2011 04:34 AM

Going to be honest here, if you can pull off an update for 4.1.4 for this modification, I'm definitely going to switch over from DBTech's Post Templates. I've really liked your work, banana, and the best of luck to you in getting this updated.

8thos 06-23-2011 06:24 AM

Quote:

Originally Posted by GrandTheftGamer (Post 2211632)
Going to be honest here, if you can pull off an update for 4.1.4 for this modification, I'm definitely going to switch over from DBTech's Post Templates. I've really liked your work, banana, and the best of luck to you in getting this updated.

DBTech's Post Templates doesn't work anymore so yeah I can see why you'd definitely switch over lol.

bananalive, I've never used DBTech's Post Templates before but the fact that the Templates are in the editor make it visually impressive. Will you please consider adding an option as a post edit button since DBTech won't be updating his anymore?

Taurus1 06-25-2011 10:49 AM

Any news on this? Please!!!

Jman423 06-28-2011 06:20 PM

Quote:

Originally Posted by bananalive (Post 2211220)
I'll have a look into vbulletin v4.1.4 compatibility issues today/tomorrow.

Any luck? This was a very useful tool for our staff.

-Thanks

Charlie98902 06-28-2011 09:59 PM

I think it has something to do with the new ckeditor that broke this plugin.

Successfulsteps 07-01-2011 09:55 PM

Please let us know when you have this update as I have a very active forum of members who are quite spoiled and loved this mod and want their Canned Messages back ASAP!

Thank you!

(strange how vbulletin.org isn't running 4.1.4 as they have the old editor here.)

djbaxter 07-01-2011 10:44 PM

Quote:

Originally Posted by Successfulsteps (Post 2215644)
Please let us know when you have this update as I have a very active forum of members who are quite spoiled and loved this mod and want their Canned Messages back ASAP!

Thank you!

(strange how vbulletin.org isn't running 4.1.4 as they have the old editor here.)

vBulletin .org is running vBulletin 4.x at all:

Quote:

Powered by vBulletin? Version 3.6.12

Jman423 07-03-2011 12:10 PM

Well, since it seems there won't be a speedy fix here, you can still use the product if you hit F5 after you've selected your message. Once the page reloads, the canned message will be there.

Hope that helps, for now.

rhoula 07-03-2011 05:05 PM

I installed the mod as suggested, but I cannot find the link under the "quick links"

Someone please help.

Thank you

Successfulsteps 07-03-2011 05:27 PM

Quote:

Originally Posted by Jman423 (Post 2216185)
Well, since it seems there won't be a speedy fix here, you can still use the product if you hit F5 after you've selected your message. Once the page reloads, the canned message will be there.

Hope that helps, for now.

That's very helpful. I noticed if you haven't typed anything in on the advanced reply screen you don't even have to wait for it to re-load.

But this is still being worked on no? He said he would get to it, and it with it being a holiday weekend for most, hopefully we'll see an update this week sometime??

I have over 800 members and none of them like the new ckeditor and want their old editor back. Does anyone know of a way to achieve this?

angeljs 07-05-2011 10:45 AM

Hi, I've installed this and am trying to setup a canned reply. However, when I press submit the cannedreplies.php page is blank, and I receive the following message in my error log:

Code:

PHP Fatal error:  Using $this when not in object context in /home/******/public_html/sims/includes/functions_wysiwyg.php(115) : eval()'d code on line 5
Any help would be appreciated. :)

Successfulsteps 07-05-2011 08:10 PM

Quote:

Originally Posted by angeljs (Post 2216979)
Hi, I've installed this and am trying to setup a canned reply. However, when I press submit the cannedreplies.php page is blank, and I receive the following message in my error log:

Code:

PHP Fatal error:  Using $this when not in object context in /home/******/public_html/sims/includes/functions_wysiwyg.php(115) : eval()'d code on line 5
Any help would be appreciated. :)

Your forum is running 4.1.4 with the new ckeditor and this mod was written pre-4.1.4 so it's not working properly on that version. The developer has stated he would be updating this mod for 4.1.4 but hasn't posted since then. We are all still waiting on him. So it most likely is giving that error due to the editor not be available it's run on. I'd wait until this mod is updated and hopefully then you can install w/out a problem.

angeljs 07-06-2011 06:17 AM

Ah I see. Thanks for the heads-up...I've had to learn a lot of patience since the last vB update ;)

Jman423 07-10-2011 08:38 PM

Quote:

Originally Posted by bananalive (Post 2211220)
I'll have a look into vbulletin v4.1.4 compatibility issues today/tomorrow.

Any word on this?

mmackinnon 07-14-2011 03:21 AM

I too await the update.

No news yet???

Successfulsteps 07-15-2011 12:08 AM

Still nothing?

Jman423 07-16-2011 03:39 PM

If the developer is not going to keep this updated, it would be nice if he would mark it as reusable so someone else can try to fix it.

Successfulsteps 07-18-2011 05:44 PM

I agree, my members are spoiled an want this working! So do I.


All times are GMT. The time now is 04:26 PM.

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.01747 seconds
  • Memory Usage 1,829KB
  • 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
  • (6)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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