MyBB Community Forums

Full Version: Quick reply not working please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.


Well I have made a video demo to show you my problem can someone please fix it

test account username: test pass:test1234
url : http://www.mydesiadda.in/forum/Thread-Qu...n=lastpost

Thanks in Advance Big Grin
Do you know of any plugins that may conflict with your forum?
If you don't mind, send me a PM of all of your plugins. Thanks!
Also, let me know the theme you are using to know if your theme has any jquery issues.
it appears to be an issue related to hide post content until reply plugin OR cloudflare ...
To rule out plugins as a cause of this issue, please try the following:

If you are using MyBB v1.6.4 and newer:

Go to AdminCP >> Configuration >> General configuration >> Disable all plugins >> YES


For all other versions older than MyBB v1.6.4:

In ./inc/init.php, find the code:

define("TIME_NOW", time());

After this code, add this:

define("NO_PLUGINS", 1);

Then save and/or reupload this edited version of the file so the forum will run the new code.



This will stop plugins being run when a page on the forum is loaded; it will not edit, delete or reset any content the plugin has added or changed, it will just temporarily stop the plugins being loaded, so some features on your forum may be temporarily missing or broken whilst this code is in place. When you remove this code, plugins will work again exactly as they were before. This change helps us to see if a plugin is the cause of a problem, without you having to manually deactivate every single plugin, which would mean you may lose data from them.

If your issue is fixed when this code is added, then the cause of your issue is a plugin; please post a list of your plugins and we will try and help you find which one it may be. If the problem still happens with this code added, then it is unlikely a plugin is the cause, in which case we will investigate the issue further.

Thank you.
(2012-01-20, 05:48 PM)Paul H. Wrote: [ -> ]To rule out plugins as a cause of this issue, please try the following:

If you are using MyBB v1.6.4 and newer:

Go to AdminCP >> Configuration >> General configuration >> Disable all plugins >> YES


For all other versions older than MyBB v1.6.4:

In ./inc/init.php, find the code:

define("TIME_NOW", time());

After this code, add this:

define("NO_PLUGINS", 1);

Then save and/or reupload this edited version of the file so the forum will run the new code.



This will stop plugins being run when a page on the forum is loaded; it will not edit, delete or reset any content the plugin has added or changed, it will just temporarily stop the plugins being loaded, so some features on your forum may be temporarily missing or broken whilst this code is in place. When you remove this code, plugins will work again exactly as they were before. This change helps us to see if a plugin is the cause of a problem, without you having to manually deactivate every single plugin, which would mean you may lose data from them.

If your issue is fixed when this code is added, then the cause of your issue is a plugin; please post a list of your plugins and we will try and help you find which one it may be. If the problem still happens with this code added, then it is unlikely a plugin is the cause, in which case we will investigate the issue further.

Thank you.

This is the list of the plugins I am using

MyBB GoMobile
Google SEO (1.6.2)
Hide Links to Guests (1.0)
Hide Tags BBCode [xtrsyz] (1.06.0002)
My Advertisements (2.0.3)
PluginLibrary (5)

and I have tried by disabling the plugins but it don't works Sad

and my theme is from here http://www.finalsense.com/templates/foru...-mybb-1-4/

(2012-01-20, 05:31 PM)ranjani Wrote: [ -> ]it appears to be an issue related to hide post content until reply plugin OR cloudflare ...

hey wht do u mean by issue with cloudflare.com ,can cloudflare also do such problems. Undecided
hey guys I turned off the cloudflare please do some more test and let me know if it is working for you.