04-10-2012, 11:09 PM
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
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>