Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
AME3 - Auto Media Embeding and Video Extender Details »»
AME3 - Auto Media Embeding and Video Extender
Version: 3.0.1, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 4.0.0 Rating:
Released: 12-20-2009 Last Update: 01-16-2010 Installs: 1363
DB Changes Uses Plugins
Additional Files  
No support by the author.

From the makers of Smooth and Jazz comes the singing sensation my mom has been waiting months for:

AME3. Bigger. Badder. Bestest.

NOTE ABOUT vB4.0.3: ------------------------------------------------------------

vBulletin 4.0.3 has changed the way video codes are handled and in the process, inadvertently broke AME3. I have submitted a bug report and believe that the issue will be quickly resolved. There is a manual fix you can apply for 4.0.3 here in the interim.
-----------------------------------------------------------------------------------------------

AME3 is the sequel to the multi award winning AME 1x and AME 2x systems. AME3. This time, its different.
AME3 does 3 things:
  • It allows users to simply paste URLs into their message without having to use the video bbcode or video popup box.
  • It allows you to add, edit and customise the video definitions that ship with vB4
  • It allows you to import community created definitions to extend the system in ways you otherwise couldn't.
Now you can use AME anywhere you can use video bbcode: posts, blogs, visitor messages, the CMS, etc...

Note that I am releasing this early for beta testing and general feedback. There is currently a bug in RC2, RC4 and 4.0.0 that will prevent AME from working however there is a workaround posted below.

I have written a pretty comprehensive readme and attached it seperatly to this post. I suspect both this post and the readme will get updated as AME3 becomes finalised.

Download Now

File Type: zip the readme pdf.zip (1.72 MB, 8640 views)
File Type: zip AME3.zip (23.7 KB, 8383 views)

Screenshots

File Type: jpg wysiwyg.jpg (179.5 KB, 0 views)
File Type: jpg postbit.jpg (159.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Cadellin, Longcat, mapleleaffans, SKIDROW

Comments
  #1282  
Old 05-25-2012, 02:53 AM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by indemand View Post
For the life of me I could not get this to work after a fresh install on 4.1.12.

Turns out all of the forums defaulted to Not allow video code. Changed these in Forum Manager and it works as advertised. (with the extra "AME parse bbcode video" plugin code)

If you're having trouble I hope you're fix is this simple.
I'll have to give this a try. Thanks!
Reply With Quote
  #1283  
Old 05-25-2012, 03:13 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see anything in forum manager regarding video on my end and I have both AME and AME'fy installed.
Reply With Quote
  #1284  
Old 05-26-2012, 05:40 AM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chadi View Post
I don't see anything in forum manager regarding video on my end and I have both AME and AME'fy installed.

Tested this out and it's not working for me either after the upgrade. All my old videos from vb 3.8 with the old AME mod now just shows the coding and not the video
Reply With Quote
  #1285  
Old 05-26-2012, 12:18 PM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by testbot View Post
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.

1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
Code:
global $vbulletin; 
require_once(DIR . '/includes/ame_prep.php'); 
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save


If you have cache enabled you might have to clear that.
Trying this out.

Once I have it added, how do you check if you have cache enabled?
Reply With Quote
  #1286  
Old 05-27-2012, 02:16 PM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's all working for me now.
Reply With Quote
  #1287  
Old 06-03-2012, 02:05 PM
mickknutson's Avatar
mickknutson mickknutson is offline
 
Join Date: Jan 2004
Location: Tahoe City California
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a vimeo URL from a channel RSS like:
http://vimeo.com/channels/paragliding#43217467 but the actual individual video is

http://vimeo.com/43217467

is it possible to parse this out into the correct video?
Reply With Quote
  #1288  
Old 06-04-2012, 01:14 AM
JetLee JetLee is offline
 
Join Date: Mar 2012
Location: CA
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just upgraded to vb4.2.0 and these two mods below got this working great for me.

https://vborg.vbsupport.ru/showpost....&postcount=608
Quote:
Originally Posted by The Geek View Post
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:
PHP Code:
function parse_video_bbcode($pagetext)
{
    global 
$vbulletin
to

PHP Code:
function parse_video_bbcode($pagetext)
{
    global 
$vbulletin;
require_once(
DIR '/includes/ame_prep.php');
$providers ame_data_preparse($pagetext); 




https://vborg.vbsupport.ru/showpost....postcount=1002
Quote:
Originally Posted by testbot View Post
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.

1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
Code:
global $vbulletin; 
require_once(DIR . '/includes/ame_prep.php'); 
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save


If you have cache enabled you might have to clear that.
Reply With Quote
  #1289  
Old 06-05-2012, 02:29 AM
mickknutson's Avatar
mickknutson mickknutson is offline
 
Join Date: Jan 2004
Location: Tahoe City California
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mickknutson View Post
I have a vimeo URL from a channel RSS like:
http://vimeo.com/channels/paragliding#43217467 but the actual individual video is

http://vimeo.com/43217467

is it possible to parse this out into the correct video?
Here is another video link I get:

http://vimeo.com/channels/31585#35423259

the video is actually http://vimeo.com/35423259

please help with a code for this. Thanks!
Reply With Quote
  #1290  
Old 06-06-2012, 05:11 PM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok I got this working with VB 4.2.0 with the fixs in this thread

However Having an Issue adding the soundcloud deff
here is what I have

Code:
http://www.soundcloud.com

http://[w\.]*soundcloud\.com/([\w-]+)/(?!sets/)([\w-]+)

<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span style="text-align:center" class="smallfont"><a href="$ameinfo[url]">$ameinfo[title]</a></span>
however nothing shows any help appreciated
Reply With Quote
  #1291  
Old 06-07-2012, 05:05 PM
MajorFm.com MajorFm.com is offline
 
Join Date: Dec 2004
Location: UK
Posts: 402
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 4.2.0 and on AME CP

I see black white pages on all tabs, any advice?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.17861 seconds
  • Memory Usage 2,358KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete