I have my content set up to "Show link" and "Show Printer-friendly URLs list". With the 2.0-beta release the links display properly with my Page and Story content. With the most recent 2.x-dev release they don't appear at all.

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

You have to enable the print_ui module

sah62’s picture

The print_ui module is enabled. The strange thing is that the links are displayed for some content, but not all. Here's one Story where it's working:

http://www.428cobrajet.org/135

and one where it's not:

http://www.428cobrajet.org/8F02R135007

Hmm, I just figured out why the "135" page is working: in admin/config/user-interface/print/ui in the "Show link in system (non-content) pages" area I have "135" added to the set for "Show on only the listed pages". I had originally done that because I was using a view for this page, but I've since changed it to display a Story. Could there be an issue with URL aliases? Both of the URLs above include aliases to nodes.

sah62’s picture

Note: I've gone back to running the beta release on my site because I need to have the links working properly. If you look at the pages listed above everything will look fine.

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Active

I hadn't focused on the fact that this problem appeared since the last beta..

This means that it's something in this commit: http://drupalcode.org/project/print.git/commitdiff/75f9476516d260edb0f34...

jcnventura’s picture

I think I got what the problem is, and I'll revert some of the code in that patch in order to make it work.. However, the problem that the module has is that it can't distinguish between print/135 (for node 135) and print/135 (for alias 135 pointing to node whatever).

Looking at the code, it will start by trying the alias, but having a low numerical alias is not recommended.

sah62’s picture

I'm willing to test a patch whenever one is available.

jcnventura’s picture

Status: Active » Fixed

http://drupalcode.org/project/print.git/commit/89f2dc0

You should now be able to use the dev version again...

sah62’s picture

Everything seems to be working fine with the newest dev release - thanks!

Status: Fixed » Closed (fixed)

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