I'm using the seven administrative theme. I have only the print module enabled
The current administrative link is /admin/config/print. There is no link on /admin/config to /admin/config/print

All other links are /admin/config/%category%/%link%.

CommentFileSizeAuthor
#3 print.patch12 KBDevin Carlson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alphasupremicus’s picture

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

BrightBold’s picture

Same problem here as OP, using Seven as my admin theme. There really ought to be a link on the Configuration page.

Devin Carlson’s picture

FileSize
12 KB

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

jcnventura’s picture

Status: Active » Fixed

Fixed in git.. Thanks Devin Carlson for the tip on placing them in the user-interface area.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.