MyBB Community Forums

Full Version: How do I remove this from threads?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Can someone please tell me how to remove the following attached from my forum threads?


Attached pic:
[attachment=28926]
In showthread template, remove:

<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
(2013-04-05, 05:12 PM)Jovan J. Wrote: [ -> ]In showthread template, remove:




<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>

Hello, community.

I got a lot of same answer he wrote when I googled it.
However, I did NOT find the above codes in showtheread template............
Here is ALL in my showtheread template.

ul.thread_tools, ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 26px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.thread_tools li.printable {
	background: url('images/printable.gif') no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
	background: url('images/send.gif') no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
	background: url('images/subscribe.gif') no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
	background: url('images/unsubscribe.gif') no-repeat 0px 0px;
}

I ask again, how do I remove the "send this thread to a friend" link and "print thread" link?
I am using MyBB 1.6.16 and don't want to upgrade to 1.8.x.
Thank you.
@bbbs what you have shared is the css file named "showthread.css"... but you are supposed to look in to templates section....

ACP >> Templates >> Your Theme's Templates >> Show Thread Templates >> showthread
@mmadhankumar
Oh, I had the wrong idea.......
Thank you so much for your help. I could remove those stuff.