Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
272 views
in Q2A Core by
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

1 Answer

0 votes
by

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

array('cat' => $lastcategoryid)

... to ...

null

...