Closed (fixed)
Project:
Paging
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 00:42 UTC
Updated:
21 Jan 2009 at 16:55 UTC
I took a copy of drupal 5.15 code running Paging version 5.x-1.1 and upgraded to drupal 6.9 using 6.1.0-beta2 code.
After the upgrade, none of the existing contents respect <!--pagebreak--> tag. In addition, I've noticed that a new tag which has not been seen before is displayed along the actual text on the top of each node below the title and is indicated as <!--paging_filter-->.
I have already checked the input format and pagebreak is allowed. I've also made sure that appropriate content type is enabled under Paging Settings.
Thanks in advance for your help.
Mike
Comments
Comment #1
mike15 commentedI was able to find that my issue was related to the existing case discussed in here: http://drupal.org/node/179456
By disabling "HTML corrector" in the Filter section fixed both of my issues. The
<!--paging_filter-->tag disappeared and<!--pagebreak-->started to function properly.I guess there is a patch that has been ported to 6.x but has not been rolled out yet.
Is there plans to release it anytime soon?
Thanks.
Comment #2
Gurpartap Singh commentedI'll release 6.x-1.0-beta3 soon, till then you might want to use the development release http://drupal.org/node/95906.
Comment #3
mike15 commentedI couldn't find the link to the dev release before. I've downloaded the latest release and restored all the settings which seems to fix the issue at this point.
Thanks for your help!