Thank you for your answer Lynne!
Although i think this is way beyond my coding knowledge, i will give it a shot and maybe understand what i must do.
Ok... so heres the part i find that refers to the avatar:
Code:
//get the avatar
if (vB::$vbulletin->options['avatarenabled'])
{
$article['avatar'] = fetch_avatar_from_record($article);
}
$articles[$article['nodeid']] = $article;
}
I presume i must change this code to fetch the article image instead, if i get this right. Now my question is, how do i fetch the article image?