Log in

View Full Version : Stop users form typing in Title Box


scottreeve
01-23-2007, 08:35 AM
Hi all,

I was wondering if there was a hack avialable which stops users from typing stuff in the 'title box' when replying to an existing thread.

ie. I only want users to use the 'title box' when creating a new thread.

Thanks for any help,
Scott

scottreeve
01-24-2007, 11:10 AM
Any ideas?

paul41598
01-24-2007, 07:13 PM
Open newreply template:

Find:
<input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]"/>

Replace With:

<input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" disabled />

scottreeve
01-24-2007, 11:14 PM
Thankyou for your help Paul.

Exactly what I wanted :)

Cheers,
Scott