Please can you confirm if the ability to print all pages is in the D7 version?
I am using automatic paging based on words for an article, but can't print all pages via print module.Only does one at a time.

I think this was available in D6. Thanks

Comments

zeezhao created an issue. See original summary.

zeezhao’s picture

Found out from code that I need "?page=full" on link.
Please what's the best way to show a link for "?page=full" in addtion to the 1,2,3... paging?
Thanks

jenlampton’s picture

Category: Bug report » Support request

Hi @zeezhao

It looks like you can also add /print on to the end of the node URL (like the print module does) and that should generate the whole page for you.

I think the best solution would be to add your own link to /print or ?page=full in the theme somewhere. I would probably start with a custom override of theme_pager() and add the code in there, but that function is a bit of a doozy. It might be easier just to add it directly into the node template file.

I checked the Drupal 6 version, but didn't see a setting anywhere to add a link to the full page text, so I don't think it's a missing feature from this module. (I'm going to change this from a bug report to support request.)