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)

DevOne5555 07-31-2011 01:54 AM

Is this mod going to be updated to 4.1.5, or is it headed for the graveyard? :(

Scalemotorcars 07-31-2011 07:08 PM

Not working on (vBulletin 4.1.4 Patch Level 2)

webgroup 07-31-2011 09:35 PM

Quote:

Originally Posted by leftanalog (Post 2219408)
Cant take credit for this... as ive seen this fix elsewhere. Worked for mine vb version 4.1.4.

I have applied for a new hook to be added to take care of the issue in 4.0.3 & other versions 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 BUT WILL WORK ON other versions.

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); 

Again this is not my fix... just something I found searching google. It may even be in this thread already. Not sure. lol.

Does this fix works for 4.1.5?

Thanks!

JaBBeD 08-03-2011 02:41 AM

Appears to be working on my site
http://www.valleyreefs.com/forum/
:-)
4.1.5
just installed and did the mod
only problem was i needed to log out and log back in

webgroup 08-03-2011 05:39 AM

Quote:

Originally Posted by JaBBeD (Post 2228493)
Appears to be working on my site
http://www.valleyreefs.com/forum/
:-)
4.1.5
just installed and did the mod
only problem was i needed to log out and log back in

Yep its working!
Thanks.

When you are editing a post in quick edit and trying to add a video it does not works, it shows a database error:

Database error in vBulletin 4.1.5:

Invalid SQL:
SELECT id FROM ame_disabled_posts WHERE id=1907768 and typeid=1;

MySQL Error : Table 'forumdb.ame_disabled_posts' doesn't exist
Error Number : 1146


This issue happens only if you are editing a post in the quick edit window and trying to add a video. I disabled AME from converting new or edited posts and still does this.





*One question, I was using the previous version of this add-on with my 3.6.8 vbulletin website, after the upgrade to 4.1.5 all videos previously processed with AME have the tags . So all those videos are not showing right now. Do you know how can I solve this issue?

Thanks again.

armandom 08-03-2011 11:36 AM

Quote:

Originally Posted by webgroup (Post 2227392)
Does this fix works for 4.1.5?

Thanks!

Not in my case. :(

Hoping for some progress.

snowlion 08-04-2011 10:11 AM

This fix #1135 work fine with 4.1.4 PL3

armandom 08-04-2011 11:26 AM

Was able to rescan all posts, and now it works. Odd.

Scalemotorcars 08-04-2011 12:03 PM

Post 1143 fixed it. Thanks...

DaffyDuck 08-08-2011 10:52 PM

Thank you, that certainly fixed it for me, and it'll do until a more permanent fix comes along.


All times are GMT. The time now is 11:34 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.01902 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