Thank you for your response!
This worked in previous versions of Q2A, but not in the latest version for some reason. The $this->q_item_content($q_item); function doesn't return anything because the $q_item array doesn't have content in it.
You can check the source code of this page
http://golovoladki.ru - I print out the $q_item for each question and none of them have [content] in it:
Array
(
[raw] => Array
(
[postid] => 2089
[categoryid] =>
[type] => Q
[basetype] => Q
[hidden] => 0
[acount] => 1
[selchildid] =>
[closedbyid] =>
[upvotes] => 1
[downvotes] => 0
[netvotes] => 1
[views] => 586
[hotness] => 37948200000
[flagcount] => 0
[title] => Для чего нужен этот предмет из металла
[tags] =>
[created] => 1447142085
[name] =>
[categoryname] =>
[categorybackpath] =>
[categoryids] =>
[uservote] => 1
[userflag] => 0
[userfavoriteq] => 0
[userid] => 5141
[cookieid] =>
[createip] => 171.25.188.179
[points] => 35
[flags] => 1
[level] => 0
[email] => trebnev@yandex.ru
[handle] => виктор
[avatarblobid] =>
[avatarwidth] =>
[avatarheight] =>
[_order_] => 20
)
[hidden] => 0
[tags] => id="q2089"
[classes] =>
[url] => ./2089/%D0%BF%D1%80%D0%B5%D0%B4%D0%BC%D0%B5%D1%82-%D0%BC%D0%B5%D1%82%D0%B0%D0%BB%D0%BB%D0%B0
[title] => <span title="">Для чего нужен этот предмет из металла</span>
[q_tags] => Array
(
)
[answers_raw] => 1
[answers] => Array
(
[prefix] =>
[data] => 1
[suffix] => ответ
)
[answer_selected] =>
[views_raw] => 586
[views] => Array
(
[prefix] =>
[data] => 586
[suffix] => просмотров
)
[upvotes_raw] => 1
[downvotes_raw] => 0
[netvotes_raw] => 1
[vote_view] => net
[vote_on_page] => enabled
[upvotes_view] => Array
(
[prefix] =>
[data] => 1
[suffix] => ЗА
)
[downvotes_view] => Array
(
[prefix] =>
[data] => 0
[suffix] => не интерисует
)
[netvotes_view] => Array
(
[prefix] =>
[data] => +1
[suffix] => голос
)
[vote_tags] => id="voting_2089"
[vote_state] => voted_up
[vote_up_tags] => title="Вы голосовали ЗА - нажмите, чтобы отменить голос" name="vote_2089_0_q2089" onclick="return qa_vote_click(this);"
[vote_down_tags] =>
[meta_order] => ^what^who^where^when
[what] => загадка
[when] => Array
(
[data] => 10 Ноя, 15
)
[who] => Array
(
[prefix] => от
[data] => <a href="./user/%D0%B2%D0%B8%D0%BA%D1%82%D0%BE%D1%80" class="qa-user-link">виктор</a>
[suffix] =>
[points] => Array
(
[prefix] =>
[data] => 35
[suffix] => баллов
)
[title] =>
[level] => Зарегистрированный пользователь
)
[avatar] =>
)
Thanks again for your help!