Hello everybody. I'm needing to create a new style of paging in AJAX for a list of Views. I have researched but can not find any documentation about it.

Does anyone have any idea how to create this new style of paging?

Comments

merlinofchaos’s picture

Status: Active » Fixed

Views 2 does not have support for customized pagers, though you can override theme('pager') or theme('views_mini_pager') to fake it. But if it requires special querying, it won't happen.

Views 3 will have customizable pagers.

tregismoreira’s picture

It is so good! :)

There is now some documentation about it for Views 3? If no, how can I start my research?

Thanks!
Thiago Régis
www.thiagoregis.com

dawehner’s picture

This module: http://drupal.org/project/views_plugins implements one.

Read how to code plugins in general, pager is just an example.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.