For example: http://empathcommunity.eliselebeau.com/bing
To write a comment, you need to scroll down (a lot) to get to the form to post a new comment.
I would like to move the comment form above the comment item list.
I found the skin profile_index.tpl where I "think" this is happening. But I don't see how to change the order in here...
{* Profile Comments section *}
{if jrCore_module_is_active('jrComment')}
<div class="row">
<div class="col12 last">
<div class="block">
<div class="title">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="37" default="Comments"}</h3>
</div>
<div class="block_content">
<div class="item">
{* bring in module features *}
{jrCore_db_get_item module="jrProfile" item_id=$_profile_id assign="item"}
{jrCore_item_detail_features module="jrProfile" item=$item}
</div>
</div>
</div>
</div>
</div>
{/if}
updated by @elise: 12/29/16 11:48:15AM