MyBB Community Forums

Full Version: keep subject edit ability just for first post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have removed subject section from new replys page. Now I wanna remove subject section from edit post page but just keep it for the first post (to be able to change thread title).

I can easily remove it by deleting:

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

But don't know how to keep subject section only for first post.

Can anyone help me please? Thanks