compatibility JCE and Minifrontpage Pro

Hi. I would like to ask you when the MinifrontpagePro update that fixes the JCE compatibility issue will be released?

I have to update one of my domains to joomla 4 and it uses minifrontpagepro, but when updating the module I get the thumbnail problem again.

If you don't have an update planned, could you tell me what steps should I take to correct the error?

Thanks you for all.
3 years 1 month ago #1 by luz quintero

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Hi biviana, really sorry to let you waiting on this update. To be honest, I've been really busy these past few weeks but I will push my self to release the update in this week. Thanks for being patient.
3 years 1 month ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi!!!
We already have news of the update? I am beginning to need it urgently. Could you tell me what is the adjustment to make?
3 years 1 month ago #3 by luz quintero

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Hi biviana, Sorry if this turns out to be taking more time than expected.
For fixing JCE you actually need to add 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);
3 years 1 month ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum