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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ckeditor-drupalpagebreak-compatibility-with-smart-paging-module-3043966-4.patch | 736 bytes | vokiel |
| #2 | 3043966-2.patch | 708 bytes | asierrajr |
Comments
Comment #2
asierrajr commentedI added a patch to resolve this issue.
Please review
Comment #3
asierrajr commentedComment #4
vokielThank you @asierrajr for your patch. I've updated it to the newest version, please check if it still works for you.
Comment #6
vokiel