MyBB Community Forums

Full Version: Help: Need to remove some buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i remove these buttons?

[Image: 1h6d2.jpeg]

thanks!

nevermind, already did it...
I can remove them for you. PM me details for an admin/test account on your forum.
Otherwise I will show you how to do it.
Edit: okay
Remove from 'postbit' template:

<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>

Remove from 'postbit_classic' template:

<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>