MyBB Community Forums

Full Version: get rid of these extra boxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I wanted to know how to get rid of these extra boxes that show up when you're viewing a thread, it really makes it look bad. Thanks!

[Image: Untitled.png]
you have to remove code like below from the postbit templates (postbit & postbit_classic)
				<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
				</div>
Thank you so much .m.! I appreciate your help.