could we search profils with media tags?

JamBoy
JamBoy
@ashiksh
10 years ago
13 posts

{jrCore_list module="jrProfile" }

I need to get the profiles those have particular tag name. Is it possible?

I have added the tags for audio or video , may be "POP".


I need to get the profiles those have either audio tag or video tag as POP
updated by @ashiksh: 12/27/14 08:12:32PM
brian
@brian
10 years ago
10,148 posts
You would do a jrCore_list on jrAudio instead, with:

search="audio_tags = POP"

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
JamBoy
JamBoy
@ashiksh
10 years ago
13 posts
can i pass profile_country="USA" along with search="audio_tags = POP"


I need to pass both module variables together here
michael
@michael
10 years ago
7,714 posts
the structure looks wrong, try:
search1="audio_tags = POP" search2="profile_country = USA"

Tags