artist stats

infinityssm
infinityssm
@makande
10 years ago
53 posts
Where can I find the settings for artist stats? I'm lost on how setup or view detailed statistics on the members of my site.
updated by @makande: 02/03/14 06:07:24PM
brian
@brian
10 years ago
10,148 posts
There are no settings that pertain to statistics - they are just always being recorded. Right now they are mainly used in the profile - i.e. this is from the jrElastic/profile_header.tpl:

{capture name="template" assign="stats_tpl"}
{literal}
    {foreach $_stats as $title => $_stat}
    {jrCore_module_url module=$_stat.module assign="murl"}
    <div class="stat_entry_box">
        <a href="{$jamroom_url}/{$profile_url}/{$murl}"><span class="stat_entry_title">{$title}:</span> <span class="stat_entry_count">{$_stat.count|default:0}</span></a>
    </div>
    {/foreach}
{/literal}
{/capture}
{jrProfile_stats profile_id=$_profile_id template=$stats_tpl}

Which uses the jrProfile_stats template function to grab all stats for the profile.

Let me know if that helps.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net