solved consecutive jrCore_list's

blindmime
@blindmime
10 years ago
772 posts
I have the following jrCore_list's on a module template page:
{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = `$_post.month`" search3="task_entered = on"  search4="task_year_invoiced = `$_post.year`" search5="task_testcategory_0 = Spring Kickoff" template="csv_list.tpl"}

{jrCore_list module="agTask" profile_id=$_profile_id order_by="_created asc" limit="10000" search1="task_complete = on" search2="task_invoiced = `$_post.month`" search3="task_entered = on"  search4="task_year_invoiced = `$_post.year`" search5="task_testcategory_0 = Initial Cleanup" template="csv_list.tpl"}

Essentially, I want to display csv_list for each of these categories. search5 is what changes from list to list.

The first list comes out as anticipated, but the second one doesn't come out at all.

I actually have 11 of these, but only the first one is generating output while I'm thinking it should output as long as each search validates.
updated by @blindmime: 07/18/15 04:29:33PM
blindmime
@blindmime
10 years ago
772 posts
HA HA

Well, actually, never mind. It's working just fine. I just have some extra spaces so the output was hidden...
michael
@michael
10 years ago
7,799 posts
:) nice.

Tags