Hi,
I wrote some code in my plugin with which the Moderators can choose a "Question of the Week".
I now want to show it on the Home Page, as the 1st Entry in the "Recent Questions", with some Highlighting. I can do that by overriding the functions in the Class qa_html_theme_base in my Custom Layer. For this, I need to add my question the q_list array. But when I analyzed the content of the array, it has a number of parameters in it, for every question to be displayed. I tried the method suggested in this post:
http://www.question2answer.org/qa/8843/how-to-retrieve-a-single-question-from-the-database
But the infomation fetched is significantly less than what the elements q_list of have. Can anyone explain it to me, what's the best way to add a question in a custom way on the Home Page?