PDA

View Full Version : Multi-Quote Is not working


kellyandmark04
10-28-2010, 05:26 PM
Any ideas???? I have it enabled under the vb options and the number is set and when I go to the threads and click the multi button nothing happens it doesn't even change. Quote works just fine, but multi will not. Any ideas? Thanks in advance!!!!!

Lynne
10-28-2010, 05:35 PM
Multiquote means you may click the multi-quote box on several posts and then click Quote and all those quotes will show up in your reply. So, nothing 'changes' when you click the multiquote button. It just selects the quotes to put in your post when you finally click Quote.

kellyandmark04
10-28-2010, 05:52 PM
Multiquote means you may click the multi-quote box on several posts and then click Quote and all those quotes will show up in your reply. So, nothing 'changes' when you click the multiquote button. It just selects the quotes to put in your post when you finally click Quote.

When I do that on my site it is suppose to change from multi off to multi on. It doesn't change and I even tried to go ahead and do the multi quote just incase the image wasn't working or something and it still didn't show all the quotes. It only showed the last one I quoted. Thanks.

Lynne
10-28-2010, 06:35 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

kellyandmark04
10-28-2010, 06:43 PM
Done and it worked when I did that.

Lynne
10-28-2010, 11:28 PM
Then you have a problem with your custom style. You'll want to Edit a template, click View History > Compare and see what has changed and edit as needed.

kellyandmark04
10-29-2010, 12:04 AM
Do you know what template this is occuring in? So I can maybe narrow it down. Thanks!

Lynne
10-29-2010, 02:16 AM
I would start with the postbit, or postbit_legacy. If that's not it, try the others on that page (either go into debug mode to get a list or add the template name into the templates (vboptions > general options) to find them).

funinbc
04-14-2011, 04:47 PM
I know this is an old post but I am having this same problem. Here is what the error reads...can someone help with what I have to change to fix it?


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 14 Apr 2011 17:47:21 UTC


Message: Expected ')'
Line: 106
Char: 1
Code: 0
URI: http://www.funinbc.com/forum/clientscript/vbulletin_multi_quote.js?v=364

--------------- Added 1302803936 at 1302803936 ---------------

Following the steps above and makeing a new stock new style I still get the error on the page and can still not multi quote

any ideas?

Lynne
04-14-2011, 09:14 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

funinbc
04-14-2011, 09:29 PM
ok I did that and still the same thing...with the following error

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 14 Apr 2011 22:28:28 UTC


Message: Expected ')'
Line: 106
Char: 1
Code: 0
URI: http://www.funinbc.com/forum/clientscript/vbulletin_multi_quote.js?v=364






any help????

kh99
04-14-2011, 09:49 PM
It looks like maybe you need to re-upload the file vbulletin_multi_quote.js to the clientscript directory. Part of that file is missing for some reason.