require_image question

alt=
lets go
@devcentricbeats
6 years ago
118 posts
Simply are they any other attributes besides "require_image" that you can require a item to have before it can be displayed.
updated by @devcentricbeats: 05/05/18 06:05:08PM
nate
@nate
6 years ago
917 posts
You can add a search parameter .

search="module_field = value"
douglas
@douglas
6 years ago
2,790 posts
And to add to what Nate said, you can add more than one search parameter too...

search1="module_field = value" search2="module_field = value" etc..

https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
lets go
@devcentricbeats
6 years ago
118 posts
Yea i know i was just trying to save time. But anyway Thanks I will add a new search parameter
paul
@paul
6 years ago
4,326 posts
Just a note to say not to add more than two search parameters to a jrCore_list call if possible. On busy sites you might start seeing performance issues if you do.


--
Paul Asher - JR Developer and System Import Specialist
alt=
lets go
@devcentricbeats
6 years ago
118 posts
Didnt know that thanks

Tags