jrSeamless_list in selfmade extension
Jamroom Developers
The best way to do this would be with two jrCore_list calls -
{jrCore_list
module="jrProfile"
search1="profile_quota_id in 1,6,7,9"
search2="profile_jrRedBook_item_count > 0"
search3="profile_lastname LIKE %`$_post['ss']`% || profile_firstname LIKE %`$_post['ss']`%"
template="null"
skip_triggers=true
return_item_id_only=true
assign="_pids"
}
{$pids = implode(',', $_pids)}
{jrCore_list
module="jrRedBook"
template="item_list.tpl"
pagebreak=30
page=$_post.p
pager=true
profile_id="_profile_id IN `$pids`"
quota_check=false
}
I have this running on your site using SiteBuilder at
https://www.johanniter-intern.de/redbook_test/ss=Ahrens
Note that I had to include quota_check=false in the parameters. I guess some of the RedBook item owners are no longer enabled for this module in their quota settings.
hth