Printing Embedded Views
tchase - October 19, 2009 - 20:28
| Project: | Printer, e-mail and PDF versions |
| Version: | 6.x-1.10 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am trying to print a node with an embedded page view. I placed a table page view in the node (with php snippet) because the printer-friendly button did not appear on the page created by the page-view. While the printer-friendly button appears with the table in my node view, the table does not appear in the printer-friendly view. Is there a way that I can get a page view to print?

#1
A Views page is not a non-content page.. Just configure the appropriate setting correctly and the links will start showing up.
As to your PHP snippet not working, is the view is taking the current node as argument? If so, please be aware that the printer-friendly version is not a node, so the argument will fail.
João
#2
Thank you. Your guidance helped me fix the problem!
#3
No problem.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.