MyBB Community Forums

Full Version: Remove Post Subject
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Everyone.

I need some help removing the post subject. IMO it is completely useless and I want to remove it. Can anyone possibly point me in the right direction?
From postbit and postbit_classic, find and remove:

{$post['subject']} {$post['subject_extra']}

That should do it Smile
Omg. That was super fast. Thanks so much MattR

*Edit*
Ok that worked. It does not show that anymore. However while posting it asks the user for the post subject. Can that be removed too?
*End Edit*
Yep, from the newreply template, find and remove:

<tr>
<td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>

and that should do it.
Wow! I'm your official fan Toungue. That fixed it.

Thanks a bunch.

Elite
Big Grin Glad it's how you need it Smile