The page separator button does not work in WYSIWYG editors. I've tried both FCKeditor and CKeditor with no luck. The only workaround i've found is to disable the editor and insert directly into a plain text (body) field. This is, however, unsightly for end-user clients (in this case magazine editors) since they can not see their content as it's being output but instead can only see a pile of code.

Comments

eme’s picture

Indeed, in CKeditor for example, page break functions, but impossible to define the titles of the parts. Only possibility is to "switch to plain text" and click on the text area and then it load everything.

syntheticMedia’s picture

SOLVED

For ckeditor, simply change the format string in admin/settings/paging to <!--break--> then use the teaserbreak button.

If you get ajax issues, then see this post, comment #11 http://drupal.org/node/473084

Anonymous’s picture

#2 worked for me, but it would be great to get a separate button into the wysiwyg for pagination, so this feature doesn't interfere with teaser distinctions.

jenlampton’s picture

Status: Needs work » Closed (duplicate)