On 'system pages' (including Views), the Friendly URLs are always displayed, regardless of the setting.

This is true both for print and email.

Other than using a custom stylesheet to hide them (which wouldn't work for email anyway), is there a workaround for this?

Comments

jcnventura’s picture

Status: Active » Closed (duplicate)

This was fixed in dev a few months ago..

Duplicate of #891116: Settings Open in new window and Printer-friendly URLs list don't

bjmiller121’s picture

Status: Closed (duplicate) » Active

Is there any way to leave Printer Friendly URLs list enabled but disable them for system pages?

My situation is that I want to keep the Printer friendly URLs available for node (content) pages but I want to have them disabled on any system pages. The only system page I have set up to be printer friendly is a large table with all of my users and their contact information all linking to their user pages, e-mails, and a page associated with each of their roles so the list of URLs can get to be several pages long in itself.

I can easily just hide the printer friendly URLs in my template when $node->type isn't set but that doesn't get rid of the "[#]" after each link.

Am I overlooking an easy way of handling this?

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

@bjmiller121: there's no way to disable the system URL list without disabling it everywhere.. Sorry. However, if you're happy just hiding it, you can use CSS to hide it: span.print-footnote {visibility:hidden;} for that page should work just fine.. You need to further limit the above CSS selector so that this only activates in the specific page you need.

bjmiller121’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

I didn't realize the footnotes have their own span around them. That will definitely do the trick!

Thanks!

jcnventura’s picture

I've just modified the module so that you can now disable the system URL lists.. Actually, they're off by default in the new settings.

nathan tsai’s picture

Issue summary: View changes

If it still doesn't work, go to your content type and see if it is checked in options. (On the page with the content type machine name)