PDA

View Full Version : Reply/Quoting issue


Prentice
07-28-2014, 06:55 AM
Morning all,

On my forum, when people try to click Reply With Quote or Quick Reply on a user's post, it just shows it's loading but doesn't actually get there, if you right click and copy the URL location of the button, or open in a new tab it works fine, but if you just click it it doesn't.

I've disabled the quick reply box and this has fixed the problem but it's not an ideal permanent solution.

Does anyone have any ideas as to what could be causing this?

Thanks

--------------- Added 1406535836 at 1406535836 ---------------

Also to add to this, when using the full advanced reply box, the formatting buttons aren't appearing and the smilies don't work when being clicked (BB Code and smileys can still be manually typed and used, however)

Lynne
07-28-2014, 04:42 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?

Prentice
07-29-2014, 10:42 AM
Hi Lynne,

I've tried that but still getting the same issue.

Thanks for your help

ForceHSS
07-29-2014, 10:56 AM
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);

Prentice
07-29-2014, 03:32 PM
Will do Force, thanks for your help.

--------------- Added 1406714920 at 1406714920 ---------------

Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);

Disabled them, but they're still not appearing.

--------------- Added 1406715181 at 1406715181 ---------------

I've had a look back at some plugins I've installed, and one that I didn't have much luck with so stopped doing but thought I'd reverted was:

https://vborg.vbsupport.ru/showthread.php?t=287342&highlight=twitter

This involves some sort of bug/playing with the quick editor form in a .js file, so thinking maybe I've damaged the ckeditor.js file in the process, I'll investigate and hopefully it's the cause..