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.
Jan 18:
1.5 release
Related questions
How to add a link : Ask another question only on the question site where users are directed after entering a question ?
Is there a way to print the link of the page that you're in?
Link to a question
Conditional Login/Logout Link
404 error when trying to access the link
How can I change my listed site link in Q2A Directory?
Where can I add an admin link?
How to link answer count to question page?
How to delete "send feedback" link from footer?
how can I change link for not to use titles words
All categories
Q2A Core
(2,732)
Plugins
(173)
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?
link
asked
Aug 25, 2010
in
Q2A Core
by
caolan
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
Please
log in
or
register
to add a comment.