Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

preventing cat=? when asking questions from a question page

+1 vote
I have noticed that many of my questions are miscategorized because I get a lot of traffic direclty to my questions pages. When users click the "ask a question" button from a question page the category is automatically defaulted to the category of the question they came from. Is there an easy way to disable this so that the user must select their own category?
Q2A version: 1.4.2
asked Jan 29 in Q2A Core by anonymous

1 Answer

0 votes

You need to modify the core to do this - in qa-page.php, change:

array('cat' => $lastcategoryid)

... to ...

null

answered Jan 30 by gidgreen