vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - AME3 - Auto Media Embeding and Video Extender (https://vborg.vbsupport.ru/showthread.php?t=230707)

Cadellin 04-12-2010 06:13 PM

Works fine for me with no obvious side effects like mentioned above.

jaffaman 04-12-2010 06:48 PM

So far its looks like its fixed it but we havent had may people post since i applied the fix cheers m8

MichelangeloITA 04-12-2010 07:43 PM

Very good, man http://www.betashare.it/images/smilies/patpat.gif

Preech 04-12-2010 09:06 PM

I didn't have success.

SunrunnerSWG 04-12-2010 09:13 PM

Quote:

Originally Posted by The Geek (Post 2019974)
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); 


I did this and now when I post a youtube link, the video simply isn't there. The post is completely blank.

The Geek 04-12-2010 10:12 PM

Quote:

Originally Posted by SunrunnerSWG (Post 2020157)
I did this and now when I post a youtube link, the video simply isn't there. The post is completely blank.

Double check the edit. Sounds like it wasnt done correct and as such is causing an error when processing.

Not sure what to say about the doubling up - that used to be caused by multiple definitions. If this is a problem, you can try to disable the AME - Auto Convert URLs plugin to see if that helps.

Preech 04-12-2010 10:37 PM

Sorry. I was posting in the wrong mod.

Mutt 04-13-2010 02:39 AM

wanted to say, thanks. great mod. right now I have all the plugins disabled & I'm using it just to add video codes. users have to use the video popup & video tags (no auto tagging) but i love it. it's plenty enough for me for now. thanks once again

zelnik 04-13-2010 07:51 AM

Quote:

Originally Posted by The Geek (Post 2020188)
Not sure what to say about the doubling up - that used to be caused by multiple definitions. If this is a problem, you can try to disable the AME - Auto Convert URLs plugin to see if that helps.

Think I can safely say that it was AME doing the double post problem, though it was doing it to normal posts aswell not with urls for it to convert? Had the previous issue done the same?

You say multiple definitions, I had upgraded from v2 (I was running 3.8.x before upgrading to 4.0.3) and just disabled the plugin whilst upgrading and then upgraded the plugin then.

Obviously the old 3.8 has the big definition would that be causing the problem? is it caught somewhere and the new version is reading that too? any advice where to look to see if it is?

Thanks The Geek I understand the product is not supported but we all really appreciate your help, much appreciated.

The Geek 04-13-2010 10:50 AM

Hi there, Try removing the old video codes. Those won't work at all. In fact, the upgrade process called for uninstallation of the previous system before upgrading.

HTHs


All times are GMT. The time now is 05:13 PM.

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.03820 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)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