Can't get comments to work....
Installation and Configuration
Can you let me know the username that is having the issue?
{literal}
Your code here...
{/literal}
{jrCore_include template="header.tpl"}
<div class="block">
<div class="title">
{jrSearch_module_form fields="profile_name,profile_url"}
<h1>{jrCore_lang module="jrProfile" id="26" default="Profiles"}</h1>
</div>
<div class="block_content">
{jrCore_list module="jrProfile" order_by="_item_id desc" pagebreak="10" page=$_post.p pager=true}
</div>
</div>
{jrCore_include template="footer.tpl"}
{jrSearch_module_form fields="profile_name,profile_url,profile_bio"}
{* Latest Images section *}
{if $profile_jrGallery_item_count > 0}
<div class="row">
<div class="col12 last">
<div class="block">
{jrCore_include template="profile_index_image.tpl"}
</div>
</div>
</div>
{/if}
{* Latest Images section *}
{if jrCore_module_is_active('jrGallery') && $profile_jrGallery_item_count > 0}
<div class="row">
<div class="col12 last">
<div class="block">
{jrCore_include template="profile_index_image.tpl"}
</div>
</div>
</div>
{/if}