MyBB Community Forums

Full Version: SOLVED: Quick Delete Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason, the quick delete option is not working. When you click the button (the X) nothing happens, when it normally has that pop-up asking if you are sure you want to delete this post.

EDIT:

Also, when I view the page in IE, the error it gives is:

Line: 72
Char: 2
Error: 'quickdelete_confirm' is undefined
Code: 0
URL: http://www.mydomain.com/forum/showthread.php?tid=1291

EDIT2:

Forgot to use the search feature first Confused
Found this: http://community.mybboard.net/showthread.php?tid=25807
Ill try that and see if it works.

EDIT 3:
Fixed. I just threw:

<script type="text/javascript">
         var quickdelete_confirm = "{$lang->quickdelete_confirm}";
</script>

at the top of the template located under acp >> templates >> modify/delete >> (whatever template your using) >> Post Bit Templates >> postbit
It should be in the showthread template (it's in there by default). Perhaps you were using a custom theme which removed it by mistake.
Quite possibly. However, I compared it to the template of my old theme. They are exactly the same Confused

Oh well, problem is fixed now. I'm not overly concerned.