vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...) (https://vborg.vbsupport.ru/showthread.php?t=150863)

D.Baker 05-21-2008 01:03 PM

Never mind my last post, I did a cache clear and it came up. Great plugin. I was using passiveVid but had heard it is very CPU intensive on the server, so I switch over to this. Great plugin.

mrpaint 05-23-2008 06:58 AM

Just download the new AME1.2.0 in the first post and when rebuilding post I got a Fatal Error at ame_bbcode.php (line 192). I found out the problem is member use "$" in a CODE tag so I think you shoud replace

PHP Code:

        $subhandlers = array(
            
'ame_substitute(1, "\1", "\2", $subbed)',
            
'ame_substitute(2, "\1", "\2", $subbed)',
            
'ame_substitute(3, "\1", "\2", $subbed)',
            
'ame_substitute(4, "\1", "\2", $subbed)',
        ); 

With....

PHP Code:

        $subhandlers = array(
            
'ame_substitute(1, \'\1\', \'\2\', $subbed)',
            
'ame_substitute(2, \'\1\', \'\2\', $subbed)',
            
'ame_substitute(3, \'\1\', \'\2\', $subbed)',
            
'ame_substitute(4, \'\1\', \'\2\', $subbed)',
        ); 

Work like a charm now :D

EagleNick 05-24-2008 03:00 PM

I installed the Photobucket one, but it doesn't work.

islamicvd 05-25-2008 06:47 PM

We're sorry, this video is no longer available!
This is the message showing when I try to put a video on my post! the video is on YouTube, but on the post is showing that message!
Can someone help?

NeverBored 05-25-2008 07:10 PM

Quote:

Originally Posted by islamicvd (Post 1531203)
We're sorry, this video is no longer available!
This is the message showing when I try to put a video on my post! the video is on YouTube, but on the post is showing that message!
Can someone help?

Embedding is disabled for that video (assuming the video wasn't deleted)

triplsec32 05-25-2008 10:08 PM

Can somebody tell me whats wrong here::

http://leetforums.com/showthread.php?t=171

Noss 05-25-2008 10:21 PM

Well I got it working but the youtube videos have a lot of lag. (Start and stop) any suggestions ?
Thanks.

also
The videos do not run at the proper frame rate. Not just on my site but other sites that use this mod.

hitmann 05-28-2008 01:23 AM

Can't get it to work. I paste a youtube link and it just shows that same link with hyperlink...

WAPForum 05-28-2008 10:17 PM

Hello,

Does this give you the ability to upload videos in your profile as well?

Ricsca 05-30-2008 02:15 PM

for 3.7.x ?


All times are GMT. The time now is 11:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02679 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete