howtothings.co.uk

Full Version: [MyBB] How to remove the post title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to remove the post title on a MyBB forum. This is a two minute edit which makes things look a lot cleaner.

Editing the following template.

Admin Control Panel -> Templates & Style -> Templates -> [Your theme name] -> Post Bit Templates -> postbit

Find and remove or comment out this line of code

Code:
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>