Closed (duplicate)
Project:
Paging
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 22:55 UTC
Updated:
17 Dec 2012 at 05:10 UTC
When I turn on paging, the links generated by the Node relativity (5.x-2.5) module don't show up. This seems to be similar to the problem with the Book module links disappearing. When I turn paging off, the relativity links show up again. Any ideas?
Comments
Comment #1
gstout commentedSubscribing.
Comment #2
gstout commentedI feel like it's this line in the _paging_nodeapi line 519
// Put the current page contents into the node body.
$node->content['body']['#value'] = check_markup($node->pages[$page], $node->format, FALSE);
Comment #3
gstout commentedor somehow the weighting order of the module. Meaning this modules node_api functions need to fire before all others.
Comment #4
gstout commentedDuplicate - same issue as this issue
http://drupal.org/node/1777196
Comment #5
jenlamptonAgreed, duplicate issue: #1777196: Paging module breaks other modules that also alter text in a post using hook_nodeapi