Can not change the title in reply 1.0

MobileHacks

New Member
Can not change the title in reply 1.0

Description:
Can not change the title in reply.

Installation:
Do the template edits.

Template Edits:

In newreply template find:
PHP:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td>
and replace with:
PHP:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" readonly="readonly" /></td>
Note:
vBulletin Options-> Message Posting and Editing Options-> Automatically Quote Post / Thread Title,
must be Yes.

History:

1.0 25-07-08
- First Release
 
Back
Top