PDA

View Full Version : Cannot USe MultiQuote


nicklfire
01-02-2009, 02:27 PM
Hey guys,

Been having a problem with the multi Quote button on my forum. Running Version vBulletin Version 3.6.2 .

My members including myself have noticed that the multiquote is not working anymore. You can press the little PLUS SIGH on one person and when you choose another one it does not turn red like the first one. This USED to work, not sure why it has not worked, as i have not installed any mods in a while and only noticed this problem recently.

Any help apprecaited.

I have enabled guest posting on this forum if you can help out:
http://bcaquaria.com/forum/suggestions-complaint-area.html

Lynne
01-02-2009, 03:00 PM
Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?

nicklfire
01-02-2009, 03:17 PM
Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?

I did what you say and the multiquote does work with a different template

Lynne
01-02-2009, 03:34 PM
That means the problem is within your style. You should compare your templates to the default Jelsoft template (edit template > View History > Compare) and see if you can figure out what is missing.

nicklfire
01-02-2009, 07:01 PM
That means the problem is within your style. You should compare your templates to the default Jelsoft template (edit template > View History > Compare) and see if you can figure out what is missing.


any idea where to start comparing...

Lynne
01-02-2009, 08:01 PM
Since it has to do with the postbit(_legacy) template, I'd start with that one. Then I'd go on to any other templates used in the showthread.php page.

Dismounted
01-03-2009, 03:25 AM
Another thought is that a required Javascript file is not referenced in your style.

NetX
06-30-2009, 10:32 PM
My multoquite function sudenly is not working.
I created a new style without parent but multiquote still not working.

Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions

(My plugins)

bitfield_automediaembed.xml File not recognized as part of vBulletin
bitfield_mgc_cb_evo.xml File not recognized as part of vBulletin
bitfield_psionic_hide.xml File not recognized as part of vBulletin
bitfield_radioandtv.xml File not recognized as part of vBulletin
cpnav_automediaembed.xml File not recognized as part of vBulletin
cpnav_fbconnect.xml File not recognized as part of vBulletin
cpnav_mgc_cb_evo.xml File not recognized as part of vBulletin
cpnav_post_thanks.xml File not recognized as part of vBulletin
cpnav_pprm.xml File not recognized as part of vBulletin
cpnav_radioandtv.xml File not recognized as part of vBulletin
cpnav_rpm.xml File not recognized as part of vBulletin
cpnav_twitterposter.xml File not recognized as part of vBulletin
cpnav_vbacmps.xml File not recognized as part of vBulletin
cpnav_xperience.xml File not recognized as part of vBulletin
hooks_automediaembed.xml File not recognized as part of vBulletin
hooks_mgc_cb_evo.xml File not recognized as part of vBulletin
hooks_post_thanks.xml File not recognized as part of vBulletin
hooks_vbacmps.xml File not recognized as part of vBulletin
hooks_xperience.xml File not recognized as part of vBulletin
product-pprm.xml File not recognized as part of vBulletin
Scanned 12 files
./modcp
pprm.php File not recognized as part of vBulletin
pprm_ajax.php File not recognized as part of vBulletin

Any ideas?

Dismounted
07-01-2009, 04:49 AM
Add this to the end of your config.php:
define('DISABLE_HOOKS', true);
Then try MQ again, using the newly created style that has no parent.

NetX
07-11-2009, 09:07 PM
Add this to the end of your config.php:
define('DISABLE_HOOKS', true);
Then try MQ again, using the newly created style that has no parent.


Worked, thanks a lot.

Dismounted
07-12-2009, 04:13 AM
Note that the bit of code I posted disables all modifications - you still need to find and remove the rogue modification.