Means to exclude artists/songs from charts for X number of days?

theGrindLab
theGrindLab
@thegrindlab
6 years ago
15 posts
I would like to run monthly contests with a top artist/song chart. However, I would like any winner (top 10, for example) of a current month to be excluded from the top spots for a number of months after winning. This would be so awards would not likely go to the same top artists/songs month after month. Can anyone recommend a means to accomplish this?

Thank you.
updated by @thegrindlab: 12/19/18 10:42:00AM
paul
@paul
6 years ago
4,325 posts
What I would do is clone the quota that your artists are in, then move winner profiles to that quota.
Then, in the jrCore_list call that lists the charts, add a search parameter to exclude profiles in the 'winners' quota.
Ie. If the winners quota has ID 10 (say),

{jrCore_list module="jrAudio" search="profile_quota_id != 10" chart_field=" . . . }

hth


--
Paul Asher - JR Developer and System Import Specialist
theGrindLab
theGrindLab
@thegrindlab
6 years ago
15 posts
Frickin awesome idea! Thank you for the advice.

Tags