Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
–1 vote
208 views
in Q2A Core by

I'm trying to manipulate (in qa theme) the question content in the question list. And I need the question link or the question postid for the purpose.

The main code is based on the mouseover layer plugin. But I tried to get the postid/ question url but failed.

qa_q_path_html(($questionid,$title,$absolute=true)

always returns https://mydomain.com/0/the-correct-title-of-that-post

I realized that the postid is wrong, but the title is correct. 

$title is defined as  $title = isset($question['title']) ? $question['title'] : '';  

So, how should I define $questionid ? Or the solution for this purpose.

Many thanks.

Q2A version: 1.83

Please log in or register to answer this question.

...