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.

Jan 18: 1.5 release

link opens on a new tab?

+3 votes
Is it possible to make that links on questions open a new tab instead of current?

Also, when will we have the option to post images and videos?
asked Aug 25, 2010 in Q2A Core by caolan

1 Answer

0 votes
See function qa_html_convert_urls(...) in qa-app-format.php - you can change the replacement phrase in the regular expression to do this - add in:

target="_blank"

...with a space after...

rel="nofollow"
answered Aug 29, 2010 by gidgreen