The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages Details »» | |||||||||||||||||||||||||||
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages
Developer Last Online: Jan 2019
From the creators of French and Toast comes a sweet and sticky enchanement to the New York Times best-seller: AME - Auto Media Embedding
AME 2.0 - The Embedder Strikes Back! AME has won Mod of the Month for Spetember 08. Thanks! Note that 2.5 Gold has been released. Click Here. Discussions for AME 2.5 RC 1 start here AME 2.0 is the next version of the "Mod of the Month" winning media embedder that:
Which sites are supported? At time of counting this, there are about 170 sites supported. But I have only included a few common standards as default (yahoo, youtube, myspace, google and Amazon). Why only these? AME was designed with its own import and export system that enables users to create or modify definitions and share them with the community. This keeps the system lightweight, customisable and saves us all from having to upgrade every time a media site changes their URL structure or if I add another site. Check out the 'add ons' section of this post below to see availible add-ons. Installation/Upgrade
Change Log 2.0.2 - fixed added slashes in quote blocks (DoH!), vm advanced error and incrimented product version. You need to replace include/ame_bb_code.php and re-import the product-ame.xml to upgrade 2.0.1 - fixed missing backslashes in code blocks 2.5 Pre-Release information Attached to this post is pre-release of version 2.5 2.5 is a pretty major upgrade from the 2.0 series and adds the following functionality to 2.0:
Please note that 2.5 is a pre-release so there will be issues. If you want more stability, use 2.x until this version becomes gold FWIW: The only items currently outstanding are to add some missing admincp help. The rest is working as intended as far as I can tell nJoy Show Your Support
|
Comments |
#612
|
||||
|
||||
Table changes?
|
#613
|
|||
|
|||
I fixed it in the end. My post table was f*cked. Think there was an interruption as it was updating the post table (ok I thought it had timed out trying to change a million rows and may have clciked control panel home link)
Totally my own fault but managed to fix it eventually http://www.vbulletin.com/forum/showthread.php?p=1651981 ALTER TABLE post DROP FIELD ame_flag; wouldn't have worked anyway, the table was corrupt. anyway managed to drop the field and reimport the product (used over write) and things seem good now. Woot! phew |
#614
|
|||
|
|||
Hi,
I'm getting a validation error in my news block of vbAdvanced coming from AME: http://validator.w3.org/check?uri=ht....591#line-3244 It's inserting the number 425 (which is the default width setting in AME) inside a table tag. EDIT Okay, so I found what's wrong. It's in the ame_container template. The $ameinfo[width] is sitting all by itself inside the table tag. I can remove it, but something tells me it's supposed to be in there, but just in a width="$ameinfo[width]" setup... What is the correct code? PHP Code:
|
#615
|
|||
|
|||
FYI, I found a validation error in the default YouTube definition:
It's currently: PHP Code:
PHP Code:
note that param name=''movie'' changed to param name="movie" It may look the same, but it was previously two sets of single quotes and in order to properly validate, it needed to be changed to one set of double quotes. EDIT: Okay, so now that I changed the definition, the final result (code) is all screwy... It's now displaying like this: PHP Code:
PHP Code:
|
#616
|
||||
|
||||
Try the updated YouTube definition in either one of my threads. For your first question, $ameinfo[width] is supposed to convert to just the width number, so it needs to be inside a width element:
Code:
width="$ameinfo[width]" |
#617
|
|||
|
|||
I changed it, but it doesn't change the code in existing posts... Is there a script or something that I need to run to update existing posts? I didn't try updating the YouTube definition yet.
|
#618
|
||||
|
||||
If I'm not mistaken, I don't think the code in posts will be rebuilt until the post is saved again.
|
#619
|
|||
|
|||
yep, re-saving the post did it, thanks DJ!
Now, if there was only a way to have validated YouTube embed code |
#620
|
||||
|
||||
If you want to try and rebuild the YouTube code while making it validate, have a look at this article. I've done it with my home page player, but I've not bothered with redoing the definitions, simply because this wouldn't work with all players.
Embeding Flash While Supporting Standards |
#621
|
|||
|
|||
Hi...
I was using goldbrick video mod, just wanted to try this mod so that I can play Daily Motion videos. But it is not working for me. Do I have to remove the goldbrick mod? Somebody guide me, how this works? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|