solved Excluding profiles from lists

infinityssm
infinityssm
@makande
7 years ago
53 posts
Is there another way to exclude profiles other than "Profile List Exclude" from appearing from lists.
I tried the following

{jrCore_list module="jrProfile" search1="quota_id=9"}

Additionally how can I make a list of just certain quota's. I have tried this but my results show otherwise.

{jrCore_list module="jrProfile" search="profile_active = 1" profile_quota_id="9"}

I have cleared my cache and performed an integrity check to no results.

For starters, I am essentially trying to avoid the admin profile from listing anywhere on the website and secondly I believe I can have better control of displaying content by managing my quotas better.

Any thoughts

Thanks
MAkande


updated by @makande: 05/04/17 11:07:11PM
douglas
@douglas
7 years ago
2,790 posts
Give this a shot:

{jrCore_list module="jrProfile" search="profile_active = 1" quota_id="9"}

or more than one quota:
{jrCore_list module="jrProfile" search="profile_active = 1" quota_id="9,10,11"}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
infinityssm
infinityssm
@makande
7 years ago
53 posts
Perfect.

Thanks Douglas