Heya,
My moderators requested this:
"Currently, when a post is deleted the browser refreshes back to page 1 of the thread. Is it possible to get it to refresh back to the page of the deleted post instead? It would make the process a lot more efficient and less time consuming."
I think it's this redirect in edit.php
PHP Code:
$url = "showthread.php?$session[sessionurl]t=$threadinfo[threadid]";
eval(print_standard_redirect('redirect_deletepost' ));
but what would be the url to get it to the edited page??