MyBB Community Forums

Full Version: Post deletion doesn't work?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i select a post i want to delete by like ticking the box on the post page i go down to moderation options and it says nothing has been selected...

My website: http://area2007.com/
jQuery conflict.
In headerinclude change:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"/>
to:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"/>
Then after it add:
<script type="text/javascript">jQuery.noConflict();</script>
Then make sure all jQuery scripts like sidebar.js use jQuery instead of $.
(2013-05-24, 04:15 PM)Destroy666 Wrote: [ -> ]jQuery conflict.
In headerinclude change:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"/>
to:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"/>
Then after it add:
<script type="text/javascript">jQuery.noConflict();</script>
Then make sure all jQuery scripts like sidebar.js use jQuery instead of $.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"/>
That didn't even exist man, and i put the other 2 there and still nothing.
That is the Reksio theme which uses Protaculous. You will need to swap that out for Prototype and scriptaculous for some MyBB functions but it WILL break the drop down login if you do that.