Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
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
  #942  
Old 12-22-2010, 04:53 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If your talking about the fix, where you edit this template > includes/functions_video.php !

It did actually work but every post you made you get a message, thanks for posting, if you posted a poll you will be automatically brought to it.

Its basically making a call every time and you dont need this especially for QR and slow server loads..
Reply With Quote
  #943  
Old 12-22-2010, 10:37 AM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobbieZ View Post
If your talking about the fix, where you edit this template > includes/functions_video.php !

It did actually work but every post you made you get a message, thanks for posting, if you posted a poll you will be automatically brought to it.

Its basically making a call every time and you dont need this especially for QR and slow server loads..
Thats a file edit, not a template edit. And I've had no such issues.

And DJ: I'm only using the default stuff, cause I'll never be able to wrap my head around regex. So out of the box, it works perfectly...
Reply With Quote
  #944  
Old 12-22-2010, 01:30 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by flypaper View Post
Thats a file edit, not a template edit. And I've had no such issues.

And DJ: I'm only using the default stuff, cause I'll never be able to wrap my head around regex. So out of the box, it works perfectly...
Perhaps the 4.1 re-write solved this mystery for me on my 4.0.6.
Reply With Quote
  #945  
Old 12-22-2010, 10:43 PM
Iguana Goddess's Avatar
Iguana Goddess Iguana Goddess is offline
 
Join Date: Sep 2009
Location: Pennsylvania
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this mod working on my test site, however once I installed on my live site it quit working. My test site was an exact copy of the live site, I recently upgraded to 4.1.0.
Reply With Quote
  #946  
Old 12-23-2010, 10:35 AM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Iguana Goddess View Post
I had this mod working on my test site, however once I installed on my live site it quit working. My test site was an exact copy of the live site, I recently upgraded to 4.1.0.
Did you do the file edit?
Reply With Quote
  #947  
Old 12-24-2010, 05:19 AM
BSViper BSViper is offline
 
Join Date: Mar 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fly View Post
Those who don't have it working on 4.1 - Read the first post of the thread, specifically the part that starts: "NOTE ABOUT vB4.0.3"

This mod works perfectly on 4.1.
After spending whole day, i finally find solution.

Now this mod working for me on 4.1
For example, i'll talk about youtube.

If you want up&run this mode, try doing next:
1. Make sure, what your forum parsing youtube links. For this try make new post by extended editor, and insert link by standard "video link" dialog (pic 1.)
2. If link still not work check two settings. First - make sure, what allow remote retrieval count not equal zero. Go to Admin CP => Options => BB Code Settings (pic 2). Second - make sure, what forum where your try post link have enabled IMG tag. Go to Admin CP => Forum and moderators => Forum manager => Your forum, choose edit=> Enable\Disable Features, and check [IMG] settings (pic 3).
3. Then, if your link start working properly, you may install AME as described. After install, just edit this file - functions_video.php.

Find
Code:
global $vbulletin;
and insert after this
Code:
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
If you wan't edit any file, try this version - https://vborg.vbsupport.ru/showpost....&postcount=713
It's worked for me also.

Yep. You're done!

Nothing new, just placed in one place..
Attached Images
File Type: jpg editor.jpg (47.2 KB, 0 views)
File Type: jpg bbcode.jpg (24.7 KB, 0 views)
File Type: jpg option.jpg (46.0 KB, 0 views)
Reply With Quote
  #948  
Old 12-25-2010, 05:35 PM
thunderclap82 thunderclap82 is offline
 
Join Date: Nov 2008
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
Did you try applying the manual fix for AME 4.0.3 and above?
I finally had a chance to do this and it resolved my problem. Thank you!
Reply With Quote
  #949  
Old 12-31-2010, 09:47 AM
goycarden goycarden is offline
 
Join Date: Mar 2009
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've problems with changing the old AME-Codes from the older version "[AME] to ones which can be used in AME3. I've changed the [AME] links now to [URL]-Codes but how can I change it back so I can embed the videos ?
Reply With Quote
  #950  
Old 12-31-2010, 05:17 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goycarden View Post
I've problems with changing the old AME-Codes from the older version "[AME] to ones which can be used in AME3. I've changed the [AME] links now to [URL]-Codes but how can I change it back so I can embed the videos ?
Was this done using the Tools option in AME 3 for rebuilding posts?
Reply With Quote
  #951  
Old 01-04-2011, 05:23 AM
whitey99 whitey99 is offline
 
Join Date: Jul 2009
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goycarden View Post
I've problems with changing the old AME-Codes from the older version "[AME] to ones which can be used in AME3. I've changed the [AME] links now to [URL]-Codes but how can I change it back so I can embed the videos ?
Hmm, I've got the same issue. I used the Admin control panel to perform the rebuild but all videos have remained URLs.

Ed. Just needed to read a little higher and modify the file. Thanks guys for the fix
Reply With Quote
Reply

Thread Tools

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 06:47 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.06136 seconds
  • Memory Usage 2,358KB
  • Queries Executed 28 (?)
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
  • (2)bbcode_code
  • (7)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
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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