Hi,

First of all thanks for this great module.

I couldn't find a way of getting the non paginated body even if pagination has been setup for the node type.
I was able to achieve this by adding an extra array to the $node variable.

//Under line 285
//Add full body non pagination to the node object.
$node->content['body_non_pagination']['#value'] = $node->content['body']['#value'];

Patch is attached.

Would love to get some feedback on this.

CommentFileSizeAuthor
non_paginated.patch610 bytesivan zugec

Comments

mundanity’s picture

Hi there,

Sorry for the late response, it's been a busy month! Can I ask the use case for this? I briefly thought about offering this, but couldn't think of a situation where it would be necessary. Would love to hear how you're using it.

mundanity’s picture

Status: Active » Closed (works as designed)

Hey there,

Not sure the use case for this but still would love to know how you're using it. Feel free to re-open.