vb.org Archive

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

Spinball 09-19-2011 09:57 PM

My moderators are getting an error when trying to set up canned replies for the first time:
Quote:

You can only have 0 Canned Replies
Even though the user group specifies a maximum of 8.

PHP Code:

$errortext "You can only have ".$permissions['maxcr']." Canned Replies"

maxcr is more than zero in the usergroup table.

Any ideas?

Simon Lloyd 09-20-2011 05:47 AM

You also have to set the "Can use" canned replies

bitwise2000 11-23-2011 12:08 PM

Is there an easy way to add this to other templates? My mods would love to have this for the threadadmin templates.

DEGE 03-01-2012 07:07 PM

Quote:

Originally Posted by bitwise2000 (Post 2271130)
Is there an easy way to add this to other templates? My mods would love to have this for the threadadmin templates.

Can't believe no one figured out how to reply this...
Is this mod so restricted to what it is?

DEGE 06-08-2012 05:34 PM

BOUNCE:

Has anybody made it work in socialgroups for instance ???


DEGE

CoffeeLovesYou 09-30-2012 03:53 PM

Possible to add Canned Replies to Visitor Messages? =/ I was looking in the plugins but I don't know the script for newvisitormessage, as it is already using newreply, newthread, etc.

b00k 10-20-2012 04:44 AM

Quote:

Originally Posted by rrr (Post 2024575)
Where do you see that code at?

Edit: I found it at the bottom of the cr_shell template. I agree, this should be removed from the add-on files.

Otherwise, this is a great addition!



yes, sneaky move on his part.

Was in both my templates as well. :/

Simon Lloyd 10-20-2012 05:28 AM

Quote:

Originally Posted by Simon Lloyd (Post 2024714)
Are you sure you downloaded this hack from here and you have no vulnerabilities? below are the unmodified content of my cr_shell as installed from this hacks download:
HTML Code:

<if condition="empty($_REQUEST['do']) OR $_REQUEST['do'] == 'modify'">
<script language="JavaScript">
function delCR(id, title)
{
        if (confirm("Are you sure you want to delete '" + title + "'"))
        {
                window.location.href = 'cannedreplies.php?do=kill&id=' + id;
        }
}
</script>
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
        <td colspan="2" class="tcat">$vbphrase[cannedreplies]</td>
</tr>
</thead>
        <tbody>
        <tr><td colspan="2" class="alt1">
        $html
        </td></tr>
        </tbody>
</table>


<br />

As you can see nothing suspicious :)

Are you sure you dont have vulnerabilities too?, above is my response to that post as i dont have those extra JS lines.

b00k 10-20-2012 01:20 PM

Line 316 of the plugin carries the quantcast code.

Simon Lloyd 10-20-2012 02:15 PM

Thats odd, i just downloaded this mod and the code you mention is there however it isn't there in my version???

fht 02-13-2013 01:00 PM

Hello,

I`ve got a little problem:

if I open the following page, I get this message:

The page you are trying to view can not be shown because it uses an invalid or unsupported form of compression.

What can I do to solve this problem ? I would be thankful for your help.

Wolver2 08-08-2013 05:10 AM

wished someone could convert this to 4.21 :)

Simon Lloyd 08-08-2013 05:53 AM

Read the first post!


All times are GMT. The time now is 01:33 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.01353 seconds
  • Memory Usage 1,754KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)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