How do you show artists from a certain quota?

CAPER
CAPER
@caper
11 years ago
125 posts
Im trying to find out how to show artists from a certain quota. I been trying to dig into the documentation but i don't find it.
updated by @caper: 01/24/14 06:01:44AM
michael
@michael
11 years ago
7,746 posts
You'll want to put it in the search parameter:

{jrCore_list module="jrProfile" limit="5" search1="profile_quota_id = 1" order_by="_created DESC" template="index_list_profiles.tpl"}

assuming your trying to do this with the {jrCore_list } template function
CAPER
CAPER
@caper
11 years ago
125 posts
Thank you

Tags