Thanks alot for your answer! Unfortunatly it's not constructive for what i am trying to do.
In qa-theme-base.php after:
function q_item_main($question)
{
$this->output('<DIV CLASS="qa-q-item-main">');
I added this:
$this->output('<img align="left" src="USERID.jpg" width="80" height="60" border="0"');
Instead of USERID I want to add the "userid" from database so will result for instance 1.jpg, 5.jpg, 64.jpg etcetera.
Also, I saw a problem with your earlier solution that for the logged in user the USERID was not showing up.
Thank you very much for your help, I really appreciate if you could give me a hand with this.