Hello and thanks, I can understand there is a workaround but even using that method takes two actions as opposed to the normal one, obviously you get the New topic notification and you simply click it to then approve or disapprove, after using the software for 14 years it would be a shame to have to click on the notification to then have to click the moderation queue or see the post actually on the forumssl wrote: Sun Sep 01, 2024 4:47 pm If the moderator has the correct permissions, all messages to be approved can be found by clicking on the MCP link in the navbar
Capture d’écran 2024-09-01 à 18.47.03.png
Hello, not sure if you was aware but just in case not its only a issue on a New topic and not the replies to a topic.ssl wrote: Sun Sep 01, 2024 5:38 pm I don't see this on my test board in version 3.3.13, so the bug comes from you.
A link to your forum would be helpful
When you have a notification of new messages to validate and you click on the subject link you arrive in the “Queue” of the “Moderation Panel” in the event of a new subject from a user.mrix2000 wrote: Sun Sep 01, 2024 4:27 pm when he clicks on the notifications where it shows there is a New topic to approve it directs to the post detail page and there is nowhere to approve it
Return to the queue | Return to topic | Return to post
Yes the option to approve / disapprove is now missing but only on New topics... well my end, its totally fine with approving reply posts to already created topics.
Oh ok so it rules that out.ssl wrote: Mon Sep 02, 2024 9:47 am There was no AJAX addition between version 3.3.12 and 3.3.13 it seems to me
includes/mcp/mcp_queue.php
and find:
Code: Select all
'U_APPROVE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", "i=queue&p=$post_id"),
Code: Select all
'S_CAN_APPROVE' => $auth->acl_get('m_approve', $post_info['forum_id']),