Mini Frontpage Pro works wrong with Helix Ultimate 2 / J4

Password for user admin2 is below in Site Details.
2 years 11 months ago #7 by Martin Dusil

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

  • Posted by TemplatePlazza (5261) Offline
It still wont let me in please have a look on the video below
2 years 11 months ago #8 by TemplatePlazza

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

Superuser admin2 is Enabled and Activated, I don't know what is the problem. Any other passwd (Admin Tools,..) is not on the web. I don't understand the second Sign In (black screen). It is related with 1Password app?
2 years 11 months ago #9 by Martin Dusil

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

  • Posted by TemplatePlazza (5261) Offline
No it’s not related to 1password app. I thought you have additional security layer / additional security extension installed?
2 years 11 months ago #10 by TemplatePlazza

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

SOLVED! I found that the problem is with the JCE editor, specifically the System-JCE plugin. If this plugin is deactivated, Mini Frontpage pro works properly. If the System-JCE plugin is enabled, Mini Frontpage Pro does not work properly with image previews as I described above. Thank you very much.
2 years 11 months ago #11 by Martin Dusil

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

  • Posted by TemplatePlazza (5261) Offline
Ah I see. This JCE issue will be fixed in the next update. In the meanwhile you can fix it manually by editing this file : /modules/mod_minifrontpagepro/Helper/MinifrontpageproHelper.php: then add this code
// 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 11 months ago #12 by TemplatePlazza

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

Powered by Kunena Forum