Closed (works as designed)
Project:
Printer, email and PDF versions
Version:
7.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 Apr 2013 at 14:32 UTC
Updated:
1 May 2013 at 17:29 UTC
I have implemented the module by adding
<?php print print_insert_link();?>
<?php print print_mail_insert_link();?>into a block. It works flawlessly for authenticated users but the links do not appear for anonymous users. I checked permissions and anonymous users have access to access printer friendly pages and send pages by email.
Any suggestions???
Comments
Comment #1
friendswoodtech commentedFurther investigation showed the issue only occurred in book pages - there was one more security option to check under books - View printer-friendly book pages. Once that was done, it all worked as designed.