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

Is there a way to bypass the first page when you ask a question?

+3 votes
It would be nice to go straight to the page that has all the details when you ask a question.
asked May 23, 2010 in Q2A Core by johnpowell

1 Answer

+1 vote
 
Best answer
Excellent question! There isn't yet an option for this, but you can make it happen by replacing this line in qa-page-ask.php:

if (qa_clicked('doask1') || qa_clicked('doask2') || qa_clicked('doask3')) {

... with ...

if (true || qa_clicked('doask1') || qa_clicked('doask2') || qa_clicked('doask3')) {

Note that if you do this, no suggested example tags will appear, because those are calculated from the question title that is usually submitted in the previous page.
answered May 23, 2010 by gidgreen
Perfect.. That is a trade-off I can live with.
Perfect, thank you!
Would be awesome if in a future version all could happen on one page with the help of Ajax. I think I've seen that on commercial support websites.