This was a previous issue with this module where the DrupalPageBreak button is not visible even though the Smart Paging module ( https://www.drupal.org/project/smart_paging ) is active and is able to handle it.

I ran into the issue while I was editing my CKEditor profile to include the DrupalPageBreak Button for my content editors.

In the previous fix, the patch fixed the issue within the includes/ckeditor.lib.inc file.

But there is a code snippet within this file ckeditor.ckeditor.inc which unsets the button if the pagebreak or paging module are not active.

Since the Smart Paging module does handle this feature correctly and was already accepted by the module maintainer, the fix is to also include the smart_paging module as part of this check.

Comments

asierrajr created an issue. See original summary.

asierrajr’s picture

StatusFileSize
new708 bytes

I added a patch to resolve this issue.

Please review

asierrajr’s picture

Assigned: asierrajr » Unassigned
Status: Active » Needs review
vokiel’s picture

Thank you @asierrajr for your patch. I've updated it to the newest version, please check if it still works for you.

  • vokiel committed 1c001c6 on 7.x-1.x
    Issue #3043966 by asierrajr, vokiel: DrupalPageBreak button not visible...
vokiel’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.