[Solved] Search Multiple Quotas

CAPER
CAPER
@caper
11 years ago
125 posts
I added this to my profiles page
{jrCore_list module="jrProfile" search1="profile_quota_id = 1" search2="profile_quota_id = 3" search3="profile_quota_id = 4" search4="profile_quota_id = 5" order_by="_created desc" template="list_profile.tpl" pagebreak="20" require_image="profile_image" page=$p pager="true"} 

for some reason I get a blank page. Im I doing it correctly? or im I missing something
updated by @caper: 01/30/14 10:41:50PM
paul
@paul
11 years ago
4,326 posts
Searches and ANDed so that will never work. Try search="profile_quota IN 1,3,4,5"
Not sure, but profile_quota="1,3,4,5" might work as well.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
CAPER
CAPER
@caper
11 years ago
125 posts
yeah that didnt work
douglas
@douglas
11 years ago
2,790 posts
Give this a try:

{jrCore_list module="jrProfile" quota_id="1,3,4,5" order_by="_created desc" template="list_profile.tpl" pagebreak="20" require_image="profile_image" page=$p pager="true"}



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
CAPER
CAPER
@caper
11 years ago
125 posts
Thanks @douglas this code works

Tags