PDA

View Full Version : Hiding "Title" Box when creating replies


dcpaq2xx
01-06-2006, 11:02 PM
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

peterska2
01-06-2006, 11:36 PM
In template newreply

FIND


<!-- 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>&nbsp;&nbsp;</td>
<td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>
</tr>
</table>
<!-- / subject field -->

DELETE IT



(Note: I got this code from my 3.5.1 site. It should be the same but may be slightly different.)

dcpaq2xx
01-07-2006, 12:28 AM
Found it in the "New Posting Templates" --> New Reply

Thanks for your help works great.

Doug