Thewnagchung
07-27-2002, 10:27 PM
Here is a new and improevd version of the quick reply box.
Although I can not take created for this hack, it is just a reworking of a template modification submited by Porter at Vbulletintemplates.com. So PLEASE do not give me credit for this hack, please give Porter credit.
go to the showthread template and find
<img src="https://vborg.vbsupport.ru/images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
</smallfont></td>
and insert below that
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
<form $enctype action="newreply.php" name="vbform" method="post" onSubmit="true">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
$logincode
<tr>
<td bgcolor="#1C5780" width="18%"><normalfont><b>Subject:</b></normalfont><smallfont> (Optional)</smallfont></td>
<td bgcolor="#1C5780" width="82%"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1">
<SELECT name=iconid> <OPTION selected value=0>No icon</OPTION> <OPTION value=1>text</OPTION>
<OPTION value=2>arrows</OPTION> <OPTION value=3>idea</OPTION>
<OPTION value=4>Alert!</OPTION> <OPTION value=5>Questins</OPTION>
<OPTION value=6>DNF</OPTION> <OPTION value=7>Smile</OPTION>
<OPTION value=8>mad</OPTION> <OPTION value=9>:(</OPTION>
<OPTION value=10>smile-32</OPTION> <OPTION value=11>shuffle</OPTION> <OPTION value=12>wink</OPTION>
<OPTION value=13>Down</OPTION> <OPTION value=14>Up</OPTION></SELECT>
</normalfont>
<br><input type="checkbox" name="signature" value="yes" $signaturechecked><smallfont> <b>Show Signature:</b> include your profile signature. Only registered users may have signatures.
</smallfont></td>
<tr>
<td width="18%" bgcolor="#1C5780" valign="top"><normalfont><b>Quick Reply:</b></normalfont>
<smallfont>
</smallfont>
</td>
<td width="82%" bgcolor="#1C5780">
<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2">$message</textarea><br><align="right">
</td>
</tr></table>
<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td align="center" bgcolor="000000"><normalfont>
<input type="submit" class="bginput" name="submit" value="Submit Reply" accesskey="s" tabindex="2">
<input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3">
</normalfont></td>
</tr>
</table>
</td></tr></table>
</form>
thats it
Although I can not take created for this hack, it is just a reworking of a template modification submited by Porter at Vbulletintemplates.com. So PLEASE do not give me credit for this hack, please give Porter credit.
go to the showthread template and find
<img src="https://vborg.vbsupport.ru/images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
</smallfont></td>
and insert below that
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
<form $enctype action="newreply.php" name="vbform" method="post" onSubmit="true">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
$logincode
<tr>
<td bgcolor="#1C5780" width="18%"><normalfont><b>Subject:</b></normalfont><smallfont> (Optional)</smallfont></td>
<td bgcolor="#1C5780" width="82%"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1">
<SELECT name=iconid> <OPTION selected value=0>No icon</OPTION> <OPTION value=1>text</OPTION>
<OPTION value=2>arrows</OPTION> <OPTION value=3>idea</OPTION>
<OPTION value=4>Alert!</OPTION> <OPTION value=5>Questins</OPTION>
<OPTION value=6>DNF</OPTION> <OPTION value=7>Smile</OPTION>
<OPTION value=8>mad</OPTION> <OPTION value=9>:(</OPTION>
<OPTION value=10>smile-32</OPTION> <OPTION value=11>shuffle</OPTION> <OPTION value=12>wink</OPTION>
<OPTION value=13>Down</OPTION> <OPTION value=14>Up</OPTION></SELECT>
</normalfont>
<br><input type="checkbox" name="signature" value="yes" $signaturechecked><smallfont> <b>Show Signature:</b> include your profile signature. Only registered users may have signatures.
</smallfont></td>
<tr>
<td width="18%" bgcolor="#1C5780" valign="top"><normalfont><b>Quick Reply:</b></normalfont>
<smallfont>
</smallfont>
</td>
<td width="82%" bgcolor="#1C5780">
<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2">$message</textarea><br><align="right">
</td>
</tr></table>
<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td align="center" bgcolor="000000"><normalfont>
<input type="submit" class="bginput" name="submit" value="Submit Reply" accesskey="s" tabindex="2">
<input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3">
</normalfont></td>
</tr>
</table>
</td></tr></table>
</form>
thats it