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)

zkilzz 02-03-2011 05:53 AM

This dont work with Photobucket for me. Video will just be a link. Anyone else with the same prob?

imported_dfmafia 02-03-2011 09:46 PM

im just going to quote myself on the AME'fy thread...

Quote:

Originally Posted by imported_df+++++ (Post 2158442)
i just realized my functions_video.php is blank. fresh download/instal of vB4.1.1

i think i found our issue. anyone else out there?


Digital Jedi 02-06-2011 02:08 PM

Quote:

Originally Posted by kether1 (Post 2156683)
should this work in vbadvanced Dynamics also? I seem to only get a link to the youtube video instead of the actual embedded video. Please help.

thanks,
kether

It's unknown just yet. It works with vBa, but I don't know if vBd uses the same postbit hooks.


Quote:

Originally Posted by zkilzz (Post 2158133)
This dont work with Photobucket for me. Video will just be a link. Anyone else with the same prob?

As there is no Photobucket definition, then that's to be expected. ;)


Quote:

Originally Posted by imported_df+++++ (Post 2158445)
im just going to quote myself on the AME'fy thread...

What was the problem you were having?

uglyduck 02-07-2011 04:07 PM

Quote:

Originally Posted by Makaveli007 (Post 2156311)
^this fixed worked for me as well, however once applying the fix, everyone started getting the redirect message when posting, even though redirects were turned off, and there were major major double posting issues. i had revert the functions_video file, which broke the AME mod again, forcing me to uninstall the mod for the time being

Same issue for me. This is unfortunate as my members like the embedded functionality. Will keep an on on this thread for a fix. Below is the contents of my funtions_video.php with the mod configured.

PHP Code:

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

    (
$hook vBulletinHook::fetch_hook('data_parse_bbcode_video')) ? eval($hook) : false;

    if (
stripos($pagetext'[video]') !== false)
    {
        require_once(
DIR '/includes/class_bbcode_alt.php');
        
$parser = new vB_BbCodeParser_Video_PreParse($vbulletin, array());
        
$pagetext $parser->parse($pagetext);
    }

    return 
$pagetext;



imported_dfmafia 02-08-2011 10:10 AM

ame is not updating the url to video BB code

vbulletin isnt doing it either. then i noticed my functions_video.php was empty. its a fresh download and install of vB 4.1.1

AzH 02-08-2011 02:16 PM

Installed.

Respawn.be 02-12-2011 12:56 AM

Installed on a fresh vB 4.1.1 and runs like a treat :)

Cadellin 02-12-2011 11:27 AM

Likewise I've had to uninstall due to the double posting bug.

AME is a fantastic mod but for me it just doesn't work anymore. A great shame considering how popular it was with the community.

New Joe 02-12-2011 02:02 PM

Quote:

Originally Posted by Cadellin (Post 2161713)
Likewise I've had to uninstall due to the double posting bug.

AME is a fantastic mod but for me it just doesn't work anymore. A great shame considering how popular it was with the community.

same as me mate

bitbender 02-12-2011 02:05 PM

What I find a bit confusing is that some seem to have made it work using the fix on 4.1.1, whereas others cannot - Is it just the double posting issue?

I've been usiing this mod on my 3.7 forums for a long time, and I was hoping it would migrate to the 4.1.x frontier, but after reading all these pages I have hesitated.


All times are GMT. The time now is 07:22 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.01798 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_php_printable
  • (6)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