need help utilizing the HOT ARTIST, TOP TEN & TOP SINGLES
Using Jamroom
Have you set the Admin, Artist and Member quota ID's in your ACP > Skin Settings. Those fields will be in the Main section of the skins settings.
{jrCore_list module="jrGroupDiscuss" order_by="_created desc" limit="10"}
{if $_conf.jrNingja_past_events == 'on'}
{jrCore_list module="jrEvent" order_by="event_date asc" limit=$event_pb template=$event_tpl assign="coming_events"}
{else}
{jrCore_list module="jrEvent" search="event_date >= `$smarty.now`" order_by="event_date asc" limit=$event_pb template=$event_tpl assign="coming_events"}
{/if}
{jrCore_list module="jrGallery" order_by="gallery_rating_overall_average_count NUMERICAL_DESC" require_image="gallery_image" pagebreak=20 page=$_post.p pager=true template=$tpl}