I tried: $q_item['raw']['userid'] but this seems to be empty?
I am dealing with function q_item_title($q_item) from qa-theme-base.php, where we can call $q_item['raw']['closedbyid'] for example.
And in general: Is there any way to check what associative field $q_item['raw'][ ??? ] is providing?
Thx, Kai