solved New Members Showing with profile quotas

resif
@resif
6 years ago
187 posts
i want to show only one profile quota with ID quota...

what should add or change the code

{jrCore_list module="jrProfile" order_by="_item_id desc" limit=$limit require_image="profile_image" template="index_core_profile_list.tpl"}

its ELASTİC2
updated by @resif: 12/20/18 03:02:01PM
paul
@paul
6 years ago
4,325 posts
Add in a 'quota_id' variable -

{jrCore_list module="jrProfile" quota_id=1 order_by="_item_id desc" limit=$limit require_image="profile_image" template="index_core_profile_list.tpl"}

hth


--
Paul Asher - JR Developer and System Import Specialist
resif
@resif
6 years ago
187 posts
as I guessed.. but i was not sure... thank you..

Tags