Is it possible to get the page to automatically refresh after using quick edit and quick reply? I'm using Mathjax which only renders properly when the page is reloaded.
I'm using the latest version of myBB.
You can edit the quick reply form so that it forces a page refresh
open showthread_quickreply first line is
<form method="post" action="newreply.php?tid={$tid}&processed=1" name="quick_reply_form" id="quick_reply_form">
change to
<form method="post" action="newreply.php?tid={$tid}&processed=1" name="quick_reply_form">
For the quick edit you would need to edit thread.js.