Here's a few problems I've run into: (Because of the first issue, I've categorized this as a support issue. But it's probably more of a "feature request")

1. Other CCK fields that should be displaying on the page are not showing up. They only show up when I click "show all". It would be nice to have some of my fields show up on every page. But there might be other fields I'll only want to display on the first or last page.
2. I'd prefer to have clean urls. Maybe someone can tell me if query strings in the url effects the page's SEO
3. I agree with whomever said they would like to see the page number in the title. Can this be done with the Page Title and Tokens modules? (haven't tried it yet)
4. I'd like to have the option to place the pager both above and below the text.
5. I want to be able to disable the show all link.

I'm considering going back to custom pagers, but I love what you've done with this module and will be keeping an eye on it.

Thanks.

Comments

mundanity’s picture

Hi Jvinci,

1. I'll definitely look into this, can you provide a bit more info as well? (what CCK fields were you adding so I can replicate that in my test environment?

2. All the information I have read on this suggests that query strings do not affect page rank (google). I am uncertain of other search engines. I'm looking for a clean URL method, but due to an issue with nodes using the Path module, it's a bit tricky. Definitely something I would like to add though.

3. I'll look into those modules to find out what they do and if they can provide that functionality, thanks for that.

4. Let me see if that can be handled, I'm a bit worried about adding new template requirements to support this module.

5. Yes definitely, I'll add a toggle for this.

Thanks for your feedback!

panji’s picture

one simple question please,...
About the 'Method 2 allows for fine-tuned control over pagination breaks, useful for content creators who need to set specific break points in their content.'

So, what is the "specific break points" ? There's no option for it,.. is it using drupal break or


, or something else?
mundanity’s picture

Hi Panji,

You can setup a specific content type to paginate by words per page (method 1) or manual break (method 2). If you select method 2, then when you create/update a node, you will see additional help text letting you know how to break a page. The break points are "[ pagebreak ]" (if you just want to break the content right there), or "[ header = My Page Header ]" if you want to break the content and provide a header for it (for us in the table of contents).

jvinci’s picture

Here's The CCK fields I'm using:

Title
Title of Biography (Text)(Hidden)
Page (Integer)
Author (text)
Top Node (node reference)(Hidden)
Taxonomy
Source (text)

Let me know if you need anything else.

mundanity’s picture

Assigned: Unassigned » mundanity
Category: support » feature

Hi there,

Version 1.3 brings a fix for the CCK issue is detailed in #324668, as well as a toggle for "show all".

mundanity’s picture

Status: Active » Closed (fixed)