where to find the newest Ninja changes please...?
Using Jamroom
Its in the profile_sidebar.tpl template.
Line 74 -
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_profile_id`" search2="follow_active = 1" order_by="_created desc" limit="25" assign="followers"}
{capture name="row_template" assign="followers_template"}
{literal}
{if isset($_items)}
{foreach from=$_items item="item"}
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xsmall" crop="auto" class="img_shadow" alt="{$item.user_name}" title="{$item.user_name}" width="40" height="40" style="padding:2px;margin-bottom:4px;"}</a>
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrUser" follow_profile_id=$_profile_id follow_active=1 order_by="_created desc" limit="25" template=$followers_template assign="followers"}
hth