I have problmes with the Paging-Module. Only the first page of splitted node is shown in the PDF.

Comments

caw67’s picture

Status: Active » Closed (fixed)

Found the error.
Line 108: if (!$teaser && $node->pages_count > 1 && arg(2) !='print' && arg(2) != 'full') {

change to if (!$teaser && $node->pages_count > 1 && arg(2) != ('pdf' || 'print') && arg(2) != 'full') {