ForumsMods
07-25-2008, 10:00 PM
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:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td>and replace with:
<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
This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.
Description:
Can not change the title in reply.
Installation:
Do the template edits.
Template Edits:
In newreply template find:
<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="$vboptions[titlemaxchars]" tabindex="1" title="$vbphrase[optional]" /></td>and replace with:
<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
This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.