PDA

View Full Version : Disable Ajax for Quick Reply


unitedpunjab
01-31-2018, 06:43 AM
Is it possible to disable Ajax just for quick reply ?

It is messing with special characters (emojis)

I know ajax can be disabled in options but it need it disabled only for quick reply.

romaine
02-02-2018, 05:49 AM
Is it possible to disable Ajax just for quick reply ?

It is messing with special characters (emojis)

I know ajax can be disabled in options but it need it disabled only for quick reply.

You can check in Admincp.
There are a option for you to enable/disable Ajax.

unitedpunjab
02-04-2018, 03:55 AM
A plugin on global_start with below code worked for me,

if (THIS_SCRIPT == 'showthread')
$vbulletin->options['disable_ajax'] = 2;