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
  #262  
Old 01-07-2010, 01:11 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chuk View Post
The problem was solved after deleting the following string in ame_prep.php file:
PHP Code:
$text preg_replace('%(\[(quote|php|html|code|nomedia)([^\]]*)\](.*?)\[/(\2)\])%sime''$this->substitute(\'\1\', $this->_subbed)'$text); 
May I leave this file without that string?
Yes, you can comment out that line in the meantime. Its job is to prevent auto embedding videos within quote blocks and such. However it isn't overly useful yet simply because it isn't stripping out videos from that spot either. Comment it out for now and Ill try to resolve the bug in the next build.
Reply With Quote
  #263  
Old 01-07-2010, 01:16 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm a doofus - disregard about it not working. I didn't see the edit and save of the plugin. Funny how you have to edit the plugin and then hit save? Either way - works now.
Reply With Quote
  #264  
Old 01-07-2010, 01:32 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by InfoAddict View Post
I too have the same problem - vb4 upgrade from vb3 and previous version of AME.

I then upgraded to AME3 and did a convert on my posts to change all ame= to the below video format.

For instance - check this page:

http://dev.gamers-underground.com/me...his-match.html

This is the code for the link:

Code:
[video=youtube;apWrS2uPBTg]http://www.youtube.com/watch?v=apWrS2uPBTg[/video]
Only thing I can think of is that I left the vb3 version installed when I did the upgrade.

I have removed the link from the hook xml file - it just doesn't seem to kick in.
Did you then save the AME hook? As to the code above, that looks correct to me. Running the conversion tool will convert old AME bbcode into URLs which can be converted to video codes. If you edit that first post which is just an youtube link, does it embed the video or not?
Reply With Quote
  #265  
Old 01-07-2010, 03:08 PM
Lighting90 Lighting90 is offline
 
Join Date: Jul 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right, I can get the video embedding to work only in the admin forum, editing the post I put up earlier it doesn't work... I have added a post after it with the same link, and not working, also tried in another part of the forum, also not working...

Is there any permissions I should go and look at...
Reply With Quote
  #266  
Old 01-07-2010, 07:08 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nope. All AME3 does is look to see if you have a video in your URL tags. If do, its changes the url tag to a video tag. Nothin too fancy. Most of AME's key features are the ability to manage and import/export definitions through the admincp.
Reply With Quote
  #267  
Old 01-07-2010, 11:30 PM
InfoAddict InfoAddict is offline
 
Join Date: Mar 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek View Post
Did you then save the AME hook? As to the code above, that looks correct to me. Running the conversion tool will convert old AME bbcode into URLs which can be converted to video codes. If you edit that first post which is just an youtube link, does it embed the video or not?
Yes - I even then disabled it and re-enabled it. I then uninstalled the product and re-installed it.

Editing that post doesn't fix it neither does a new post.

Still no go.

I know a bit of PHP, is there some way I can insert some debug code to see if it's starting or not?

EDIT: I just turned on vb's debug mode and the hook "data_preparse_bbcode_video_start" isn't called at all.
Reply With Quote
  #268  
Old 01-08-2010, 06:53 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then follow the steps again. It isn't being called because they put that hook in the wrong section of the hooks_vbcms.xml file. Deleting it means that next time the cache of hooks is saved (via savinga hook) it will build correctly. See the link in the first post to the bug tracker.

HTHs
Reply With Quote
  #269  
Old 01-08-2010, 09:39 AM
Delilahs Delilahs is offline
 
Join Date: Mar 2009
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this also do VShare ?
Reply With Quote
  #270  
Old 01-08-2010, 09:55 AM
Lighting90 Lighting90 is offline
 
Join Date: Jul 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek View Post
nope. All AME3 does is look to see if you have a video in your URL tags. If do, its changes the url tag to a video tag. Nothin too fancy. Most of AME's key features are the ability to manage and import/export definitions through the admincp.
Arh, thanks, that makes it a lot clearer, so it is something else wrong then as I have the video tags... it's just not emebedding the video's. So This means I need to have a good look through the forum settings.... I must have messed something up somewhere.. (Not unusual for me....)
Reply With Quote
  #271  
Old 01-08-2010, 12:06 PM
Birute Birute is offline
 
Join Date: Nov 2008
Location: Vancouver Island, BC
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love it, thanks. It worked great!!!

There are some posts with just the url for the youtube video without any tags around the url, any suggestions on how to convert these to tagged url's without spending hours on editing each post then running the rebuild?
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 11:15 AM.


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.07843 seconds
  • Memory Usage 2,351KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_php
  • (4)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