vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

blue7 11-13-2012 05:15 PM

How i can show recent few videos on Forumhome sidebar ?

thanasis1 11-18-2012 10:10 PM

Quote:

Originally Posted by michal72 (Post 2366895)
if it is because you have vb4.2 - install this mod:
https://vborg.vbsupport.ru/attachmen...5&d=1339098510


when i tried to edit tab "Media" at navigation manager there is a message that the script 8WR_media is invalid.
any fix?

michal72 11-19-2012 02:00 PM

Quote:

Originally Posted by thanasis1 (Post 2382345)
when i tried to edit tab "Media" at navigation manager there is a message that the script 8WR_media is invalid.
any fix?

This is AdminCP GUI bug. GUI dosen't accept "Tab Script(s)" starting with number.

There are two possibilities:

1. Make modification directly in the xml file and install again.
2. Change "Tab Script(s)" to "media" and make modification in php file - see below:

Quote:

Originally Posted by lafsunlmtd (Post 2333674)
I have this same mod installed. Here's my issue, I tried to do how you had it set but it doesn't recognize that it's on the media tab and defaults back to the "forums" when I click media which makes the Media tab and sub links I create useless.

I really don't understand what's causing this to happen.

UPDATE

I named the tab script in the nav manager just 'media' and went into media.php and changed the

Code:

define('THIS_SCRIPT', '8WR_media');
to

Code:

define('THIS_SCRIPT', 'media');
And reuploaded the media.php to the forum root and it recognizes the tab now. I'm not sure why it wouldn't recognize 8WR_media as the tab script name but nonetheless it works now.


kanerm 11-19-2012 06:04 PM

I am new to adding products and mods. I followed the directions for uploading the files and now I am to the point of creating a tab in the navbar for this product. How do I go about doing this? I want to create a new Tab labeled "MPH TV" and then have this product be on that page when clicked on. Thanks guys and gals

michal72 11-19-2012 06:48 PM

Check out my signature

kanerm 11-21-2012 01:56 AM

Can anyone help me with this? I just need a direction please help!

thunderclap82 11-26-2012 08:15 PM

I did a quick search of this thread but didn't see this posted: for some reason when someone adds a new media file it's not being mentioned in the forum I've selected. Any idea how to get this working? Running vB 4.2 PL3.

HQPD 12-10-2012 01:52 PM

Hi all,

Quote:

.... Users can add their favorite media from a select few online distribution centers (such as Youtube or Vimeo) ...
but I have problem, when i add a vimeo video:

https://vimeo.com/55094977

i got error :
"Could not parse media URL.."

can someone help me please?
Thanks

michal72 12-11-2012 11:59 AM

Quote:

Originally Posted by HQPD (Post 2389755)
Hi all,



but I have problem, when i add a vimeo video:

https://vimeo.com/55094977

i got error :
"Could not parse media URL.."

can someone help me please?
Thanks

check out my signature
format of the link should be like this: http://vimeo.com/55094977

appsfinder 12-17-2012 12:51 PM

hi wonder if anyone can help me! i want to change the youtube code so it plays 1080p or 720p hd by default in media library is this possible?. thanks in advance

michal72 12-17-2012 02:13 PM

Quote:

Originally Posted by appsfinder (Post 2391270)
hi wonder if anyone can help me! i want to change the youtube code so it plays 1080p or 720p hd by default in media library is this possible?. thanks in advance

Try

Code:

http://www.youtube.com/v/{serviceVAL}?autoplay={ap10}&vq=hd720&fs=1
or

Code:

http://www.youtube.com/v/{serviceVAL}?autoplay={ap10}&vq=hd1080&fs=1

appsfinder 12-17-2012 05:17 PM

thanks for the info but where do i replace this code thanks

michal72 12-17-2012 05:29 PM

Go to Media->Administrate->Services and edit YouTube service
Replace "Embed:" with the given code.

BR

appsfinder 12-17-2012 05:43 PM

Quote:

Originally Posted by michal72 (Post 2391319)
Go to Media->Administrate->Services and edit YouTube service
Replace "Embed:" with the given code.

BR

cool thanks

appsfinder 12-17-2012 05:59 PM

cool thanks it works in firefox and chrome but not in safari maybe a cache problem :) shows hd

michal72 12-17-2012 06:15 PM

vq=... is a trick, normally youtube automatically chooses for you a quality depends on your bandwidth and size of the embedded window. It is possible that it does not work in all environments but try this:

Code:

http://www.youtube.com/v/{serviceVAL}?version=3&autoplay={ap10}&vq=hd720&fs=1
or

Code:

http://www.youtube.com/v/{serviceVAL}?version=3&autoplay={ap10}&vq=hd1080&fs=1

EuroBeat2 12-20-2012 03:56 AM

I know this is section for VB 4 ver. However, does anybody know if this is working in ver 5.0?

EB

Shoalin 12-27-2012 10:09 PM

hi

The description you have entered is too short (0 characters). Please lengthen your description to at least 10 characters.

How to solve this problem?

Lamonster 01-16-2013 09:27 PM

Is there a fix for this?
Quote:

Could not parse media URL
Not sure when it started doing this but I can no longer load videos because of it. Could use some help. Thanks

marccap 01-24-2013 08:58 PM

installed on 4.2 thanks but I cant add comments when i press the "submit comment" and ive set it so u can add comments?

Chadi 01-28-2013 07:36 PM

Trying to submit this:

http://youtu.be/yr0osZeJPuY

Getting invalid media type

I do have youtu.be enabled though

For whatever reason, when I click edit in the administrative > services area for any service it redirects me to the homepage.

This is what I have in the htaccess file

Quote:

# Media Library
ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
ReWriteRule ^media/m(\d+).*/p(\d+).*$ media.php?do=details&mid=$1&pid=$2 [QSA]
ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
ReWriteRule ^media/p(\d+).*/edit$ media.php?do=playlist_edit&pid=$1 [QSA]
ReWriteRule ^media/p(\d+).* media.php?do=playlist&pid=$1 [QSA]
ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
ReWriteRule ^media/results/(.*) media.php?do=results&query=$1 [QSA]
ReWriteRule ^media/advresults/(.*) media.php?do=advresults&query=$1 [QSA]
ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
ReWriteRule ^media/browse.* media.php?do=browse [QSA]
ReWriteRule ^media/search.* media.php?do=search [QSA]
ReWriteRule ^media/random.* media.php?do=random [QSA]
ReWriteRule ^media/submit.* media.php?do=submit [QSA]
ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
ReWriteRule ^media/playlists.* media.php?do=playlists [QSA]
ReWriteRule ^media/pcreate.* media.php?do=playlists_create [QSA]
ReWriteRule ^media/pmine.* media.php?do=playlists_mine [QSA]
ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
ReWriteRule ^media/subscriptions.* media.php?do=subscriptions [QSA]
ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

# Media Library from Video Directory
RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
RewriteRule ^video\.php$ media.php?do=details&mid=%1
RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
RewriteRule ^video\.php$ media.php?do=category&cid=%1
RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
RewriteRule ^video\.php$ media.php?do=user&uid=%1
RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
RewriteRule ^video\.php$ media.php?do=tag&tid=%1
ReWriteRule ^video\.php$ media.php

Gamelobby 01-30-2013 05:28 AM

Do TAB SCRIPTS work for this.?
I tried both of these:
  • 8WR_media
  • 8WR_media_ajax
but i got the same error back.
Quote:

Error: The specified 'script' is invalid.
Or is there just no way to make it work right in 4.2.?


*edit*
I added this to the Tab Scripts:
Quote:

media_library
And it worked to keep the button highlighted.!! (but still no subnav of course) :)


*edit2*
Actually it only stays highlighted if i come from another mod page, not a vB page.

dizzynation 01-30-2013 09:04 AM

Any chance this works with 4.2 P3?

Gamelobby 01-31-2013 05:59 AM

Yes i'm using it on 4.2 PL3.

cosan 02-01-2013 03:22 AM

uninstalled

Chadi 02-03-2013 01:18 AM

Getting this when running thumbnail update in admin area

ERROR CONSTRUCTING THUMBNAIL

My permissions are set to 777 on dir/files so I'm not sure why it's not working.

ikopylov 02-04-2013 06:54 AM

Has anyone solved the problem with an error uploading the video:
Code:

