Thumbnails not created in Minifrontpage Pro (patch available?)

Hi there,

On my localhost XAMPP environment but also on a live server, the thumbnails are not created.
In a previous post I read about a patch that is available because of a know error in combination with JCE Editor PRO that I als us?
www.templateplazza.com/forum/thumbnails-in-minifrontpage-pro

Best regards,
Peter
2 years 10 months ago #1 by Peter Wouda
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5261) Offline
Hi, I have uploaded the patch version to your website, can you please check it?
And for the local version, you add the patch manually adding this code in file /modules/mod_minifrontpagepro/Helper/MinifrontpageproHelper.php:
// Added JCE PRO support
if ($orig_image == NULL) {
     $orig_image = $images->image_intro;
}
at line 215 after code :
$orig_image = strstr($images->image_intro, '#', true);
and this code :
// Added JCE PRO support
if ($orig_image == NULL) {
     $orig_image = $images->image_fulltext;
}
at line 222, after the code :
$orig_image = strstr($images->image_fulltext, '#', true);
2 years 10 months ago #2 by TemplatePlazza
The topic has been marked as resolved.
Thank you! It works fine now.
This will be included in the next version of MiniFrontpage I guess?
2 years 10 months ago #3 by Peter Wouda
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5261) Offline

This will be included in the next version of MiniFrontpage I guess?

yes. absolutely;)
2 years 10 months ago #4 by TemplatePlazza
The topic has been marked as resolved.
Has this been done yet, or should I add the code myself?
2 years 10 months ago #5 by Mary-Liz Grise
The topic has been marked as resolved.
Powered by Kunena Forum