vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AnyMedia BBCode for 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=106239)

MajorFm.com 08-21-2006 09:13 AM

There is one more video site i want to use, is there anyone willing to help me add it for a small fee? its more or less exactly same as youtube... i just don't know how to code this...

FleaBag 08-21-2006 11:06 PM

Quote:

Originally Posted by Murty
Hey guys, i was wandering if it is possible to make the bbcode only available in certain forums? so i can create a media forum and only in that forum, the bcode is available.

I believe there's a hack for either the 3.0.x or 3.5.x series that would let you do this. I don't recall it's name or location I am afraid.

MissKalunji 08-21-2006 11:45 PM

u guys are all having problems with only the stuff like google video? or is it with ANY?

nix 08-21-2006 11:48 PM

not having any problems.

phkk 08-21-2006 11:49 PM

Quote:

Originally Posted by phimshopcom
may I ask what version of vbulletin & anymedia are you using? Also what is your setting???

If anyone out there that still got their google video to play...post up here what you did...that would be great.

thanks


some work , some not.

nix 08-22-2006 12:10 AM

I just changed my google section in class_anymedia.php to this.



PHP Code:

//    {{{    google()

    /**
     * Google Video.
     * @param    array    media info array
     */
    
function google(& $mediaArray)
    {
        if (
preg_match('/docid=([^(\&|$)]*)/i'$this->_mediaInfo['url'], $match) || preg_match('/docid\/([^(\&|$)]*)/i'$this->_mediaInfo['url'], $match) || preg_match('/video_id=([^(\&|$)]*)/i'$this->_mediaInfo['url'], $match)) {
            if(
intval($this->vbulletin->bf_misc_anymediaplayer[$mediaArray[1]]) & $this->vbulletin->options['anymediaplayer']) {
                
$this->_mediaInfo['url'] = $this->vbulletin->options['bburl'] . '/players/flvplayer.swf?file=' $match[1] . '&site=youtube&autoStart=' iif($this->_mediaInfo['autoplay'] == 'true''true''false');
                
$this->_mediaInfo['height'] += 20;
            } else {
                
$this->_mediaInfo['url'] = 'http://video.google.com/googleplayer.swf?docid=' $match[1];
            }
            
$this->player($mediaArray);
        } else {
            
$this->_mediaInfo['type'] = 'error';
        }
    }

    
//    }}} 


phimshopcom 08-22-2006 02:03 AM

Quote:

Originally Posted by phkk
some work , some not.

Hello phkk, thank you for letting me know.. Even just some work ..would be fine with me... can you post more info about your anymedia version??? like how u got it to work? thanks

MissKalunji 08-22-2006 04:43 AM

working fine!

jeremycs 08-22-2006 09:26 PM

Quote:

Originally Posted by defcon_420

if you cant see it then its not installed correctly.. read the installation instructions and start again :bunny:


Where exactly are the installation instructions?

I don't see anything that looks like install instructions.

There is an "install.htm" but it contains references to VB paths & there is no explanation on how to use this file.


Whn I unzip there are simply 3 directories:

do_not_upload
import
upload


in do_not_upload, the only thing that resembles instructions is the "install.htm" mentioned above.

Is there a readme file missing or something?

Shazz 08-22-2006 10:12 PM

Still discovering a few bugs in the 3.6
________
Ford Shelby GR-1


All times are GMT. The time now is 09:51 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.02879 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)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