redirect and moderate issue (3.0.5)

3.42K viewsIssues
0

So when, for example, everything must be moderated before user submission, and user is adding question, then after doing so he is redirected to that question. But he can’t see it, because post status is still not “Open”, so instead he is presented with info, that he don’t have permissions to view that page.

In this case user could be redirected to question list or we need to show him info about moderation.

With adding an answer is somewhat different story, but here I think, that user should better see info about “moderation”.

0

I rewrote some code, and now if question must be moderated, then after submission user without proper permissions is redirected to ap_base_page() with message: Question added and waiting for moderation.

In case of answer, user will see only moderation message, without redirection.

edited answer