I liked that there are lot of useful configurations this module has.
We can configure we can decide which field we can use to split into multiple-pages and also add the pager separately into a node panel.
But the body or the field is not split into pages when we add the field inside a panel. I have created a patch which defines a field formatter that can display paged display of the field which is configured for pagination.

Comments

sushyl created an issue. See original summary.

sushyl’s picture

StatusFileSize
new2.68 KB

Uploading patch.

sushyl’s picture

StatusFileSize
new2.35 KB

There was a bug in previous patch. If the content was small the field content was showing empty. I've fixed it and uploading the updated patch.

sushyl’s picture

StatusFileSize
new2.32 KB

Removed $view_mode condition since it's not required in panel field.

  • jenlampton committed ced8a58 on 7.x-1.x authored by sushyl
    Issue #2643784 by sushyl: Pagination for  Node template  Panels
    
jenlampton’s picture

Status: Needs review » Fixed

The field formatter here looks a lot like the one I just committed in #2705469: Multilingual support, so that commit should also resolve this issue. I want to give you commit credit for proposing this idea, so I'm going to make some code-style cleanups and commit those changes, attributed to this issue. I should have done this issue first, sorry about that!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

sushyl’s picture

Thanks @jenlampton :)