Display a "Show All" (pages) link
For paging module, to add a "Show all" link in the pager, override the theme('pager') function and add the following right before the return
Theming nodes or placing CCK fields based on the viewed page
Paging works on the node body, and by default all other CCK fields are visible on all pages. This behavior is not always what one may want -