MyBB Community Forums

Full Version: Cannot quoting and template problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First, the quoting feature doesnt work, both multi-quote or quote
second, I made ​​a mistake by deleting the default theme, how to fix this?
my forum is www.kikil.org
please for help. and sorry for my bad english
To rule out plugins as a cause of this issue, please try the following. 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 edit 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.
thanks for reply and help
I've followed the instructions given to stop plugin function, but my forum still cannot using quoting function, plugin is not the issue.
any suggestion?
thanks for help
Run the file verification tool under admincp >> Tools & Maintenance menu and check to make sure all files are there and not changed.
(2011-04-16, 09:14 AM)- G33K - Wrote: [ -> ]Run the file verification tool under admincp >> Tools & Maintenance menu and check to make sure all files are there and not changed.

i already check, there are missing and change file and i reupload problem file, forum cannot access, i upgrade forum then quoting working!
thanks for help! bravo mybb community!!