s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
I think I get it, thanks for guiding me.

online configurator
I select which ones and upload that php file to the library and then use the xml to update the bbcodes?
The php file itself isn't configured, that has everything in it. It's the XML file that is configured for the bbcodes that you require. But yes, upload the php file, which you can do either from there (make sure you put it in the correct location) or you can download it here from the Resources section. Then use the XML file from the online configurator with the selected BBCode media sites you require and use that to install/update the add-on.
 
Oh man, that didn't work. Even though I just chose one it loaded it all and took out my working bbcodes, replacing them with these. Damn.
 
It needed to add the https://
How would I complete this?

Code:
[media=soundcloud]audiokid/mozart-3movement-piano-1[/media]
 
I did uploaded it twice (second time upgraded) and it actually works now. But, it didn't rebuild the posts . They are now complete links like this
https://soundcloud.com/valentinobosi/nervine

The only way I can get them to embed is to "edit/save". Is there a way to do this? Thanks for your help :)
Posts aren't rebuilt when you add a new BB Code media site. I think you'll have to edit and save each post unless @JoshyPHP knows another solution.
 
i'm figuring it out now, if this is found

Code:
[media=soundcloud]nruau/nruau-mix2[/media]

become this


Code:
[media=soundcloud]https://soundcloud.com/nruau/nruau-mix2[/media]
 
The only way I can get them to embed is to "edit/save". Is there a way to do this? Thanks for your help :)
That's how XenForo works. There might be an add-on that forces every post to be rebuild. If you ask in the general support forum someone there may know.

i'm figuring it out now, if this is found
Code:
[media=soundcloud]nruau/nruau-mix2[/media]
become this
Code:
[media=soundcloud]https://soundcloud.com/nruau/nruau-mix2[/media]
That part I don't get. The content of the first code block (the one without https://...) is not something that this add-on would generate. At least not that I remember. Did you get that from another SoundCloud add-on?
 
Can you post a link to the relevant information please? If that's possible I'd rather be compatible with it.
What happened to me is:

I migrated over from vb4, I used their soundcloud rewrite, which involved using the regex post replaced (very cool btw!) to replace broken soundcloud links.
Your bbcode is better, so I had to rewrite everything back all over again to complete your code. It was a bit confusing at first because I didn't understand who was the better code and why either wasn't compatible.

Your string is better because it keeps the https still in tack. Theirs removes it.

thoughts?
 
Catching up with old posts.

Occasionally. Mostly, I was asking because they're in EQ's pack, and I could effectively remove that add-on with their inclusion. I have no idea about their difficulty. If its easy, great. If not, screw it.
The sites were WSJ, ABC News and The Economist. I previously added the first two, but I didn't find any instance of content from The Economist embedded anywhere so I gave up on that one.

In my searching around, I've seen embedded Rdio players in WordPress, Twitter and Tumblr, so hopefully it will be do-able in XF.

I've just added Rdio. It was working fine when I created it but today Rdio seems a bit unreliable. It's hard to tell because my browsers are hating Flash today. Please test and report issues.

I migrated over from vb4, I used their soundcloud rewrite, which involved using the regex post replaced (very cool btw!) to replace broken soundcloud links.
Your bbcode is better, so I had to rewrite everything back all over again to complete your code. It was a bit confusing at first because I didn't understand who was the better code and why either wasn't compatible.
I'm not going to lie, I didn't exactly follow everything you've been through. I understand that you migrated from VB4 to XenForo, then used another XenForo add-on for SoundCloud before installing this one. Is your board fine now or do you still have broken embeds? I've updated my add-on to accept both forms, if you have some
Code:
[MEDIA=soundcloud]https://soundcloud.com/andrewbird/three-white-horses[/MEDIA]
[MEDIA=soundcloud]andrewbird/three-white-horses[/MEDIA]
 
I've just added Rdio. It was working fine when I created it but today Rdio seems a bit unreliable. It's hard to tell because my browsers are hating Flash today. Please test and report issues.

Just installed your latest pack and Rdio is working perfectly so far. Will let you know if it does otherwise. Thanks again for adding it!
 
Back
Top Bottom