Closed (fixed)
Project:
Printer, email and PDF versions
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2011 at 20:01 UTC
Updated:
27 Jul 2011 at 13:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
alphasupremicus commentedI have the same issue -- no link to the print module configuration. I use the BlogBuzz theme for Drupal7. I get these Theme type warning messages in my Recent messages log that probably are the source of the problem:
Theme key "blocks" not found.
And I never had these warnings before I installed and enabled the print module.
Comment #2
brightboldSame problem here as OP, using Seven as my admin theme. There really ought to be a link on the Configuration page.
Comment #3
devin carlson commentedI noticed this problem when I first installed the 7.x version of the module.
I've attached a patch that corrects the problem and changes a few things to make the module interface more descriptive and consistent.
Main Changes:
Places a link to the print configuration under the "User Interface" section of admin/config.
By placing the module in this section, the path for the admin pages changed to admin/config/user-interface/print.
With the path change, the .info files were updated so that the "quick configuration" links to on the admin/modules page work.
Smaller Changes:
Since the module is now part of the user interface section, I updated the .info files to group print in with other user interface modules.
Some of the text associated with the module was made more consistent (titles, descriptions, tabs).
In order to get the patch to apply cleanly, I fixed some spacing issues that the coder module flagged.
Comment #4
jcnventuraFixed in git.. Thanks Devin Carlson for the tip on placing them in the user-interface area.