{jrCore_list module="jrProfile" order_by="_profile_id random" limit="4" quota_id="7,6" search1="profile_active = 1" template="index_artists_row.tpl" require_image="profile_image"}
Looking at this code above (from NingNova2), it seems to me the only thing missing to make this work in Ningja seems to be that index_artists_row.tmp is missing. So my first question is:
1) Can that template be copied to Ningja and will it work there (unaltered)? It looks like this.
{if isset($_items)}
<div class="container">
<div class="row">
{foreach from=$_items item="row"}
<div class="col3{if $row@last} last{/if}">
<div class="media_title center p5">
<a href="{$jamroom_url}/{$row.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$row._profile_id size="medium" crop="auto" alt=$row.profile_name title=$row.profile_name class="iloutline img_shadow"}</a><br>
<br><a href="{$jamroom_url}/{$row.profile_url}">{$row.profile_name}</a>
</div>
</div>
{/foreach}
</div>
</div>
{/if}
--
Ken Rich
indiegospel.net
updated by @ken-rich: 01/19/15 08:02:53PM