UtopiaSoftware Forums

Full Version: Print function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi !
I am trying to disable the "show printable version" but I don't know how, can you help me ?
Hi Evil,

it looks to me like you can't disable that in the admin
but what you cab do is delete it from teh template
to do so, just log in to your news admin and go to the template
there choose the "news-footer" template

find:

Quote:
<center><a href="{$unpurl}news.php?action=printable"><font size="1" color="{$newstextcolor}" face="verdana,arial,helvetica">Show Printable Version</font></a></center>

and delete this line and hit the "submit changes"-button

Scummi Wrote:
Hi Evil,

it looks to me like you can't disable that in the admin
but what you cab do is delete it from teh template
to do so, just log in to your news admin and go to the template
there choose the "news-footer" template

find:

Quote:
<center><a href="{$unpurl}news.php?action=printable"><font size="1" color="{$newstextcolor}" face="verdana,arial,helvetica">Show Printable Version</font></a></center>

and delete this line and hit se "submit changes"-button

Quite right--that will do it. Smile

Reference URL's