I am developing a page plugin currently.
I get the question ids ("postid") from a separate table.
Now I would like to create correct links by using only the postid (the question number).
Problem is, the default function:
function qa_q_path($questionid, $title, $absolute=false, $showtype=null, $showid=null)
is expecting a $title that I do not have. I only have the postid.
1. What is the current way to solve this? An extra DB-query?
2. Why is there no core function that retrieves the title automatically by just throwing in the postid?
Thanks,
Kai