Changeset 33001


Ignore:
Timestamp:
Dec 26, 2023, 6:07:26 PM (5 months ago)
Author:
plg
Message:

deactivate FCK on Piwigo 14 new album editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/fckeditor.php

    r32717 r33001  
    2222  if ($page['page'] == 'album')
    2323  {
    24     $areas[] = 'comment';
    25     $areas[] = 'mail_content';
    26     $toolbar = $conf['fckeditor_toolbar_always_full'] ? 'Full' : 'Basic';
    27     $template->set_prefilter('album_properties', 'add_remove_button');
     24    // With Piwigo 14 FCK Editor doesnt not worker with ajax validated form.
     25    // For now let's completely deactivate FCK Editor on album editor.
     26    // Better fix will come soon.
     27    // $areas[] = 'comment';
     28    // $areas[] = 'mail_content';
     29    // $toolbar = $conf['fckeditor_toolbar_always_full'] ? 'Full' : 'Basic';
     30    // $template->set_prefilter('album_properties', 'add_remove_button');
    2831  }
    2932  // Picture modify
Note: See TracChangeset for help on using the changeset viewer.