Closed (fixed)
Project:
Printer, email and PDF versions
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
9 Jan 2005 at 17:53 UTC
Updated:
27 Aug 2007 at 11:32 UTC
Comments
Comment #1
km commentedShould be easy to fix.
Comment #2
km commentedThe print.module won't show "printer friendly" links on book pages no more.
Comment #3
dublin drupaller commentedthe 4.6.0 version does show double links on book pages.
dub
Comment #4
Cromicon commentedAny fix on this yet? Great module!
Comment #5
Cromicon commentedAnything to do with that code? My books are blogs converted to book via outline would that make a difference?
ps lastest download of 4.6 used
Comment #6
Cromicon commentedapologies for multiposting
I prefer this modules output for book pages, core pf output is untidy. any way of disabling the core print friendly link instead?
Comment #7
Cromicon commenteddisabling core print friendly output was easy after all, although you will have to keep track of this change if ever you need to upgrade or reinstall drupal.
in book.module find this code:
and simply comment out
$links[] = l(t('printer-friendly version'), 'book/print/'. $node->nid, array('title' => t('Show a printer-friendly version of this book page and its sub-pages.')));as so:
// $links[] = l(t('printer-friendly version'), 'book/print/'. $node->nid, array('title' => t('Show a printer-friendly version of this book page and its sub-pages.')));Comment #8
jcnventuraPFP 4.6 is no longer supported.