Hello,
In an article I have the first image in the fulltext. Than the deualt image is displayed, because the image in the full text is not found.
In have corrected this in Default.php.
Line 57:
Replace:
$item->introtext --> $item->introtext.$item->fulltext
$thumb_img = MinifrontpageHelper::getThumbnail($item->id, $item->images,$thumb_folder,$show_default_thumb,$custom_default_thumb,$thumb_width,$thumb_height,$item->title,$item->introtext.$item->fulltex,$module->id);
Regards,
Peter