Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc1
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 14:22 UTC
Updated:
16 Jan 2009 at 13:16 UTC
Im looking for something that can output a series of nodes, connected to each others, one on each page, all in same document. I want users to be able to print out ALL publications they have of one certain nodetype.
The output should be styled an appropriate way, with gfx and such. Is this possible, using (or tweaking) this module?
Maybe in combo with views module?
Comments
Comment #1
farald commentedIn a pdf:)
Comment #2
jcnventuraWhatever Drupal can generate, the print module can make a printer-friendly version and a PDF (and send it by e-mail)..
You need to ask the right question, which is can some module create that combined view of nodes? Since that is outside of the print module, I am moving it to the Views module which may be your best bet of doing it.
João
Comment #3
merlinofchaos commentedThe view sounds doable. I dunno anything about PDF.
Comment #4
jcnventuraI think this issue can be considered closed now.
Comment #5
farald commentedYes this is fixed. I managed to create a view and print it the way I wanted using print.module, thanks for help folks:)