Closed (fixed)
Project:
Paging
Version:
5.x-1.1
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 00:46 UTC
Updated:
6 Feb 2009 at 15:30 UTC
I have some CCK fields I would like to be displayed only on the last page of a node - how do I check if current page is the last?
Comments
Comment #1
Etanol commentedComment #2
Gurpartap Singh commented$node->page_count stores the number of pages for a node object. You can compare it with the value in the url.
Comment #3
Gurpartap Singh commented