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

lunk rat’s picture

Version: 6.x-1.9 » 6.x-1.12
lvpapa’s picture

I 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

lunk rat’s picture

I had to roll back to 1.10 to get the URL list to stay disabled.

tomsherlock’s picture

Hi, 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.

f1mishutka’s picture

I 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).

Wes Ashworth’s picture

subscribe

ctopher916’s picture

subscribe

suvannet’s picture

In 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;
}

blaiz’s picture

+1 Have this issue with a view too. Would be nice to have it fixed in head.

Thanks.

jcnventura’s picture

Status: Active » Closed (duplicate)