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 |
#42
|
|||
|
|||
Damn, I'm late to the party with a feature request... I would like to be able to use if conditionals in the container HTML and replacement HTML boxes... Would that add any strain on performance?
Anyhow, cool to see you've updated this mod. It's a great mod, and my site is more or less actually built around it. Your work is appreciated. |
#43
|
||||
|
||||
Fine, Thank You!
|
#44
|
||||
|
||||
Wow, great. Thank you!
Old user of 1.x series, new user of 2.x series! () |
#45
|
||||
|
||||
Installed, updated, and nominated.
Welcome back (even if it's for a short time) Geek A bug (i think): Post a message with quotes in them. This double quotes: " " " " " Then, quote that message. A lot of \ (back slashes) appear before every quote " in the quoted text. If i disable the new AME, that don't happen. |
#46
|
||||
|
||||
I need this
Groovy Baby |
#47
|
|||
|
|||
I just updated to the latest version and it's totally messing up my postbit every time someone posts a video link. I haven't modified the container at all.
http://www.bowrd.com/showthread.php?t=61686 (link is fine, but rest of the site is NWS) |
#48
|
|||
|
|||
Dude you are awesome. Now I don't have to buy Passive Vid. Plus yours supports more sites!
|
#49
|
|||
|
|||
Fantastic, Geek!!!! We miss you.
|
#50
|
||||
|
||||
Quote:
|
#51
|
|||
|
|||
getting a database error everytime i click the 'go advanced' button on posting visitor messages
Code:
Database error in vBulletin 3.7.3: Invalid SQL: ( SELECT visitormessage.*, visitormessage.dateline AS pmdateline, user.*, visitormessage.ipaddress AS messageipaddress ,deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight ,ame_flag FROM visitormessage AS visitormessage LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN deletionlog AS deletionlog ON (visitormessage.vmid = deletionlog.primaryid AND deletionlog.type = 'visitormessage') WHERE visitormessage.userid = 10431 AND visitormessage.postuserid = 381 AND visitormessage.state IN ('visible','moderation','deleted') ) UNION ( SELECT visitormessage.*, visitormessage.dateline AS pmdateline, user.*, visitormessage.ipaddress AS messageipaddress ,deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight FROM visitormessage AS visitormessage LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN deletionlog AS deletionlog ON (visitormessage.vmid = deletionlog.primaryid AND deletionlog.type = 'visitormessage') WHERE visitormessage.userid = 381 AND visitormessage.postuserid = 10431 AND visitormessage.state IN ('visible','moderation','deleted') ) ORDER BY pmdateline DESC; MySQL Error : The used SELECT statements have a different number of columns Error Number : 1222 MySQL Version : 4.1.22-standard |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|