[MyBB] How to remove the post title - Printable Version +- howtothings.co.uk (https://www.howtothings.co.uk) +-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4) +--- Forum: Website Development, Implementation and General Webmaster Support (https://www.howtothings.co.uk/forumdisplay.php?fid=9) +--- Thread: [MyBB] How to remove the post title (/showthread.php?tid=1270) |
[MyBB] How to remove the post title - Mark - 04-10-2012 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> |