I have problmes with the Paging-Module. Only the first page of splitted node is shown in the PDF.
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') {
Comments
Comment #1
caw67 commentedFound 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') {