I had originally filed this as a bug, but I don't know that it's a bug so much as something that nobody thought to include.

It would be good if it were possible to include Custom Pagers in a teaser view -- or at least make the pagers available to the teaser portion of the contemplate module so that we can add them ourselves if we wish.

I paid for someone to add this functionality for me in a customized version of the 1.7 release, and I freely donate that to whoever is maintaining Custom Pagers these days (though I have no idea how to extract the specific code and make it available as a patch). You can see it working at Ubersoft.net: the comic blocks that display on the front page are displaying in teaser view with pagers. Clicking on the title of the comic takes you to the full node which has more content.

Comments

wayland76’s picture

Your drupal installation will most probably have a folder called sites/all/modules/custom_pagers

If you get the following files and post them here, we should be able to turn them into patches. The files we need are:
* custom_pagers.css
* custom_pagers.install
* custom_pagers.module
* theme_sample.php

ubersoft’s picture

StatusFileSize
new270 bytes

I have attached the requested files (in a gzipped tar file). Let me know if you have any trouble opening the file -- the first time I tried to attach it there was an incomprehensible error message.

(Update: attachment is no good, see new post below for correct file)

xerexes’s picture

Chris

That attached zip file only had your css file in it. I'm setting up a site for myself to run webcomics with drupal (don't want you to be the only one this year). This is still a mite bit too hard for webcomicers to use -- I'm hoping to write up a set of directions to make it easier. Fixing the teaser problem is key.

ubersoft’s picture

StatusFileSize
new41.93 KB

Er... sorry about this. Here is the entire module.