PDA

View Full Version : Quick thread?


imported_Eternale
10-15-2002, 11:47 AM
How would i get a quick thread to work?i got it all made and ready i just cant get it to submit a new thread? can anyone help me cause i want to realese it. :cool:

Tony G
10-15-2002, 12:34 PM
Just use the Quick Thread hack over at vB.org. It works.

And we can't really help without your code, so we can see what you did wrong.

imported_Eternale
10-15-2002, 02:17 PM
no see i wanna make a template mod. not use it. im using the code from a quick reply i get everything in the right place. let me go get the code.

Tony G
10-16-2002, 05:09 AM
Well, I don't think you got the code if it took you that long. :p

Brad
10-16-2002, 06:46 AM
Its ganna require file hacking, just use the hack..

imported_Eternale
10-16-2002, 07:58 PM
Ey Screw that i wont Bother, i said i dont want it for me. i just want to realese one as a template mod,But what i dont get is if you can make a quick reply with no file hacking why can you do a Quick Thread with Out File Hacking.

Peace

imported_Eternale
10-16-2002, 08:00 PM
here you go

<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="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">

<tr>
<td width="18%" bgcolor="{secondaltcolor}" valign="top"><normalfont><b>Fast Reply:</b></normalfont>
<smallfont>
</smallfont>
</td>
<td width="82%" bgcolor="{secondaltcolor}">
<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2">$message</textarea>
</td>
</tr>

$logincode

<tr>
<td bgcolor="{secondaltcolor}" width="18%"><normalfont><b>Subject:</b></normalfont><smallfont> (Optional)</smallfont></td>
<td bgcolor="{secondaltcolor}" 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>
<input type="submit" class="bginput" value="Send" accesskey="s" tabindex="3"></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>
</table>
</td></tr></table>
</form>

i got the quick reply to show up under the the threads already.