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
How can i get question content to show as link title on index pages?
How to add a link : Ask another question only on the question site where users are directed after entering a question ?
Is there a standard function to display "please login" error message?
Where can I add an admin link?
How to link answer count to question page?
Would it be difficult to implement function hooks?
how to automatically link certain words to specified pages
Is there a way to print the link of the page that you're in?
link opens on a new tab?
How to change link of "My Updates" (qa-page.php)?
All categories
Q2A Core
(3,252)
Plugins
(356)
Link to a question
+1
vote
What is the easy way to create the right URL to link to a question by having just a ID? Because I want my plugin to work in sites with diferent configurations, so the URL pattern can change.
plugin
question-link
link
function
asked
Apr 6, 2011
in
Q2A Core
by
scorch
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
Best answer
Use the functions qa_path_html(...) and qa_q_request(...) from qa-base.php - please consult this page for more information on Q2A's functions:
http://www.question2answer.org/functions.php
answered
Apr 9, 2011
by
gidgreen
What is the qa_q_request() function? It isn't in the documentation. :)
EDIT: I have found it. Thanks. :)
Please
log in
or
register
to add a comment.
0
votes
Nobody? This is realy important. :)
answered
Apr 8, 2011
by
scorch
Please
log in
or
register
to add a comment.