Hi Ash,
To move the new comment box to under the existing comments, please do as following:
– Open the file “default_block.php” in the folder “componentscom_jacommentviewscommentstmpl”, then move there lines code:
<!-- BEGIN - load blog add new -->
<div id="jac-wrapper-form-add-new" class="clearfix">
<?php require_once $helper->jaLoadBlock("comments/addnew.php"); ?>
</div>
<!-- END - load blog total -->
To before of this line code:
<!-- END - load blog items -->
<div id="jac-container-comment" class="clearfix">
<?php require_once $helper->jaLoadBlock("comments/items.php") ?>
</div>
<!-- END - load blog items -->
Regards,