Hi, I'm building a site using cck for reviews rating and related nodes and I have a problem when I also use the paging module.

I think the paging module needs to have some kind of configuration to choose if you just want paging the body content or also the cck fields. In my case, I've put a field over the body called 'Puntuación general', and another vield called 'Related nodes' at the bottom.

Both appears in every page, but I'd like to show the first field only in the first page and the second field on the last page.

Here you can see the result of showing an intermediate page:

http://img140.imageshack.us/img140/9753/screb780a3ya5.png

Best regards and sorry for my poor english ;)

Comments

Gurpartap Singh’s picture

Status: Active » Closed (won't fix)

I understand your request, however, this approach is out of the scope of paging module.

For your requirements, you might want to handle paging for that node type manually(see theme_pager(), etc.), i.e. without using paging.module for it.