Webmastersite.net
Register Log In

closing </IF> missing

Title closing </IF> missing
Description in postreply.tpl
Message Text Got a message from postreply.php that closing </IF> was missing. Looked in the source and added </IF> at the end of this block:
<IF {THISMEMBERGROUPCANUPLOAD}>
<tr>
 <td class="labelscolumn" width="20%"><span class="labels">Attach Files:</span></td>
 <td class="optionscolumn" width="80%">
<IF {COMMENTNUMATTACHMENTS} is less than {THISMEMBERGROUPATTACHPERPOST}><input type="file" name="filefield"> <input type="submit" name="uploadattachment" value="Attach" class="button"></IF>

<IF {COMMENTNUMATTACHMENTS}>
<br>Current Attachments:<br>
<!-- BEGIN ATTACHMENTS -->
<input type="checkbox" name="attachdelete[]" value="{ATTACHID}"> {ATTACHFILETITLE} ({ATTACHKB} KB)<br>
<!-- END ATTACHMENTS -->
<input type="submit" name="attachdeletion" value="Delete Selected" class="button">
</IF>
</td>
</tr>
</IF>
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership gemini
Views 508 views. Averaging 0 views per day.
Similar Topics
Submission Date Jul 26, 2005 - 8:32 AM