PDA

View Full Version : Redirect to last post after deleting


Nordinho
04-17-2005, 09:00 PM
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



$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??

Nordinho
04-19-2005, 11:28 PM
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



$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??
anyone??