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)
-   -   Add-On Releases - AME'fy - Videos on your profile pages (https://vborg.vbsupport.ru/showthread.php?t=231814)

solitairegirlie 01-03-2011 03:09 AM

Quote:

Originally Posted by RK KINGKONG (Post 2143055)
I HAVE THE SAME ISSUE WITH 4.1 PATCH 2 . sorry bout caps lol .. anyway mine works when it wants to , but for the most part most of the time it doesnt .

Yea I forgot, I'm running 4.1 patch 2 as well.

ellinofatsa 01-06-2011 09:14 AM

I Have The Same Issue With 4.1.1

kether1 01-20-2011 01:45 PM

Before installing, is this working with 4.1.1 yet?

Thanks,
K

RK KINGKONG 01-21-2011 03:47 AM

IT SURE IS RUNNING VB 4.1.1
Quote:

Originally Posted by kether1 (Post 2151949)
Before installing, is this working with 4.1.1 yet?

Thanks,
K


RK KINGKONG 01-30-2011 04:02 PM

this mod just stopped working for me running 4.1.1 , i dont know why nothing new or drastic .it just stopped working , can anyone please add a fix please cause this is a pretty cool mod id hate to un-install it
Quote:

Originally Posted by RK KINGKONG (Post 2152240)
IT SURE IS RUNNING VB 4.1.1


imported_dfmafia 02-03-2011 09:40 PM

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?

ellinofatsa 02-07-2011 06:04 PM

not working in 4,1,1

RK KINGKONG 02-07-2011 07:19 PM

well mine isnt blank but it doesnt work , on 4.1 patch 2 it worked when it wanted then worked steady now updating to 4.1.1 it doesnt work at all .. the is what my functions video php shows
Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 4.1.1 - Licence Number VBSF6E2F63
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2011 vBulletin Solutions Inc. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

function parse_video_bbcode($pagetext)
{
        global $vbulletin;

        ($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;
}

/*======================================================================*\
|| ####################################################################
|| # Downloaded: 16:45, Tue Jan 25th 2011
|| # CVS: $RCSfile$ - $Revision: 27207 $
|| ####################################################################
\*======================================================================*/
?>

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?


imported_dfmafia 02-08-2011 10:11 AM

thanks for posting the functions_video.php

ill give it a try tonight

BlueCheri 02-13-2011 12:35 PM

1 Attachment(s)
Working fine but size it the problem :(

How to fit in to box size?

Attaching image for reference


All times are GMT. The time now is 06:47 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.01164 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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