Syndication of this video was restricted

faisaly.com 02-04-2013 07:43 AM

That means the video is copyrighted and you can't embedd it!

ikopylov 02-04-2013 07:57 AM

Quote:

Originally Posted by faisaly.com (Post 2401752)
That means the video is copyrighted and you can't embedd it!

Embed a video:
In the forum post - no problem
In vbtube - no problem
There is only a problem in Media Library

ApiBlog.Youtube:

Quote:

yt:accessControl

Videos that are available for embedding on third-party applications will have the following:

Code:

<yt:accesscontrol action='embed' permission='allowed' />
If you’d like to only search for videos that are embeddable, add format=5 to your query.
Just as a video can be embeddable or not, it can also be syndicatable or not:

Code:

<yt:accesscontrol action='syndicate' permission='allowed' />


marccap 02-05-2013 01:22 PM

I have no option to add categories anywhere. Do you know the issue or the URL link so I can manually add the button myself?

Vbulletin 4.2

faisaly.com 02-05-2013 09:06 PM

That was answered way back in posts, you need a navbar.xml to fix that issue...

rmordico 02-06-2013 02:13 PM

Hy, I can not find the french traduction for this Media Library, please help

thanks

marccap 02-06-2013 07:27 PM

Quote:

Originally Posted by faisaly.com (Post 2402226)
That was answered way back in posts, you need a navbar.xml to fix that issue...

Thanks found it :)

dizzynation 02-07-2013 03:55 AM

Quote:

Originally Posted by marccap (Post 2402468)
Thanks found it :)

Can you please post what you did, there is 197 pages of info here.

Thanks

marccap 02-07-2013 09:04 AM

Quote:

Originally Posted by dizzynation (Post 2402558)
Can you please post what you did, there is 197 pages of info here.

Thanks

yer sure - Post 2773 had this link - https://vborg.vbsupport.ru/showpost....postcount=2745

misericorde 02-08-2013 12:03 PM

Hy,

Please,

Could you do an xml file for VK. they are embed code

http://vk.com/

Thank you

Shenroth 02-09-2013 03:52 PM

I am having an issue using local files. I have uploaded an avi to the "customVID" folder and have used the following URL "localvideo:filename.avi" and I have tried "local:filename.avi" in the retrieve information box for uploading media. However I am getting "Unable to parse media file".

Linking from other media sites work just fine, just no locally. not sure what I am doing wrong, hope someone can help. Thanks!

michal72 02-10-2013 07:15 PM

Quote:

Originally Posted by Shenroth (Post 2403098)
I am having an issue using local files. I have uploaded an avi to the "customVID" folder and have used the following URL "localvideo:filename.avi" and I have tried "local:filename.avi" in the retrieve information box for uploading media. However I am getting "Unable to parse media file".

Linking from other media sites work just fine, just no locally. not sure what I am doing wrong, hope someone can help. Thanks!

Consult this post:
https://vborg.vbsupport.ru/showpost....postcount=2308

BR

Ted Clore 02-21-2013 06:53 PM

I purged my vBulletin software after being hacked. Downloaded the newest version V4.2.0 PL3 and installed completely new. Starting over. After this I installed 8WayRun 4.1.7 and 8WayRun Media Library.

Now..., I can't upload media (tried from YouTube) because I get an error:

The description you have entered is too short (0 characters). Please lengthen your description to at least 3 characters.

No matter what I do, I still get this error. Also, the information from YouTube doesn't down load like it did in vB 4.2.0 PL2. And, this never worked right, the screen stays white while the video is playing, in IE 9. If you enlarge the video to Full Screen it looks fine, but in the Small Screen in 8WayRun it is completely white. I can hear the audio, but can't see the video. This is true in PL3 as well. When I download the video before trying to save it, it will start playing and be a white screen.

Any ideas?

Crotan 03-10-2013 10:09 AM

ignore that.

Comments fixed from: https://vborg.vbsupport.ru/showpost....postcount=2129

navbar links fixed from: https://vborg.vbsupport.ru/showpost....postcount=2745

now to fix some of the styling


All times are GMT. The time now is 07:46 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.04045 seconds
  • Memory Usage 1,840KB
  • 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
  • (9)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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