Thumbnails not created in Minifrontpage Pro (patch available?)
- Posted by Peter Wouda (10) Offline
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
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
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:at line 215 after code :and this code :at line 222, after the code :
2 years 10 months ago #2
by TemplatePlazza
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;
}
$orig_image = strstr($images->image_intro, '#', true);
// Added JCE PRO support
if ($orig_image == NULL) {
$orig_image = $images->image_fulltext;
}
$orig_image = strstr($images->image_fulltext, '#', true);
The topic has been marked as resolved.
- Posted by Peter Wouda (10) Offline
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
This will be included in the next version of MiniFrontpage I guess?
The topic has been marked as resolved.