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)

Tettinntil 02-10-2010 07:35 AM

I have allowed for user groups to use canned replies, but still get the message "you are allowed to use 0 canned replies". Any help?

bhkien 02-18-2010 01:25 AM

Still waiting for Canned reply in VB4.x before upgrading forum.

Simon Lloyd 02-20-2010 09:33 AM

Quote:

Originally Posted by Tettinntil (Post 1978940)
I have allowed for user groups to use canned replies, but still get the message "you are allowed to use 0 canned replies". Any help?

Have you set how many they can use?
Maximum Canned Replies per User

Tettinntil 02-20-2010 12:53 PM

Quote:

Originally Posted by Simon Lloyd (Post 1987163)
Have you set how many they can use?
Maximum Canned Replies per User

Yes, allowed 10 replies in usergroup permissions.

Tettinntil 02-24-2010 05:25 PM

Got it working at last...

Had to edit templates as posted in #198 and using the php file from #203. A lot of testing, but very nice when finally installed! :)

|Jordan| 04-01-2010 04:49 AM

Something odd is happening in vB 3.8.5, whenever a canned reply is saved <div_prefs id="div_prefs"></div_prefs> gets added to the end. Any idea how to fix this?

Simon Lloyd 04-01-2010 08:24 AM

Quote:

Originally Posted by |Jordan| (Post 2013852)
Something odd is happening in vB 3.8.5, whenever a canned reply is saved <div_prefs id="div_prefs"></div_prefs> gets added to the end. Any idea how to fix this?

The problem must be with one of your templates or another add on as i am running 3.8.5 with no ill effects, i just tried adding a canned reply...etc and all was well.

Speedy1505 04-15-2010 08:15 PM

what ist this ???!!!
HTML Code:

<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">_qacct="p-dcNXCwb75VtZ2";quantserve();</script>

thos Hack is NOT clean !!!!

i have deleted this code !!!!!!

rrr 04-20-2010 11:20 PM

Quote:

Originally Posted by Speedy1505 (Post 2021888)
what ist this ???!!!
HTML Code:

<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">_qacct="p-dcNXCwb75VtZ2";quantserve();</script>

thos Hack is NOT clean !!!!

i have deleted this code !!!!!!

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!

Simon Lloyd 04-21-2010 05:29 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!

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 :)


All times are GMT. The time now is 08: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.01309 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_html_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