Closed (works as designed)
Project:
Pagination (Node)
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 02:52 UTC
Updated:
5 Feb 2010 at 04:58 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| non_paginated.patch | 610 bytes | ivan zugec |
Comments
Comment #1
mundanity commentedHi 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.
Comment #2
mundanity commentedHey there,
Not sure the use case for this but still would love to know how you're using it. Feel free to re-open.