MyBB Community Forums

Full Version: open close thread redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think redirect should be to last post after close open thread

what do you think?
bump bump bump
I always have preferred last post when I've deleted a post, or locked a thread.
ok now in mybb we have redirect to "thread" only, not last post
https://github.com/mybb/mybb/blob/featur...n.php#L606"
If you want it to go to the last post, you could change the line to this:
moderation_redirect(get_thread_link($thread['tid'], "", "lastpost"), $redirect);
(2015-04-05, 04:27 PM)dragonexpert Wrote: [ -> ]If you want it to go to the last post, you could change the line to this:

moderation_redirect(get_thread_link($thread['tid'], "", "lastpost"), $redirect);
thanks but i know that Smile

i write this thread in 1.8 Suggestions and Feedback to suggest add this change to mybb pack
I think it should rather redirect to the page on which you executed the moderator tool. But not a big deal.
+1 - this would be useful