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

gstout’s picture

Subscribing.

gstout’s picture

Version: 5.x-1.2 » 6.x-1.x-dev

I 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);

gstout’s picture

or somehow the weighting order of the module. Meaning this modules node_api functions need to fire before all others.

gstout’s picture

Duplicate - same issue as this issue

http://drupal.org/node/1777196

jenlampton’s picture

Status: Active » Closed (duplicate)