Could you please help with the code to display the profile statistics on users and artists profiles?
What I'm looking is to display the: Profile vies, profile music streams, profile downloads for the day and all the time.
Is it possible on Jamroom 5?
So far I was only able to show the profile views all the time, but it only shows the profile view for different artist while I'm only logged in as Admin.
When logged in as an Artist, the code does show the profile views, but only this artist.
If a different profile is viewed while logged in as an artist, it will only show his/her profiles views on profile being viewed.
I'm using the below code
<h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="1111" default="Visitas:"}</h2> {$_user.profile_view_count}<br>
updated by @luis456: 06/17/16 10:26:08AM