Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
269 views
in Q2A Core by
edited by
User can't view his own questions, which are in moderation.

I noticed that user can't view his submitted questions, unless he has direct url to that submitted question.

How to show user a list of his own questions, which are in moderation?
Q2A version: qa1.85
by
+2
Questions in moderation have a different type than normal question ("Q_QUEUED" vs "Q"), but the construction of the query spec for user questions has the type "Q" hard-coded, and I'm not sure that can be overridden somewhere. You may need to create a page module that specifically queries post with the type "Q_QUEUED" for the logged-in user from the database.
by
Thank you for the tip,
Yes I know all that you mentioned except I never thought of a page. Also I am not trying to override those. I just thought there might be an easier way to manage that.

Please log in or register to answer this question.

...