MyBB Community Forums

Full Version: Which template? Thread tools
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I cannot find in which template I can modify this "thread tools" shown in the left bottom corner. Thank you!
showthread template - similar to below (obviously near the bottom of the template)
<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			{$sendthread}
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
			{$addpoll}
		</ul>
	</div>

{$sendthread} => showthread_send_thread template
{$addpoll} => showthread_add_poll template
.m. - Thank you, I was blind Sad