
06-02-2003, 02:00 PM
|
|
|
Join Date: Oct 2002
Location: Tampa
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
03-29-03 at 02:59 AM InnerSelf said this in Post #61
if i replace this in my template
Code:
+-------------------------------------------------------------------------------------------------+
| (3a) In the "showthread" template, replace both! instances of code: |
+-------------------------------------------------------------------------------------------------+
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a>
+-------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------------------+
| (3b) With this code: |
+-------------------------------------------------------------------------------------------------+
<input type="image" src="$replyclose" border="0" alt="Post A Reply" name="submit" class="bginput">
+-------------------------------------------------------------------------------------------------+
then my "post a reply is weird.
if i click it without checked boxes i get (please fill smth in the subject field and texteares.
and if i check boxes then it direclty post all those boxes without seeing a newreply field.
any suggestions?
|
That makes 3 of us.
|