Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
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
Related questions
Is there a way to put sidebar text on the 'Ask a Question' page only?
Is there a way display the title and body together in the ask form?
Hi, how i can put question field / form (now at domain.tld/ask) to the first page up all questions?
Is there a way to stop receiving email updates on a question/thread?
In similar question when asking, is it possible to give more weight to a word when the question title is shorter
Why there is not possible to ask related question to question ?
How do you move "Ask A Question" button?
problem with 'ask a question' title, it show as '[question/ask_title]:' in my ask page and ask box
How can i change Ask a Question Button style on the Nav
HOW-TO: Remove ASK A QUESTION button?
All categories
Q2A Core
(3,241)
Plugins
(350)
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.
ask
asked
May 23, 2010
in
Q2A Core
by
johnpowell
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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.
Please
log in
or
register
to add a comment.