If you're missing the image in your front page slide show, it's a simple fix. Just follow these three simple steps to display images inside your slide show.
1. Open 'mod_fpss.php' in a text editor for editing..
2. Find and replace:
preg_replace("/<img.+?>/", "", $image->ctext);
to
preg_replace("/a/", "a", $image->ctext);
3. On line 470 change, this:
if ($striptags) {$introtext = strip_tags($introtext, $allowed_tags);}
to:
// if ($striptags) {$introtext = strip_tags($introtext, $allowed_tags);}