Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.2-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 07:59 UTC
Updated:
23 Jan 2009 at 11:56 UTC
Hi,
I have installed and configured FCKeditor to obtain DrupalBreak and DrupalPageBreak buttons in the tool bar.
DrupalBreak button works well, on the contrary DrupalPageBreak button doesn't work (simply the text is continuous, without any content paging).
I'm using Drupal 5.10.
Comments
Comment #1
wwalc commentedDid you enable the Paging module? http://drupal.org/project/paging
Does it work for you if FCKeditor is disabled and you add
<!--pagebreak-->manually?Comment #2
alex72rm commentedHi,
yes, I enabled paging module (official version, and that one under development).
It isn't any difference between FCKeditor enabled/disabled.
I thought maybe it's a problem with filters (html filtered content) or node type, but I controlled that all is right configured.
Comment #3
wwalc commentedCheck if that's your case: #304111: Paging not working in my install... (comment #2).
Did I understood correct: if FCKeditor is disabled and in plain textarea you add
<!--pagebreak-->tags, then paging still doesn't work? In such case, it's a problem with Paging module I guess (I didn't try to reproduce it yet).Comment #4
wwalc commented