I want to show a thumbnail picture within the minifront page module. With the included settings for that I only get the image from the introtext.
With joomla! 1.5 I don't use the "read more" function that often anymore, what means that I don't have an introtext.
With the helper.php I can change if it should take the first or last picture of a text, but it still needs to be splitted.
| Code: |
preg_match_all("#<img(.*)>#", $rows[$r]->introtext . $rows[$r]->fulltext, $txtimg);
|
I've tried a lot here, but without success. Maybe someone can help me? Would be very very cool. Thanks.