pagination

calebm12 - June 29, 2009 - 23:49

is pagination the module that adds page numbers to the bottom of lists of nodes...or is this feature part of the drupal core?

In core, I think.

duggoff@drupal.org - June 29, 2009 - 23:56

I don't think there's a pagination module. Look at the pager.inc file in the includes folder. You will see a bunch of theme functions which you can override in order to modify your pager. Don't modify pager.inc though. Instead, read this documentation which will show you how to override existing theme functions: http://drupal.org/node/341628

Hope that's helpful

Doug Gough
ImageX Media

so the page number, next,

calebm12 - June 30, 2009 - 00:04

so the page number, next, last is something built into themes?

found this module....http://drupal.org/project/pagination
maybe it just divides long nodes into pages?

thanks for yoru help

It's part of core... the

Keyz - June 30, 2009 - 00:05

It's part of core... the Pagination and Paging modules are for splitting up a single node into multiple pages.

many thanks!

calebm12 - June 30, 2009 - 00:16

many thanks!

 
 

Drupal is a registered trademark of Dries Buytaert.