Forums / Setup & design / Prevent "TipAFriend" Link from appearing in printer friendly

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Prevent "TipAFriend" Link from appearing in printer friendly

Author Message

Softriva .com

Tuesday 17 July 2007 12:51:18 am

I am using layout/set/print/...... for printer friendly view. How can I check (conditional) that I am in the printer friendly view so I prevent the Tip a Friend link from appearing.

paul bolger

Friday 20 July 2007 7:31:37 am

how about...

{if $requested_uri_string|contains( 'set/print' )}

That sort of thing works for me for setting page banners by url path.

(actually, contains|not - or whatever, but you get the idea!)

Paul Bolger