I inherited a D5 site with Printer, e-mail and PDF versions module enabled that is used for printing.
I have a Country page which contains a view with most recent country news inserted in a panel for placement purposes. When I print the page, the view is absent from both screen and source code.
One thing I noticed is that each content type has Printer, e-mail and PDF versions module settings, but views does not.
The URL is site.com/country/countryname and the print version is site.com/print/country/countryname.
When on the print page, all the divs have different IDs and classes and the most recent news is not present (Not a simple CSS change to make visible).
I'm new to Drupal and the Printer, e-mail and PDF versions module.
Any ideas?