Beta Testing
Flagship Skin
b360:
Looks like it might be a problem with your quota.
If your profile quota is not an Artist setting in the skin it wont show. By Default its set to pull from the artist quota. You can include other quotas in the charts by adding to the search parameter.
look at search 1 as a reference line 94/103 newage_charts.tpl You can add a search 3 parameter but change artist to dancer lets say. Then the dancer quotas will be included in the chart results for those results. You would have to do this for all the chart pages so they correlate with your quota needs for your site setup.
Please to make sure I understand you well, the code says this:
{if isset($_conf.myFlagship_require_images) && $_conf.myFlagship_require_images == 'on'}
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="({$_conf.myFlagship_charting_days})" tpl_dir="myFlagship" template="artist_chart_audio.tpl" require_image="audio_image" search1="profile_quota_id in `$_conf.myFlagship_artist_quota`" search2="audio_genre = newage" pagebreak="12" page=$_post.p}
{else}
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="({$_conf.myFlagship_charting_days})" tpl_dir="myFlagship" template="artist_chart_audio.tpl" search1="profile_quota_id in `$_conf.myFlagship_artist_quota`" search2="audio_genre = newage" pagebreak="12" page=$_post.p}
{/if}
Do I create another block of code like this one and make the changes per your instructions above or do I add this search3="dancer_genre = newage" before pagebreak="12" page=$_post.p} and so on for other genres?
Thanks so much.
Randolph.
updated by @randolph: 05/18/14 02:27:33PM