solved How to display only profiles that have entered their bios

alt=
duke
@musamensa
7 years ago
253 posts
Hi, i am using required_image='profile_image' to filter out profile that have uploaded images but i would like to add another command that also filters out and displays profiles that have entered text in their 'bio' section.
How do i go about it ?

thanks
updated by @musamensa: 07/25/17 01:58:05AM
michael
@michael
7 years ago
7,717 posts
Not so difficult, use a search1="profile_bio like %"

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list
paul
@paul
7 years ago
4,326 posts
{jrCore_list module="jrProfile" search1="profile_bio like _%". . .}

search1="profile_bio like _%" will ensure that there's at least one character in the bio


--
Paul Asher - JR Developer and System Import Specialist
alt=
duke
@musamensa
7 years ago
253 posts
thanks guys, here is what i used

search1= "profile_bio > 0"

and it worked like a charm.

Cheers

Tags