PDA

View Full Version : Advanced Reply Box


Webmasta XT
05-24-2002, 01:24 PM
hey how can I get this stuff in my Quick Thread Box and Quick Reply box? the stuff thats circled in the attachments.. :squareeyed:

Mone'
05-24-2002, 01:29 PM
heheh that's not going to be a quick reply.....
that's going to be just a full reply box !!
no time know but i will have a look at it unless someone as done already

Webmasta XT
05-25-2002, 12:21 AM
I just want to know how to add POst Icons to Both, Quick Reply and Quick Thread Box..

Webmasta XT
05-31-2002, 08:45 PM
can someone plz reply? or is this thread closed?

Chris M
05-31-2002, 09:22 PM
PostIcons...

Like they are in the Quick Reply? No idea...

In a DropDown Box? I can and have done that...

Add :

<SELECT name=iconid> <OPTION selected value=0>No icon</OPTION>
<OPTION value=10>BigGrin</OPTION> <OPTION value=2>Arrow</OPTION> <OPTION value=3>Idea!</OPTION> <OPTION value=1>Text</OPTION>
<OPTION value=4>Warning!</OPTION> <OPTION value=5>Question/OPTION>
<OPTION value=6>Cool</OPTION> <OPTION value=7>Smile</OPTION>
<OPTION value=8>Mad</OPTION> <OPTION value=9>Sad</OPTION>
<OPTION value=11>Embarrassed</OPTION> <OPTION value=12>Wink</OPTION>
<OPTION value=13>Tdown</OPTION> <OPTION value=14>Tup</OPTION></SELECT>

after :

<td bgcolor="{secondaltcolor}" width="82%"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1">

in the "showthread_replybox" template...

Satan

N!ck
06-01-2002, 12:53 AM
check out the quick reply thread...i think on the second page there is some stuff about how to do it like the regular reply

Chris M
06-01-2002, 09:00 AM
Oh I found the code for PostIcons like in the Normal Reply :

Add anywhere you like, this code :

<tr>
<td bgcolor="{firstaltcolor}" valign="top"><normalfont><b>Message Icon:</b></normalfont><br>
<smallfont><input type="radio" name="iconid" value="0" $iconchecked>&nbsp;&nbsp;No icon</smallfont></td>
<td bgcolor="{firstaltcolor}"><smallfont>$posticonbits</smallfont></td>
</tr>

Satan

DelFDgfd_gT
11-24-2002, 01:02 PM
how did I got it working ?

I got the post icons visible, but after you replied with quick reply you only get default icon :(

N9ne
11-24-2002, 03:34 PM
Personally I think SomethingLeet went over the top with their "quick" reply box, on my forums I have the box for the message, and nothing else what-so-ever, because:

(1) it will slow down the showthread page loading time.
(2) If they want all that, they can just click on newreply and it will take just as long to load as showthread does with all of that.

Mike11212
11-24-2002, 06:53 PM
what would be cool is if we could like have a mini reg form in the reply thread it self so u can actually register and post at the same time

DelFDgfd_gT
11-26-2002, 12:22 AM
I guess its simple to add the link to register.php there :)
just one line of html.

I still need advice on getting Posticons to work with quick reply box.

Thanks.