Audio Embed in Blog

Dazed
Dazed
@dazed
7 years ago
1,022 posts
Trying to embed audio in an admin blog on Audio Pro and nothing is being displayed. It appears this is a permissions issue. If I embed the songs that the admin has uploaded the song is display. If I try and do it for an artist on the site, I get nothing. Any way to change this?

[ jrEmbed module="jrAudio" profileid="#" ] 
[ jrEmbed module="jrAudio" id="#" ] 

updated by @dazed: 06/05/17 12:27:10PM
michael
@michael
7 years ago
7,717 posts
It sounds like the issue will be at
ACP -> MODULES -> CORE -> QUOTA CONFIG -> Active Text Formatters : Convert Embed Tags
Dazed
Dazed
@dazed
7 years ago
1,022 posts
Hey Michael - All of those are checked for all quotas.
michael
@michael
7 years ago
7,717 posts
nice. next.

Check what the template that is outputting that variable is showing. In the default item_detail.tpl for the blog module its like this:
{$item.blog_text|jrCore_format_string:$item.profile_quota_id}
that jrCore_format_string is the thing doing the conversion into a player.
Dazed
Dazed
@dazed
7 years ago
1,022 posts
This is what I see.

profile_quota_id => "1"

I was hoping to see more in the blog_text but I get elipses. The embed profileID is not displayed. Per a previous post, I should be able to display all songs from an artist by using the below format. But again, it is just off because I can display my own uploads just not other artists.

[ jrEmbed module="jrAudio" id="#" ]
michael
@michael
7 years ago
7,717 posts
Try forcing it to 0 so it ignores the quota check.
{$item.blog_text|jrCore_format_string:0}
Dazed
Dazed
@dazed
7 years ago
1,022 posts
No change Michael!
michael
@michael
7 years ago
7,717 posts
Send me some login details with a link to this thread to support at jamroom dot net and I'll take a look.