alt=
MONEE
@monee
2 weeks ago
85 posts
How do you show tag cloud only from jrAudio and how do you show them in row like on details?
michael
@michael
2 weeks ago
7,772 posts
Probably:
{jrTags_cloud profile_id=$_profile_id search="audio" height="350"}

Docs: Item Tags
https://www.jamroom.net/the-jamroom-network/documentation/modules/95/item-tags

See if that works.
alt=
MONEE
@monee
2 weeks ago
85 posts
that doesn't work and I've read all the documentation. I've tried a lot of ways to make this work but it always show all the tags and not just audio. also for what I'm doing I need them to be listed like in detail page and not in cloud.
michael
@michael
2 weeks ago
7,772 posts
Then you don't want that code. Probably {jrCore_search.... is the code you're after. If you tag an audio file with 'avacardo' and 'bannana' then on the audio item it will have those tags shaped like this
audio_tags
,avacardo,strawberry,

A simple call would be
{jrCore_list module="jrAudio" search1="audio_tags like %avacardo%"}