adrian4ever
Member
HereCan you provide an example of the kind of links you'd want to support?
http://www.espndeportes.com/?id=FrontPage_3888&topId=2252893 or
http://www.espndeportes.com/videohub/video/clipDeportes?id=deportes:2253960

HereCan you provide an example of the kind of links you'd want to support?
Added/updated ESPN Deportes
OMG!!! Sure I will , your awesome!!@adrian4ever I've just updated the add-on. ESPN Deportes used to be supported as part of ESPN but it seems they're now forcing their own domain name. The site's URLs have been unreliable in the past and I don't want to use their embedding technique because it's potentially unsafe, so I can't guarantee it won't randomly break in the future. If it does, post the URLs that don't work here.
Thank you @JoshyPHP for adding this option, it's much appreciated.Edit no more! Update to the current version, set Max Responsive Width to 600 and all the embeds will be 600px wide or less, depending on the available space.
[RIGHT][MEDIA=youtube]weqq3U-U8VY[/MEDIA][/RIGHT]
[CENTER][MEDIA=youtube]weqq3U-U8VY[/MEDIA][/CENTER]
Converts names to Media Site ID
Its not about the cost.. my lisence is still active and i have alot of mods that i paid for. I bought the resource pack the media pack xencentral a bunch of ******* mods... so many i paid for.. The problem is If i upgrade I have a feeling my site will break as probobly some of the mods are not compatible with 1.4 and I had other modify the side bar.. to make the media show up because my style did not support it.. I just dont want my site to break.. As we speak now I have a "merge templates" error thats showing up on my cpanel and i click merge and theres a box that i have to manualy merge.. and I have no clue what im doing in there... Thats why.. Im afraid of code breaks@RAHSTYLES Why don't you upgrade to the current XenForo version? I assume you don't because there's a cost associated to it that you judged too high. Perhaps it's time, or expertise, or both. The same applies to me. For instance, the add-on works on PHP 5.3 even though it's been dead for several years and there have been 3 major versions released since then. Because of that I cannot use short arrays and some other features that were added to PHP several years ago. I have to be mindful of its quirks and bugs. If I had to support XF 1.3 it would increase the maintenance cost of the add-on and I'd have to rewrite large parts of it too.
There's a cost to every technical decision. Performance/resource usage, development time, code complexity, maintenance, training/expertise, etc... Whatever it is, someone has to pay it. What you're trying to do is shift this cost to me. This is not a good idea, because as the sole maintainer of this add-on you should want me to spend my time on future development, not squander it on old code. In fact, before I started typing this I was working on the dynamic width feature. The 14 minutes I spent writing this are lost forever to no one's benefit.
Anyway, I don't want to sound depressing so the takeaway is this: you want developers to spend their time on new stuff, not old stuff. Also, I'm working on the dynamic dimensions so-called responsive thing.
It's something you're going to have to deal with sometime. As XenForo moves forwards, add-ons will not always be backward-compatible, especially when we get XenForo 2.0.Its not about the cost.. my lisence is still active and i have alot of mods that i paid for. I bought the resource pack the media pack xencentral a bunch of ******* mods... so many i paid for.. The problem is If i upgrade I have a feeling my site will break as probobly some of the mods are not compatible with 1.4 and I had other modify the side bar.. to make the media show up because my style did not support it.. I just dont want my site to break.. As we speak now I have a "merge templates" error thats showing up on my cpanel and i click merge and theres a box that i have to manualy merge.. and I have no clue what im doing in there... Thats why.. Im afraid of code breaks
@Martok In this version, embedded videos can be aligned with XenForo's default alignment BBCodes.
Fantastic! I'll install and try out after work. Thank you.JoshyPHP updated s9e Media BBCodes pack with a new update entry:
Updated responsive embeds
Read the rest of this update entry...
It's not possible, but it should be possible for the gallery to override its dimensions. You can do it yourself in your admin panel, copy/paste xengallery_media_view.css in the search box to locate the template, click the link that will take you to the edit form then add the following code at the top.Is it at all possible for the Max responsive width to be enabled in posts etc but not in XFMG?
.mediaContainer .videoContainer div
{
max-width: 100% !important;
}
Twitch has new URLs. Updated responsive embeds' CSS to be semantically correct.
Fantastic, that works a treat. Thank you very much!It's not possible, but it should be possible for the gallery to override its dimensions. You can do it yourself in your admin panel, copy/paste xengallery_media_view.css in the search box to locate the template, click the link that will take you to the edit form then add the following code at the top.
Code:.mediaContainer .videoContainer div { max-width: 100% !important; }
You'll need to update to the latest version first.
We use essential cookies to make this site work, and optional cookies to enhance your experience.