I did change one thing and that was from Individual Artists to specific quotas as shown below. This should not impact this though.
<div class="col12">
{if strlen($_conf.MixAP_list_2_ids) > 0}
{jrCore_list module="jrProfile" search="profile_quota_id in `$_conf.MixAP_list_2_ids`" order_by="profile_quota_id random" limit="7" template="index_item_2.tpl"}
{else}
{jrCore_list module="jrProfile" order_by="profile_jrAudio_item_count numerical_desc" limit="7" template="index_item_2.tpl"}
{/if}
updated by @dazed: 03/16/17 04:38:24AM