How do you remove the option to print topic

Started by HelpMeOut, August 04, 2009, 12:00:34 PM

Previous topic - Next topic

HelpMeOut

I would like to remove the option for forum members to be able to print topics, I can't find any options in admin to do this, although there is an option to prevent members sending topics to friends.

I know there is a way to do it via html for sites in general but have no idea how to incorporate it into smf.

Any help appreciated

greyknight17

Do you want to remove this for forum members or everyone (including guests)? I assume you meant the latter ;)

Open up /Themes/default/Display.template.php:

Code (Search for and delete or comment out) Select
'print' => array('text' => 465, 'image' => 'print.gif', 'lang' => true, 'custom' => 'target="_blank"', 'url' => $scripturl . '?action=printpage;topic=' . $context['current_topic'] . '.0'),

HelpMeOut

Hi,

Yes I want to fully disable this option for everyone  :)

N3RVE

Quote from: greyknight17 on August 05, 2009, 09:50:31 PM
Do you want to remove this for forum members or everyone (including guests)? I assume you meant the latter ;)

Open up /Themes/default/Display.template.php:

Code (Search for and delete or comment out) Select
'print' => array('text' => 465, 'image' => 'print.gif', 'lang' => true, 'custom' => 'target="_blank"', 'url' => $scripturl . '?action=printpage;topic=' . $context['current_topic'] . '.0'),

-[n3rve]
Ralph "[n3rve]" Otowo
Former Marketing Co-ordinator, Simple Machines.
ralph [at] simplemachines [dot] org                       
Quote"Somewhere, something incredible is waiting to be known." - Carl Sagan

HelpMeOut


N3RVE

Ralph "[n3rve]" Otowo
Former Marketing Co-ordinator, Simple Machines.
ralph [at] simplemachines [dot] org                       
Quote"Somewhere, something incredible is waiting to be known." - Carl Sagan

Advertisement: