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?