Closed (duplicate)
Project:
Printer, email and PDF versions
Version:
6.x-1.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 15:19 UTC
Updated:
12 Mar 2011 at 04:57 UTC
I have a panel that embeds several views. No matter what I do, the Printer-Friendly URLs inline footnotes and list at the bottom of the page appear on my panel/views. The footnotes royally destroy the usability of my views.
I have every box for "Printer-friendly URLs list" DISabled: globally, and for each content type (including the content type "panels").
What to do?
Comments
Comment #1
lunk rat commentedComment #2
lvpapa commentedI have completely removed print.module from the site, run update.php, download module, reinstall, activate, set options and the URLs still show at bottom. I went into each node and unchecked the URL option and the URLs still show. Some of the links at the bottom are email addresses.
We need a solution
Comment #3
lunk rat commentedI had to roll back to 1.10 to get the URL list to stay disabled.
Comment #4
tomsherlock commentedHi, Lunk Rat.
How do I get 1.10?
I tried moving to the dev version, same problem.
Explicitly pointing to sites/all/modules/print had no effect either.
Thanks.
Comment #5
f1mishutka commentedI can confirm this issue too.
print-6.x-1.12 module installed, "Printer-friendly URLs list" option is turned off in module settings.
But URLs list is still shown for custom pages, generated by other modules (this is not content, views or panels pages, example: http://www.goldencityrentals.com/print/rnt/listing/view/676).
Comment #6
Wes Ashworth commentedsubscribe
Comment #7
ctopher916 commentedsubscribe
Comment #8
suvannet commentedIn the print.pages.inc go to line 459 and fix this
function _print_url_list_enabled($node, $format = PRINT_HTML_FORMAT) {
if (!isset($node->type)) {
//return true;
return false;
}
Comment #9
blaiz commented+1 Have this issue with a view too. Would be nice to have it fixed in head.
Thanks.
Comment #10
jcnventuraDuplicate of #891116: Settings Open in new window and Printer-friendly URLs list don't