I think, it's because it will be "form inside a form", which will not work. Look in templates/main_posts.html and you discover that we have this tag:
<form action="https://www.minibb.com/forums/{$indexphp}" method="post" class="formStyle" id="allMsgs">
....
</form>
It is used for defining the form of message checkboxes, if you are using $enableGroupMsgDelete option enabled. I think, you can eliminate these tags, if not.
Or - try to specify "id" for your form, than instead of "Submit" button, use JavaScript handler, which will submit this form. But I don't know will it really work. |