The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs Details »» | |||||||||||||||||||||||||||||||||
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Developer Last Online: Jan 2019
From the makers of the letters O and Yea comes the hottest 'must have mod' of the season: AME 2.5 - The Return of The Hot Mama.
Thanks everyone for making AME 2.5 Mod of the Month AME is the multi award winning modification that smartly scans new and edited posts for URLs from a customisable variety of web sites (i.e. YouTube or Amazon or about 200 others). If it finds a match, AME will 'transform' the URL into inline embedded media without your users ever having to even think about it. It was important for me to create a system that did not need updating (and subsequent reinstalling) every time one of the sites it supported decided to change the way it displayed its media (which is all the fricken time). Therefore I built a system in which the 'definitions' for each site could be imported, exported, tweaked and shared on a whim. This way, you only have to import the definitions that you want. It also allows the vB community to get creative and share definitions that I wouldn't of thought of! Which sites are supported? Included in the default installation is YouTube and Amazon. At time of posting this, I believe that there are over 180 sites supported that have been created by the vBulletin community. These range from sites that stream videos to Amazon referral links to locally hosted music and video files. Check out the 'add ons' section of this post below to see availible add-ons. For a total list of features and an FAQ, see click here. For a post on troubleshooting, click here. Though not tested on any version of vBulletin lower than 3.7.4, in theory it should work on versions 3.5 and higher (just dont quote this bit!). Big thanks goes out to all those in the community that have supported this mod. Especially Digital Jedi who gives great support on this mod and has created over 160 definitions for this system alone! Installation/Upgrade
Change Log
nJoy Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
6 благодарности(ей) от: | ||
Digital Jedi, luizalmir, Neal-UK, vijayninel, vithorius, zascok |
Comments |
#892
|
|||
|
|||
I have a problem. When I activate the "Extract destination data" setting (required to make dailymotion to work), if the title has accentued letters in it, it will be shows in utf-8 encoded form. The mods lacks a utf8_decode() call somewhere.
Example : http://www.youtube.com/watch?v=DIBGpG1Gy2g Gives as title : YouTube - BANDE SON -- Les sous doués passent le Bac where it should have been YouTube - BANDE SON -- Les sous dou?s passent le Bac Fixed by adding utf8_decode() at the two returns in the ame_fetch_www_page function in includes/ame_bbcode.php |
#893
|
||||
|
||||
Quote:
Quote:
Or any questions or info i can give to help with your research.? Also they have another mod called "Clubs" that would be cool to be able to add videos to also. |
#894
|
||||
|
||||
I'm still trying to catch up on a few other things.
|
#895
|
||||
|
||||
Quote:
|
#896
|
|||
|
|||
When we post a link we don't actually get a video, its just a link to the video. any ideas?
|
#897
|
||||
|
||||
Post an example of where that's happening.
|
#898
|
|||
|
|||
When I view a post in IE6 through IE8 the video doesnt show at all, any recommendations?
Here is an example - http://www.40by20.com/forum/showthread.php?t=33 They all play fine except in IE6,7,8 |
#899
|
||||
|
||||
Quote:
|
#900
|
|||
|
|||
Yes, I'm using 2.5. Heres what it shows on my installed products
AME - The Automatic Media Embeder 2.5.5 Automatically embeds media URLs with posts Here's what Im using for the youtube definitions: regular expression: Code:
http://[\w]+\.youtube\.[\w]+/watch\?v=([\w-]+)[\w&;=]*[\#t=]*([\d]*)s? Code:
<object width="$ameinfo[width]" height="$ameinfo[height]"> <param name="movie" value="http://www.youtube.com/v/$p1&start=$p2"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object> Quote:
|
#901
|
||||
|
||||
Quote:
Code:
width="{$ameinfo[width]}" height="{$ameinfo[height]}" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|