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 |
#1142
|
||||
|
||||
It's the second setting on the Settings page.
|
#1143
|
||||
|
||||
Yes it is set properly.
It is only YT that does this... here is my 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> |
#1144
|
||||
|
||||
Quote:
Since you're using my definition instead of the default one, post a couple of the links your using in my definitions thread so I can see if there's something different about the URLs in question. |
#1145
|
|||
|
|||
Quote:
Quote:
Failing that it's a case of contacting YouTube to see if they'll remove your site from their spam list. |
#1146
|
|||
|
|||
guys, help me, please with it
|
#1147
|
||||
|
||||
And you have to make sure your text editor didn't make any involuntary changes to your document without you knowing it. The code should work, so the only other reason you'd be getting a error is because something else has been changed.
|
#1148
|
|||
|
|||
i checked it but still got same error:
Fatal error: Call to undefined function mb_convert_encoding() in ***/public_html/forum/includes/ame_bbcode.php on line 591 maybe someone else can help me. the problem is: i have forum in cp1251 and if title of media is in russian - it doesnt show properly. i will be glad if someone can solve this |
#1149
|
||||
|
||||
DJ, I allow cURL queries, it is my server... and all other titles work, it just youtube.
I even have a custon YouTube bbcode used as follows (which works properly and pulls the title) Code:
[YOUTUBE]Yi-2ifWjVro&hl[/YOUTUBE] Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Yi-2ifWjVro&hl"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Yi-2ifWjVro&hl" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> |
#1150
|
||||
|
||||
Quote:
|
#1151
|
|||
|
|||
took fresh ame_bbcode and used notepad - all the same
error says: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|