Hi folks,
This sounds like a great module.
I have read all the instructions and triple checked all settings.
No matter what, I cannot get paging to work.
If the author of this module would like, I can give them admin access to the site so they can see for themselves.
I am using:
Drupal 5.9
Paging 5.x-1.x-dev (downloaded today)
What's the next step (other than giving up on the use of this module).
Thanks to the author for bringing something out like this, just wish I could take advantage of it.
Thanks.
Comments
Comment #1
Zoologico commentedJust FYI, here are the steps I am following:
Automatic insertion does not work and neither does explicit insertion of
<!--pagebreak-->.Also,
<!--paging_filter-->does make it into my variables.Comment #2
Zoologico commentedGot this working FYI.
Seems like it is only supported in the default body variable and not anything created using CCK.
However, mine ends up looking like this:
1 Visit Page 1 Visit Page 1 Visit Page 1 Visit Page 1 Visit Page 1 Visit Page 1 Visit Page 1 next › last »
1) Are all the links supped to read "Visit Page X"?
2) Shouldn't they increment?
I posted a support request here as well:
http://drupal.org/node/304697
Comment #3
anschinsan commentedI've added a patch to the issue queue at http://drupal.org/node/306008 which resolves part of your problem (Paging and CCK body fields).
As I had some problems in getting this module to work as well, I mention here, that the processing order of the input filters seems to be kept in mind.
We use HTML corrector filter on our page ... if this filter gets applied after the paging filter, the paging module cannot work correctly. The indicator
the paging module uses for hook_nodeapi is simply filtered away. (Another indicator breaks the integration with tinymce and print module ... so it is not recommendable to change it.)
You can rearrange the processing order of the filters at your site -> admin -> settings -> input formats ... choose the appropriate filter and the tab 'rearrange' will appear.
I hope this helps someone :)
Comment #4
balaftuna commentedPagebreak is not working for me. When doing 'view source' for the page, I can see the pagebreak tag is there, and was not stripped, yet it does nothing.
I followed everything zoologico says.
Any ideas?
Thanking you.
Shay.
Comment #5
balaftuna commentedhi. Am I looking for answers in the wrong place?
If I do, please tell me where I can find it.
Thanking you.
Shay.
Comment #6
Gurpartap Singh commented@balaftuna what is the string that you saw in the source? Is it
<!--paging_filter-->or<!--pagebreak-->. If the latter, you might be using a WYSIWYG editor that's converting the less than and greater than signs into their entity equivalents.Comment #7
balaftuna commentedDear Gurpartap Singh
Thank you for your reply . It is indeed the latter. I use FCKEditor, but this happend also with TinyMCE.
Any suggestions?
All the best.
Shay.
Comment #8
Gurpartap Singh commented@balaftuna Some rich text editors turn
<&>into<&>. Try to put the page break in HTML source view of your content.Comment #9
sublimina commentedi had the same problem as balaftuna and tried the patch for cck that was mentioned above (http://drupal.org/node/306008) and it fixed it.
Comment #10
soundboy89 commentedIt's not working for me either. I do see the
in my source code (several times, actually), but the
is stripped away. I have the paging filter last in the filters list for the input format I'm using.
Comment #11
Gurpartap Singh commentedI can't say. The information you provided is not enough for me to help with something definite.
Comment #12
Gurpartap Singh commentedAssuming there are no more problems with the stated issue.
Comment #13
rhouse commentedPaging still isn't working.
I turned off all other filters (D6, btw) and it simply transmits the pagebreak comment into the generated page. (No, it isn't corrupted, the exact html comment is in the html source for the page, it isn't visible on the rendered page.)
Comment #14
Gurpartap Singh commentedSeems it's working for you as per another issue.