The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hiding "Title" Box when creating replies
Group,
I am looking for a plugin or a plugin program that would disable AND hide the "Title" box above the editor when you create a reply in an EXISTING post or thread. This would help from letting memebers create new "subjects" or "Topics" within an existing thread or post. Is there anyone that would be willing to code a plugin or plugin program to accomplish this? Please take a look at the attached snap shot as well for a visual example of what Im referring to. Also Im currently using VB 3.5.3 if that matters. Thanks much Doug |
#2
|
|||
|
|||
In template newreply
FIND Code:
<!-- subject field --> <table cellpadding="0" cellspacing="0" border="0" class="fieldset"> <tr> <td class="smallfont" colspan="3">$vbphrase[title]:</td> </tr> <tr> <td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> </tr> </table> <!-- / subject field --> (Note: I got this code from my 3.5.1 site. It should be the same but may be slightly different.) |
#3
|
|||
|
|||
Found it in the "New Posting Templates" --> New Reply
Thanks for your help works great. Doug |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|