MyBB Community Forums

Full Version: disable printable version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is there any way to disable the "printable version" of the thread? Please reply

Thanks
Biju
Removing the code from the template and showthread.css will do it.
Hi Matt.

Thanks for the reply.. I am sorry, I was unsuccessful in finding the correct template. Please tell me its exact name

thanks in advance
Biju
in showthread template remove
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
and in showthread.css remove
ul.thread_tools li.printable {
	background: url(images/printable.gif) no-repeat 0px 0px;
}