vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - VB AnyMedia Player / Media Sites (youtube, google and many more) (https://vborg.vbsupport.ru/showthread.php?t=150491)

Chadi 09-20-2007 06:09 PM

I don't know why but I'm getting this error suddenly

Error: unsupported media type.2

I was using youtube (which I have enabled along with all media types enabled except images, pdf, p2p)

http://www.youtube.com/watch?v=ztC41HDL9mk

The strange part it works sometimes, then other times it doesn't with the same link.

I tried a godtube.com link also, http://www.godtube.com/view_video.ph...40cf5a13cea6ca

It did not work, yet I posted another godtube.com link myself and it worked. Then, I tried another godtube.com video and it showed the same "error 2.." unsupported message.


Feature Request:
- remove the description text on right side of video (on post that is, not pop-up)

SBlueman 09-21-2007 12:15 AM

Quote:

Originally Posted by SBlueman (Post 1342221)
I can't seem to get video to work from break or youporn....any suggestions?

:confused:

nix 09-21-2007 04:09 AM

The youtube and godtube links you posted work fine. If the sites go down then they wont work until it comes back up.

Break video works fine. If you think you found a link that doesn't work let me know. Youporn doesn't work. They have theirs locked down pretty good.

cynthetiq 09-21-2007 02:20 PM

Quote:

Originally Posted by nix (Post 1332507)
for vb advanced you'll probably just need to include the css and js files.

Include them where?

Chadi 09-21-2007 04:29 PM

This is happening too often again and Youtube is certainly not down at all.
http://www.youtube.com/watch?v=U3GijrnfStk

Error: unsupported media type.2

I really do not understand. If youtube was down, it would not work directly and it shows an error message that the media is unsupported. I can only guess its a bug somewhere.

trilljester 09-21-2007 05:20 PM

I like the idea of this, I'm wanting to have a forum that allows people to post topics with these videos, all in a central location. I see that the idea is a planned expansion, so I'll wait for that a feature. Good stuff so far though!

nix 09-21-2007 09:59 PM

Quote:

Originally Posted by cynthetiq (Post 1343855)
Include them where?

In the headinclude template
Quote:

Originally Posted by chadi (Post 1343931)
This is happening too often again and Youtube is certainly not down at all.
http://www.youtube.com/watch?v=U3GijrnfStk

Error: unsupported media type.2

I really do not understand. If youtube was down, it would not work directly and it shows an error message that the media is unsupported. I can only guess its a bug somewhere.

If you send me a link I'll take a look at it.

cynthetiq 09-22-2007 12:28 AM

Quote:

Originally Posted by nix (Post 1344127)
In the headinclude template
If you send me a link I'll take a look at it.

That's what I thought, I do have them in the headinclude. we're talking about the highslide.js and highslide.css right?

PHP Code:

script type="text/javascript" src="/highslide/highslide.js"></script>
<
script type="text/javascript">
 
// remove the registerOverlay call to disable the controlbar
 
hs.registerOverlay(
     {
      
thumbnailIdnull,
      
overlayId'controlbar2',
      
position'bottom left',
      
hideOnMouseOuttrue,
      
opacity0.75
  
}
 );
 
    
hs.graphicsDir '/highslide/graphics/';
    
hs.outlineType 'rounded-white';
    
window.onload = function() {
        
hs.preloadImages(5);
    }
</
script>
<
link rel="stylesheet" href="/highslide/highslide.css" type="text/css" media="screen" />
<
script type="text/javascript" src="clientscript/vbulletin_global.js?v=368"></script>
<
script type="text/javascript" src="clientscript/vbulletin_menu.js?v=368"></script


full headinclude:

PHP Code:

 
<link rel="shortcut icon" href="http://belowdelancey.com/forum/favicon.ico" />
<
meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]/>
<
meta name="generator" content="vBulletin $vboptions[templateversion]/>
<if 
condition="$show['threadinfo']">
<
meta name="keywords" content="$threadinfo[title]$vboptions[keywords]/>
<
meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]/>
<else />
 <if 
condition="$show['foruminfo']">
<
meta name="keywords" content="$foruminfo[title_clean]$vboptions[keywords]/>
<
meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]/>
 <else />
<
meta name="keywords" content="$vboptions[keywords]/>
<
meta name="description" content="$vboptions[description]/>
 </if>
</if>
<!-- 
CSS Stylesheet -->
$style[css]
<if 
condition="is_browser('opera') AND !is_browser('opera', '8.0.1')">
<
style type="text/css">
ulol padding-left:20px; }
</
style>
</if>
<!-- / 
CSS Stylesheet -->
<
script type="text/javascript">
<!--
var 
SESSIONURL "";
var 
IMGDIR_MISC "images/misc";
var 
vb_disable_ajax parseInt("0"10);
// -->
</script>
<
script type="text/javascript">
<!--
var 
SESSIONURL "";
var 
IMGDIR_MISC "images/misc";
var 
vb_disable_ajax parseInt("0"10);
// -->
</script>
 
<
script type="text/javascript" src="/highslide/highslide.js"></script>
<
script type="text/javascript">
 
// remove the registerOverlay call to disable the controlbar
 
hs.registerOverlay(
     {
      
thumbnailIdnull,
      
overlayId'controlbar2',
      
position'bottom left',
      
hideOnMouseOuttrue,
      
opacity0.75
  
}
 );
 
    
hs.graphicsDir '/highslide/graphics/';
    
hs.outlineType 'rounded-white';
    
window.onload = function() {
        
hs.preloadImages(5);
    }
</
script>
<
link rel="stylesheet" href="/highslide/highslide.css" type="text/css" media="screen" />
<
script type="text/javascript" src="clientscript/vbulletin_global.js?v=368"></script>
<
script type="text/javascript" src="clientscript/vbulletin_menu.js?v=368"></script>
<
script type="text/javascript">
<!--
var 
SESSIONURL "$session[sessionurl_js]";
var 
IMGDIR_MISC "$stylevar[imgdir_misc]";
var 
vb_disable_ajax parseInt("$vboptions[disable_ajax]"10);
// -->
</script>
<
script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
<if 
condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if>
<if 
condition="$vboptions['externalrss']">
<
link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" />
<if 
condition="$show['foruminfo'] OR $show['threadinfo']">
<
link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&amp;forumids=$foruminfo[forumid]/>
</if>
</if> 


nix 09-22-2007 01:57 AM

Yea if you look at anymedia_header you can just add that part to the head include or you can add vbadvanced to the check so it will display. I can post it up in a bit of what you would need.

cynthetiq 09-22-2007 02:32 AM

Quote:

Originally Posted by nix (Post 1344270)
Yea if you look at anymedia_header you can just add that part to the head include or you can add vbadvanced to the check so it will display. I can post it up in a bit of what you would need.

Yes Please. Sorry I'm not too keen as to what you mean. I understand what I could do to the anymedia_header, but I don't see how that would affect the vbadvanced.


All times are GMT. The time now is 09:50 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.02864 seconds
  • Memory Usage 1,805KB
  • 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
  • (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