Ticket #1149 (open enhancement)
After the report, you need to redirect to the post, not to the forum
- Created: 2020-05-17 09:14:33
- Reported by: Visman
- Assigned to: None
- Milestone: None
- Component: usability
- Priority: normal
misc.php
redirect('viewforum.php?id='.$forum_id, $lang_misc['Report redirect']);
replace to
redirect('viewtopic.php?pid='.$post_id.'#p'.$post_id, $lang_misc['Report redirect']);
History
Franz 2020-05-19 21:51:31

Please add a bit more text to your issues, and outline why you are suggesting a change.
Visman 2020-05-20 02:03:00

Franz, create a new report for any post on these forums and see where you will be redirected after that.