Hello,

I want to use drupal to display a daily comic stripe by:

1. Creating a custom node type (called "comic")
2. Adding an image_field field to "comic" node type
3. Creating a page view that would filter all "comic" node types and would display only the image_field of the latest comic node
4. Using Custom pagers to provide a "previous" and "next" pagers

The problem is that since I don't want to display "body" because there's no content at all, pagers cannot be displayed (or haven't figured out how can I do it). Is there any way to achieve it?

Thank you

Comments

joachim’s picture

Status: Active » Fixed

Are you hiding the body by removing it from node.tpl?

If you remove the body by clearing it from the content type options (/admin/content/node-type/) then it works fine (on 6 where I tested at least, but should be the same on 5)
If that fails, you could copy some of the code from custom_pagers_nodeapi into your theme to print the pager yourself.

Status: Fixed » Closed (fixed)

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