PDA

View Full Version : Major Additions - 8WayRun.Com - Media Library


Pages : 1 2 3 4 5 6 7 8 9 10 [11] 12 13

bjarneg
01-18-2012, 08:30 PM
Hi,-

I'm verry happy with this mod,- but there are only one thing missing,- and that is the option,- to let users upload there own video to the library.:)

Is it possible, at someone can help with a solution on this?


:):up:

Reef Man
01-19-2012, 04:48 PM
Hi, I installed it on a 4.1.10vb, and all the links on the administrative are not working. I can not see where are the videos on my server and every time I upload a video, when I submit it, I got a 404 error page, but I got the video uploaded.

any help much appreciated.

Sworm
01-20-2012, 10:43 PM
Hi, should be possible to create a page to show only the thumbs scaled automatically from a thread [img] attachment with the title only?

I have need only to do something like this:
http://img717.imageshack.us/img717/7168/catturajd.jpg

in a xxxx.php page+thumbnail+thread title..... the list should be based on the last forum threads..... for example, a user open a new thread, attach a [img] image and in the media list will appair automatically the thread image thumb the link the full thread.....is it possible with this hack?
Thanks and great job, really!

maherl
01-21-2012, 02:51 AM
Can you post link to your site ? I'd like to see how it works.
I'm looking for media library for VB 4.1.10. I'm not decided - free 8wayrun or paid vbtube. 8wayrun got better layouts and functionality on the sidebar - categories, tags , contributors, statistics. Looks better than vtube. But you got support from VBtube.

No trouble at all: http://www.superstox.co.uk/media.php?

Hope this helps.

K4GAP
01-21-2012, 04:16 AM
No trouble at all: http://www.superstox.co.uk/media.php?

Hope this helps.

Nice looking site maherl.

sadiq6210
01-21-2012, 05:36 PM
How can I add same video tewice in two sections??

I got this error

Our records show that this particular media is already in the media library!

One year I am trying to know this in 8WayRun Media library
Any coder can help?

maherl
01-21-2012, 06:41 PM
One year I am trying to know this in 8WayRun Media library
Any coder can help?

Just an idea, are you able to copy the video locally and upload the Local-MP4 XML template (in Administrate | Services) to access? I know this is not what you are trying to achieve, but it might be feasible to do it this way until someone comes up with a solution?

Rushyman
01-23-2012, 05:25 AM
Anyone have issues with the user profile pages all being messed up? For some reason some of the CSS doesn't load in and the page is all over the place.

Everything else on the board and the Media section is fine, it's just the user profile pages.

maherl
01-24-2012, 12:06 PM
I would like to know if anyone agrees with me that the quality of the thumbnails generated by downloading from You Tube is not as good as it could be.

Has anyone looked into the coding at all to figure out if this aspect can be improved? AS they do look even grainier than You Tubes offering. Are they being further processed again by this software?

Visually, its the only thing that lets this piece of software down in my opinion.

Jpolola
01-25-2012, 12:08 PM
Thank you..Really Appreciated this Mod

IMTalk.org
01-25-2012, 03:33 PM
Thanks for mod it is working great!

One question,
how can we have media description and tags to be
meta decription(first 160 chars) and keywords for every video(media details)?

Jpolola
01-25-2012, 08:37 PM
Could not parse media URL, How can I fix this? Anybody`s reply greatly appreciate.

Thanks....now fixed

Sovereign123
01-27-2012, 10:17 PM
Does this work in version 4.1.10 :x?

EuroBeat2
01-28-2012, 03:16 PM
Does this work in version 4.1.10 :x?

Yes it does.

EB

MJJUltimate
01-29-2012, 01:42 PM
Hi,

I've installed this mod and its working perfectly except for displaying thumbnails. I have followed the instructions CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions but still the thumbnails will not appear.

I then tried to upload thumbnail for each video but then I get this error:

Could not find phrase 'there_were_errors_encountered_with_your_upload'.

Can anyone help?

Phil56
01-29-2012, 02:28 PM
"could not parse media url"

What does this mean? And how do I fix it?

EuroBeat2
01-30-2012, 04:55 AM
Did anyone figure out how to post Vimeo videos after they upgraded their service. I know I posted the question on January 7th, but I hope somebody figured it out and could provide .xml file for this service. Would be much appreciated.

Thank you.

EB

BlueCheri
01-30-2012, 10:45 AM
Very nice.

Installed.

Thanx

BlueCheri
01-30-2012, 03:20 PM
One of the best modification came across so far.

Many thank.

Have a problem it not playing after clicking on video or it's thumpnail :(

Kindly suggest the solution for it.

Thanx in advance.

basilrath
01-30-2012, 05:36 PM
"could not parse media url"

What does this mean? And how do I fix it?


Try using the url from channel rather than the embed

Sovereign123
01-30-2012, 10:23 PM
Unfortunately had to disable it, because I couldn't fix the error where the "description is too short". I tried the fix where you edit the media_ajax_submit.js, but didn't work for me.

michal72
01-31-2012, 03:22 PM
Unfortunately had to disable it, because I couldn't fix the error where the "description is too short". I tried the fix where you edit the media_ajax_submit.js, but didn't work for me.

The are two fixes, one for comments, one for description.

After that sometimes it is necesery to clear browser cache

regards

BlueCheri
01-31-2012, 05:42 PM
Thanx to Michel72, the problem is solved.

Great mod, nice working.

Thanx and rgds,

G!

BlueCheri
02-01-2012, 06:23 AM
Excellent working fine.

Thanx Michal, must say you have lots of knowledge with ML.

Rgds,

G!

Please try this:

Relapace in all 8 WR Media templates:
.prepare_submit(this.inputname.value, {vb:raw vboptions.postminchars})
with
.prepare_submit(0, {vb:raw vboptions.postminchars})

In media_ajax_comment.js replace:
function post_comment(mid)
{
if (!fetch_object('vB_Editor_QR_textarea').value)
{
return false;
}

fetch_object('commentsubmit').value = vbphrase['post_comment_wait'];
fetch_object('commentsubmit').disabled = true;

YAHOO.util.Connect.asyncRequest("POST", "media_ajax.php?do=comment", {
success: send_comment,
failure: vBulletin_AJAX_Error_Handler,
timeout: 15000
}, SESSIONURL + 'securitytoken=' + SECURITYTOKEN + "&mid=" + mid + "&message=" + PHP.urlencode(fetch_object('vB_Editor_QR_textarea' ).value));

return false;
}


with
function post_comment(mid)
{
var inptval=vB_Editor['vB_Editor_QR'].get_editor_contents();

if(!vB_Editor['vB_Editor_QR'].prepare_submit(0, 0)) {
return false;
}
fetch_object('commentsubmit').value = vbphrase['post_comment_wait'];
fetch_object('commentsubmit').disabled = true;

YAHOO.util.Connect.asyncRequest("POST", "media_ajax.php?do=comment", {
success: send_comment,
failure: vBulletin_AJAX_Error_Handler,
timeout: 15000
}, SESSIONURL + 'securitytoken=' + SECURITYTOKEN + "&mid=" + mid + "&message=" + PHP.urlencode(inptval));

return false;
}



BTW
Jaxel very nice mod!

ilbianconiglio
02-01-2012, 09:16 PM
i need a help :( any have a twitch.tv (is similar to justin.tv, same network) services pls?

michal72
02-02-2012, 03:35 PM
Did anyone figure out how to post Vimeo videos after they upgraded their service. I know I posted the question on January 7th, but I hope somebody figured it out and could provide .xml file for this service. Would be much appreciated.

Thank you.

EB

Here you are

Regards

ilbianconiglio
02-02-2012, 07:56 PM
i need a help :( any have a twitch.tv (is similar to justin.tv, same network) services pls?

and justin.tv service too, anyone can help me?

EuroBeat2
02-02-2012, 11:38 PM
Here you are

Regards

Thank you dude! Adding Vimeo videos is no longer a problem. Excellent!

EB

BlueCheri
02-03-2012, 03:54 PM
Michal, good morning.

Do we need to install it.

G!

Here you are

Regards

michal72
02-03-2012, 04:10 PM
Michal, good morning.

Do we need to install it.

G!

I have already done :)

BlueCheri
02-03-2012, 04:13 PM
Thanx a lot Michal, have a nice day.

G!

I have already done :)

basilrath
02-05-2012, 10:13 AM
As default the thread is "closed" when submitted

wheres the codeline to have it "open" as default???

Thanks

MJJUltimate
02-05-2012, 06:54 PM
Hi I still need help with this,

I've installed this mod and its working perfectly except for displaying thumbnails. I have followed the instructions CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions but still the thumbnails will not appear.

I then tried to upload thumbnail for each video but then I get this error:

Could not find phrase 'there_were_errors_encountered_with_your_upload'.

Can anyone help?

EuroBeat2
02-05-2012, 08:59 PM
As default the thread is "closed" when submitted

wheres the codeline to have it "open" as default???

Thanks

I don't have the answer because I am not a coder. I agree though that it should be an option to turn as closed or open. I have to manually open the thread after each media is posted and it can be a hassle if many new entries occur.

EB

basilrath
02-05-2012, 09:40 PM
I don't have the answer because I am not a coder. I agree though that it should be an option to turn as closed or open. I have to manually open the thread after each media is posted and it can be a hassle if many new entries occur.

EB

the daft thing is i trawled the code a while back and did the change then updated and cant remember the template :)

Ill sort it .............

IMTalk.org
02-08-2012, 09:32 AM
I didn't get any answer, so I will try once again:
how can we have media description and tags to be
meta decription(first 160 chars) and keywords for every video(media details)?

Killhunter
02-08-2012, 08:43 PM
Hi, i dont want to have the link to media.php in my navbar.. how can i hide it??

squall leonhart
02-09-2012, 03:29 AM
I uploaded a file name "abcdef.mp4" to /customVID/ & parsed the link as instruction (local:abcdef), it's error.

michal72
02-09-2012, 04:36 AM
I uploaded a file name "abcdef.mp4" to /customVID/ & parsed the link as instruction (local:abcdef), it's error.

https://vborg.vbsupport.ru/showpost.php?p=2257682&postcount=2308

ALBCODERS
02-09-2012, 06:00 AM
how do i add categories i cant see any navbar of sayn change this or that ?

i don`t see administration bar , i set up yes to all acceses and still dont see nothing how to delete or ad categories .

any suggestion ?

ALBCODERS
02-09-2012, 06:32 AM
also is not workin in this way to http://www.mywebsite.com/media/media_admin.php


is blank page cant see nothing

i dont use seo u use vb4 default Advanced Friendly URLs

i am getin mad , i cant seeeee administration bar :S

goycarden
02-09-2012, 08:48 PM
Is there a way that it collects automatically videostreams from the threads?

weave
02-12-2012, 02:43 PM
Ok, so I looked and looked and I am not seeing how to remove a category.....I hit enter 2x and got 2x. I set one to 0 but want to just REMOVE IT

Also, this works fine on my 4.1.0 install.

alhidaya
02-13-2012, 02:52 PM
Hello,

Does anyone have any updated XML Service Files that work for archive-host.com ?

andy626
02-14-2012, 11:55 PM
Is anyone having issues where it doesn't submit an announcement to the forum you select at all?

Great mod by the way....5 Stars!!!!

RogerStout
02-15-2012, 03:18 AM
love to see a fix for videos not having a description.. at the time of submission we can not even add to the description field. Can comment after added but cant add to the imported description.

michal72
02-15-2012, 05:43 PM
love to see a fix for videos not having a description.. at the time of submission we can not even add to the description field. Can comment after added but cant add to the imported description.

Try my fixes
https://vborg.vbsupport.ru/showpost.php?p=2224887&postcount=2175

Regards

johnbob
02-15-2012, 10:10 PM
Here you are

Regards
Sorry, but how can i install this .xml file??

CharlieDelta
02-18-2012, 05:02 PM
As default the thread is "closed" when submitted

wheres the codeline to have it "open" as default???

Thanks
This would be nice. Did you find the code?

michal72
02-19-2012, 12:43 PM
This would be nice. Did you find the code?

File media_submit.php

Replace:
$threadman->set('open', false);

with
$threadman->set('open', true);

Regards

michal72
02-19-2012, 12:46 PM
Sorry, but how can i install this .xml file??

From your website
Media->Administrate->Services

or direct link:

http://www.yourforum.com/media.php?do=admin_host


Regards

CharlieDelta
02-19-2012, 10:32 PM
File media_submit.php

Replace:
$threadman->set('open', false);

with
$threadman->set('open', true);

Regards
Thank you Michal.
You need to be taking over this thing or writing your own mod so that you can benefit from this superb support you been giving. Anyone that would end up donating or supporting here would be giving to someone who doesn't care.

Ddiablo
02-20-2012, 02:25 PM
Hello

Y have this 2 errors

Not Found

The requested URL /media/c1-general-media was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

and

Not Found

The requested URL /media/browse was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Help-me please

Ddiablo
02-20-2012, 02:44 PM
Sorry, Y forgot the file .htaccess

Is working well

Tanks

waldvb
02-20-2012, 05:59 PM
Just installed. Can't add video (from YouTube). I'm getting an error:

Could not parse media URL

CustomVID - is set to 777 permission.

What's wrong?

waldvb
02-20-2012, 07:08 PM
Just installed. Can't add video (from YouTube). I'm getting an error:

Could not parse media URL

CustomVID - is set to 777 permission.

What's wrong?

SOLVED - It works with long link like: http://www.youtube.com/watch?v=xxxxxxxxxxx
not working with links like here: http://youtu.be/xxxxxxxxxxxxxxxxxxx

michal72
02-20-2012, 10:15 PM
not working with links like here: http://youtu.be/xxxxxxxxxxxxxxxxxxx

https://vborg.vbsupport.ru/showpost.php?p=2275389&postcount=2385
Regards

waldvb
02-21-2012, 06:34 PM
https://vborg.vbsupport.ru/showpost.php?p=2275389&postcount=2385
Regards

Uploaded to Media-xml. Still not working. I'm able to add just video with long link, not short link -http://youtu.be/xxxxxx

waldvb
02-21-2012, 06:47 PM
Noticed a problem - bug maybe.

IF in AdminCP - Options - 8WayRun Media Library Details - DETAILS: Comments Per Page - is set up to 0 - disable option - I can't watch video - database error:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_8WR_media AS phrasegroup_8WR_media,
phrasegroup_posting AS phrasegroup_posting,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 3;

MySQL Error : Unknown column 'phrasegroup_8WR_media' in 'field list'
Error Number : 1054

waldvb
02-22-2012, 02:49 PM
Author of this mod said he is no longer supporting it. And for that reason I?m not using it.
Here is a short guide to solve problems.

Installed it on Vbulletin 4.1.10. No problems with NavTab.

Issues:
1. Tag Cloud - tags are not separated. Use this mod:
https://vborg.vbsupport.ru/showpost.php?p=2276483&postcount=2394

2. Can?t post comments. Use this mod:
https://vborg.vbsupport.ru/showpost.php?p=2215879&postcount=2107

3. Can?t post video with no description. Use this mod:
https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

4. Can?t post You Tube video with short link. Tried to use this mod:
https://vborg.vbsupport.ru/showpost.php?p=2275389&postcount=2385

Did not work for me !! I can upload just video with Log Links.

5. There is a bug - causes DataBase error:
https://vborg.vbsupport.ru/showpost.php?p=2302044&postcount=2559


So I?m looking for another ?Media Library? for this part of site: link (http://www.wood-furniture.biz/forums/forum.php) Any suggestions?

I think ?Media Library? should be part of original Vbulletin script. Website without Video section is outdated.

waldvb
02-22-2012, 11:21 PM
Video thumbs in the center :

Admin Cp - Styles & Templates - Style Manager - Style Variable Editor - 8WR_Media_Library - media_width_small - 205 px

TimTom1988
02-23-2012, 07:59 AM
Is there a .xml file for myvideo.de available ?

waldvb
02-23-2012, 12:45 PM
Is there a .xml file for myvideo.de available ?

This mod is dead. You can add videos just from YouTube - and only Long Links. Every xml is outdated.

michal72
02-23-2012, 03:12 PM
This mod is dead. You can add videos just from YouTube - and only Long Links. Every xml is outdated.

This is not true. Currently you can still add videos from: DailyMotion, MetaCafe, Vimeo, YouTube and Youtu.be.
You can also create your own XML service file for any other site.

CharlieDelta
02-23-2012, 04:01 PM
This mod is dead. You can add videos just from YouTube - and only Long Links. Every xml is outdated.
Untrue.
The author may not be supporting it anymore but the mod is still working and michal72 has been doing an excellent job at helping where he can with support. :up:

michal72
02-23-2012, 06:36 PM
Is there a .xml file for myvideo.de available ?

I hope it will work. Only video length is missing.

waldvb
02-23-2012, 06:59 PM
It is not true. Accualy you can still add videos from: DailyMotion, MetaCafe, Vimeo, YouTube and Youtu.be.
You can also create your own XML service file for any other site.

Correction:

Unfortunately I can add videos just from MetaCafe, Daily Motion and YouTube - Long. YouTu.be - short - doesn't work.

Here is YouTu.be.xml

=========================================
<?xml version="1.0" encoding="UTF-8"?>

<service>
<svcName>YouTu.be</svcName>
<svcRegex><![CDATA[http:\/\/[a-z]*?[\.]?youtu\.be\/([\w_-]*)]]></svcRegex>
<svcURL>http://www.youtube.com/watch?v={serviceVAL}</svcURL>
<svcFeed>http://gdata.youtube.com/feeds/api/videos/{serviceVAL}</svcFeed>
<svcValue2>null</svcValue2>
<svcThumb><![CDATA[$arr['media:group']['media:thumbnail'][3]['url']]]></svcThumb>
<svcTitle><![CDATA[$arr['media:group']['media:title']['value']]]></svcTitle>
<svcDesc><![CDATA[$arr['media:group']['media:description']['value']]]></svcDesc>
<svcLength><![CDATA[$arr['media:group']['yt:duration']['seconds']]]></svcLength>
<svcTags>null</svcTags>
<svcMovie><![CDATA[http://www.youtube.com/v/{serviceVAL}?autoplay={ap10}&hd=1&fs=1]]></svcMovie>
<svcWidth>640</svcWidth>
<svcHeight>385</svcHeight>
<svcStream>null</svcStream>
<svcError><![CDATA[$arr['app:control']['yt:state']['value']]]></svcError>
<svcParams><![CDATA[<param name="flashvars" value="autoplay={ap10}&hd=1&fs=1" />]]></svcParams>
</service>
================================================== =============

Can you take a look? Is it correct?

Thank you.

michal72
02-23-2012, 07:06 PM
This is mine which works for sure

waldvb
02-23-2012, 07:28 PM
This is mine which works for sure

Thanks! Unfortunately it's not working.

michal72
02-23-2012, 07:35 PM
How have you installed?

waldvb
02-23-2012, 07:37 PM
How have you installed?

Uploaded to: Media - XML directory

michal72
02-23-2012, 07:42 PM
You need to install this service:
https://vborg.vbsupport.ru/showpost.php?p=2301173&postcount=2551

waldvb
02-23-2012, 07:51 PM
You need to install this service:
https://vborg.vbsupport.ru/showpost.php?p=2301173&postcount=2551

Sorry. My fault. It's working now. Thanks a lot.

michal72
02-23-2012, 08:12 PM
This mod is dead. You can add videos just from YouTube - and only Long Links. Every xml is outdated.

It was only clinical death :)

waldvb
02-23-2012, 08:21 PM
It was only clinical death :)

What do you think about this:

https://vborg.vbsupport.ru/showpost.php?p=2302044&postcount=2559

michal72
02-23-2012, 08:33 PM
This is known bug. You can't disable comments.
But you have different error ???

https://vborg.vbsupport.ru/showpost.php?p=2069525&postcount=1195

waldvb
02-23-2012, 10:05 PM
This is known bug. You can't disable comments.
But you have different error ???

https://vborg.vbsupport.ru/showpost.php?p=2069525&postcount=1195

Probably different server configuration. I have also 1064 error. But this is not a big deal.

I have successfully installed 8WayRunMedia on vb 4.1.10. And I like this script. But I'm thinking about VBtube - more features. But expensive - $159 - almost like vbulletin.

Thanks for your time.

waldvb
02-24-2012, 07:08 PM
I got one more problem:

https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

Doesn't work for me. Can't submit video from NavBar. There is no description imported from YouTube. I have this info after submission:

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

michal72
02-24-2012, 08:59 PM
I got one more problem:

https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

Doesn't work for me. Can't submit video from NavBar. There is no description imported from YouTube. I have this info after submission:

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

It shoud work. Clear browser cache and try again.

waldvb
02-24-2012, 10:29 PM
It shoud work. Clear browser cache and try again.

Yes, you're right. Always clear a cache.

I have one more question about comments.

I've enabled option to post comments for registered users. And when comment is sent, information about it goes to person which uploaded video - not to admin.

Is it possible to send information about new comments to administrator ?
I can monitor comments and remove spam immediately.

Thank you.

michal72
02-27-2012, 05:49 AM
Yes, you're right. Always clear a cache.

I have one more question about comments.

I've enabled option to post comments for registered users. And when comment is sent, information about it goes to person which uploaded video - not to admin.

Is it possible to send information about new comments to administrator ?
I can monitor comments and remove spam immediately.

Thank you.
Information about comment goes to all the subscribers and not ony to person which uploded media. So, just subscribe all the media.

Regards

waldvb
02-27-2012, 04:15 PM
Information about comment goes to all the subscribers and not ony to person which uploded media. So, just subscribe all the media.

Regards


Is there a way to add all new posted Media to "Subscriptions" folder automatically or I have to subscribe for example 1000 videos manually ?

I have there just media added by me.

Thanks.

randy17875
03-06-2012, 12:24 AM
For anyone having the missing administrate navtab issue, go to the first post and look at the known bug fix. It will probably correct that issue for you.

michal72
03-06-2012, 05:31 AM
After upgrading to 4.1.11 you can have problems with tags having non english characters.

meaters
03-08-2012, 12:41 PM
After upgrade to 4.1.11 admins can no longer edit categories even if usergroup permissions are set to "Yes".

michal72
03-08-2012, 02:00 PM
After upgrade to 4.1.11 admins can no longer edit categories even if usergroup permissions are set to "Yes".

I don't have any problems with this on 4.1.11

alhidaya
03-08-2012, 11:26 PM
Hello,

Can you do XML video : archive-host.com ?

Please

michal72
03-10-2012, 09:25 PM
I have created the XML for Picasa slideshow which I hope you will find usefull

In Picasa album click RSS and copy url

Regards

Vick98
03-12-2012, 11:28 AM
For some reason I can not comment on a video. When I click submit comment nothing happens. Any suggestions?

waldvb
03-12-2012, 01:14 PM
For some reason I can not comment on a video. When I click submit comment nothing happens. Any suggestions?

Use these tips:

https://vborg.vbsupport.ru/showpost.php?p=2302293&postcount=2560

fevredsuk
03-12-2012, 02:30 PM
For some reason I can not comment on a video. When I click submit comment nothing happens. Any suggestions?


snap

Vick98
03-12-2012, 03:56 PM
Use these tips:

https://vborg.vbsupport.ru/showpost.php?p=2302293&postcount=2560

Thank you for the tips link but I don't need it that bad to edit every template. I guess I will be uninstalling this one.

Rushyman
03-13-2012, 06:45 PM
Anyone know how to fix the problem where you upload your own thumb to a video and it just creates a black thumbnail? This is in the manual upload.

lewisforlife
03-15-2012, 03:46 PM
I just installed this mod. Even when I am logged in as admin, if I click on the "Media" tab, I get this message:

vBulletin Message

admin, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

I followed all of the instructions with the exception of this one, so I wonder of this is the culprit:

Set your usergroup permissions and media library settings in your administration control panel.

Which specific permissions do I set? Where specifically in the control panel do I change the permissions? I looked all over and can't seem to find permissions that deal with the media tab. I really appreciate the help.

michal72
03-15-2012, 04:38 PM
AdminCP->Usergroups -> UserGroup Manager -> Edit. There are two sections of permistions: "Media Library Permissions" and "Media Library Moderation Permissions"

regards

lewisforlife
03-15-2012, 04:43 PM
AdminCP->Usergroups -> UserGroup Manager -> Edit. There are two sections of permistions: "Media Library Permissions" and "Media Library Moderation Permissions"

regards

That did the trick. Thanks!

lewisforlife
03-15-2012, 04:51 PM
Can a fee be paid to remove the Hotslot.org link? I don't mind leaving the copyright info.

RichieBoy67
03-21-2012, 06:04 PM
Does anyone have any tips for getting this to work on the latest version? It would really save me some time..

Thanks

michal72
03-21-2012, 07:38 PM
List of the fixes: https://vborg.vbsupport.ru/showpost.php?p=2302293&postcount=2560

RichieBoy67
03-27-2012, 03:22 AM
ah Thanks..I have seen that already. I didn't think that was for the latest version. I almost have it working though. There still may be some bugs but I will get it going soon.

Thanks for the help.

BTW-I would donate and help someone to build a new media type library.

vbresults
03-28-2012, 02:18 AM
We dropped rewriting this because we thought everything was ok. :/

If you still want this rewritten, like this post -- if we get a solid number we'll get churning.

docvader
03-28-2012, 04:37 AM
Can someone please update this so that it works with the latest VB? It's a great mod, very useful, hate to see it disappear.

hasidoo
03-28-2012, 08:55 AM
How to add a "share this page" section to the media pages that you submit. Just like this.
https://vborg.vbsupport.ru/external/2012/03/8.jpg

weave
03-29-2012, 01:29 PM
Need some help. When I upload a local .MP4, the video length is seen and is correct, and I can hear the audio, but the screen is black (no video) and I am not sure what else to do. I need to get this fixed ASAP!

I put the .MP4 on the root of \CustomVID and have tried permissions from 644 to 777, all with the same results.

my "url" is local:filename.mp4 and I have all the XML files loaded in

michal72
03-29-2012, 04:13 PM
@Weave
Probably problem with encoding. In my case mp4 works well.
See: http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/24402/sound-ok-but-no-video-seen-mp4

Regards

romolus
03-31-2012, 07:18 AM
Hy,

I have installed the last new version of the media library.. but i have this problem.

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

please help.
Thank's

michal72
03-31-2012, 07:43 AM
Hy,

I have installed the last new version of the media library.. but i have this problem.



please help.
Thank's

The list of all fixes:https://vborg.vbsupport.ru/showpost.php?p=2302293&postcount=2560

regards

romolus
03-31-2012, 07:45 AM
The list of all fixes:https://vborg.vbsupport.ru/showpost.php?p=2302293&postcount=2560

regards

Ok i have do it:
https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

but now after inset video... i can not vew the video there is a new error:

http://www.antiquus.lu/media.php?do=details&mid=1

michal72
03-31-2012, 07:57 AM
Ok i have do it:
https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

but now after inset video... i can not vew the video there is a new error:

http://www.antiquus.lu/media.php?do=details&mid=1

Your new video id is "2" so the link should be: http://www.antiquus.lu/media.php?do=details&mid=2

and works :-)

lewisforlife
04-02-2012, 06:57 PM
Can anyone help me make this plugin work with this video site? http://www.mrctv.org

I am not so hot when it comes to programming. Any help would be much appreciated.

fahris
04-04-2012, 05:50 AM
Hello

There is a problem add a video to Vimeo? Previously there was a problem I'm having trouble after updates. Can you give me?

Vbulletin version 4.1.1

michal72
04-04-2012, 07:34 AM
Hello

There is a problem add a video to Vimeo? Previously there was a problem I'm having trouble after updates. Can you give me?

Vbulletin version 4.1.1

https://vborg.vbsupport.ru/showpost.php?p=2295404&postcount=2526

regards

lewisforlife
04-04-2012, 02:55 PM
NOTES: Make sure you decide what you wish to use for your thumbnail quality setting. By default, thumbnails are saved at 50% quality. At 50%, thumbnails will only be 2kb in size, but at the expense of quality. At 100%, thumbnails will be about 15kb in size, but will have the highest quality. I recommend setting it to 80%, which would leave thumbnails at 5kb in size with still excellent quality.

Where do I change this thumbnail quality? And where is the option to rebuild thumbnails, I don't have anything in the admin. I really appreciate all of the help that I have received from this forum.

michal72
04-04-2012, 04:03 PM
Where do I change this thumbnail quality?

AdminCP->Settings->Options->8WayRun.Com - Media Library Details->Thumbnail Quality

And where is the option to rebuild thumbnails

AdminCp->Maintenance->General Update Tools->Rebuild Media Thumbnails

regards

alhidaya
04-04-2012, 10:43 PM
Hello,

Michal PLEASE .... Could you make a xml "Host Archive". This is a forum where I put my videos but I lack a xml archive host.com

http://www.archive-host.com/

michal72
04-05-2012, 03:49 AM
Hello,

Michal PLEASE .... Could you make a xml "Host Archive". This is a forum where I put my videos but I lack a xml archive host.com

http://www.archive-host.com/

Hi
I can't find any video on this site. Are they public? Could you give me any link to the video?

Regads

lewisforlife
04-06-2012, 04:17 PM
I will pay someone to make the 8wayrun media library work with mrctv.org videos. If anyone is interested please give me a quote, if it is reasonable, I will pay. Thanks.

michal72
04-06-2012, 06:00 PM
I will pay someone to make the 8wayrun media library work with mrctv.org videos. If anyone is interested please give me a quote, if it is reasonable, I will pay. Thanks.

Please try this
Video length and tags are not available on this site

lewisforlife
04-06-2012, 06:28 PM
Please try this
Video length and tags are not available on this site

I get "Could not parse media URL." I uploaded the xml file to the directory with all of the other video xml files, is there anything else that I have to do? Thanks for your quick response, please help me work this out and I will make a donation to the project.

Thanks!

michal72
04-06-2012, 06:33 PM
I get "Could not parse media URL." I uploaded the xml file to the directory with all of the other video xml files, is there anything else that I have to do? Thanks for your quick response, please help me work this out and I will make a donation to the project.

Thanks!

You need to install this xml service. On you site click Media->Administrate->Services
or use direct link: http://yoursite.com/media.php?do=admin_host

lewisforlife
04-06-2012, 07:14 PM
You need to install this xml service. On you site click Media->Administrate->Services
or use direct link: http://yoursite.com/media.php?do=admin_host

Thanks, that did the trick! There is only one slight problem. The thumbnail comes through on the page where you verify all of the info after submitting the URL for the video. But then, the thumbnail that shows up on the Media page is just black. Why do you think this is happening?

michal72
04-06-2012, 07:27 PM
Check if you have the same problem with other sites like youtube for example. If yes check directory permisions:
CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions.
CHMOD the /customVID/sitemap/ directory to full read/write/execute 777 permissions.

lewisforlife
04-06-2012, 07:35 PM
I actually wasn't having this problem with youtube, but I went ahead and did the chmod again on these two directories, and everything is working great now. Thank you so much for your help.

michal72
04-06-2012, 07:39 PM
I actually wasn't having this problem with youtube, but I went ahead and did the chmod again on these two directories, and everything is working great now. Thank you so much for your help.

Great! You welcome

michal72
04-07-2012, 07:20 AM
Fixes:
If you can’t post comments:
https://vborg.vbsupport.ru/showpost.php?p=2215879&postcount=2107

If you can't add video with no description:
https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

Services:

To install service go to Media->Administrate->Services or use direct link: http://yoursite.com/media.php?do=admin_host

YouTu.be - thanks to Elenna: https://vborg.vbsupport.ru/showpost.php?p=2275389&postcount=2385
Picasa - In Picasa album click RSS and copy url


product-medialibrarynav.xml - navigation menu for vb 4.2.0+

paulvev
04-07-2012, 12:18 PM
Why am i getting this? No thumbnails, although everything else seems to be ok.

https://vborg.vbsupport.ru/external/2012/04/50.png

I've chmod my customVID/sitemap and customVID/thumbs folders to 777. The rebuilding of thumbnails in Maintenance is giving me an error too. I'm recently reinstalled vbulletin after a server hack.

michal72
04-08-2012, 11:19 AM
Why am i getting this? No thumbnails, although everything else seems to be ok.

I've chmod my customVID/sitemap and customVID/thumbs folders to 777. The rebuilding of thumbnails in Maintenance is giving me an error too. I'm recently reinstalled vbulletin after a server hack.

it seems that thumbnails files are missing. Check out thumbs directory and resore from backup. Thumb file name =mediaid (1.jpg for media id=1)
If you don't have backup you can rebuild thumbs but you will get error on each media which is no more avaiable on the origin site. you will need to delete missing media and try again.

RobbieZ
04-08-2012, 01:39 PM
Has anyone been able to fix the tab in member profile where the background doesnt show up on load?

There is also an error, when you edit any of the content in the editor and try and submit it asks you to stay on page or leave, leaving will submit the already defined grabbed content from youtube and only afterwards going back to edit will this work and not before!

michal72
04-08-2012, 02:01 PM
Has anyone been able to fix the tab in member profile where the background doesnt show up on load?

I don't have any problems with this tab. Please check out on default style.


There is also an error, when you edit any of the content in the editor and try and submit it asks you to stay on page or leave, leaving will submit the already defined grabbed content from youtube and only afterwards going back to edit will this work and not before!

Hit my sig and check out fix about description

Regards

RobbieZ
04-08-2012, 05:16 PM
Still missing from default, it's not a biggie though, YAAS had a similar problem with a fix.

Checked your sig, made changes, edited content, submit.. stay on or leave page still appears!

michal72
04-08-2012, 05:33 PM
try to clear your browser cache

Conte001
04-10-2012, 07:35 AM
hi

i uploaded the new vimeo file but still get the error: Media URL contained invalid data

any ideas?

thanks
conte

michal72
04-10-2012, 08:17 AM
hi

i uploaded the new vimeo file but still get the error: Media URL contained invalid data

any ideas?

thanks
conte

Did you install?:
https://vborg.vbsupport.ru/showpost.php?p=2317474&postcount=2620

Conte001
04-10-2012, 08:46 AM
works.

thanks a lot

conte

michal72
04-10-2012, 08:55 AM
works.

thanks a lot

conte

Great!

FYI
I have just changed video height in Vimeo service. It looks better now.

officer cartman
04-11-2012, 10:57 AM
im guessing just install version 1.7 or do i have to install previous version first?

michal72
04-11-2012, 12:14 PM
no you don't have to install previous ver

officer cartman
04-11-2012, 01:37 PM
thanks..also is there a way to incllude tweet video and also to put it latest few vids on forum sidebar?
thanks for the reply :-)

michal72
04-11-2012, 02:15 PM
thanks..also is there a way to incllude tweet video and also to put it latest few vids on forum sidebar?
thanks for the reply :-)

What do you mean "to include tweet video"?

For forum sidebar and cms widget see: https://vborg.vbsupport.ru/showthread.php?p=2082136&highlight=Sidebar#post2082136

alhidaya
04-12-2012, 04:18 PM
Originally Posted by alhidaya View Post

Hello,

Michal PLEASE .... Could you make a xml "Host Archive". This is a forum where I put my videos but I lack a xml archive host.com

http://www.archive-host.com/

Hi
I can't find any video on this site. Are they public? Could you give me any link to the video?

Regads

Hello Michal,

For the same video, there are several choices of codes:

Here's the direct link to the video

http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4

Another Code :

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="470" height="320" id="single983010674" name="single983010674"><param name="movie" value="http://www.archive-host.com/player/mplayer.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><param name="flashvars" value="file=http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4&amp;image=http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/.apercu/chat_dodo.jpg&amp;stretching=uniform" /><embed id="single829175388" name="single829175388" src="http://www.archive-host.com/player/mplayer.swf" width="470" height="320" bgcolor="#000000" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4&amp;image=http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/.apercu/chat_dodo.jpg&amp;stretching=uniform" /></object>

or html :

<embed src="http://www.archive-host.com/mediaplayer.swf" width="570" height="420" allowscriptaccess="always" allowfullscreen="true" flashvars="height=420&width=570&file=http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4&volume=50&searchbar=false&showstop=true&showdownload=true" />

or html javascript :

<div style="display:inline-block;">
<script type="text/javascript" src="http://www.archive-host.com/lecteur-swfobject.js"></script>
<div id="lecteur_683958102" style="display:inline-block;">
<a href="http://www.macromedia.com/go/getflashplayer">Vous devez installer le Plugin FlashPlayer</a>
</div>

<script type="text/javascript">
//<!--
var flashvars_683958102 = {};
var params_683958102 = {
quality: "high",
wmode: "transparent",
bgcolor: "#ffffff",
allowFullScreen: "true",
allowScriptAccess: "sameDomain",
flashvars: "fichier=http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4"
};
var attributes_683958102 = {};
swfobject.embedSWF("http://www.archive-host.com/lecteur-video.swf", "lecteur_683958102", "430", "360", "9.0.0", false, flashvars_683958102, params_683958102, attributes_683958102);
//-->
</script>
</div>

michal72
04-12-2012, 05:43 PM
Hi,

Two qestions:
Which part of the address http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4 is constant for all your videos. Is it http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011 ?

For some reason I can't see this image:http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/.apercu/chat_dodo.jpg Do you have any idea why?

Regards

Ps. Sweet cats :)

EDIT
Never mind check this:

alhidaya
04-13-2012, 04:54 PM
To see the video without the html is this one:

http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4

I have no idea why you can not see the images. I gave you all the codes. You have noticed that there is one link without the html to see the video if not all other codes are in html

michal72
04-13-2012, 05:11 PM
To see the video without the html is this one:

http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4

I have no idea why you can not see the images. I gave you all the codes. You have noticed that there is one link without the html to see the video if not all other codes are in html

It is possible that problem with thumb image is only for this video. I have founded other member video without thumb problem.
Check provided xml with your other videos.

alhidaya
04-13-2012, 05:15 PM
Hello Michal,

When I install the video, I have a blank page "Error database"

or he is trying it does not install it.

I took this address for the xml :

http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4

Sorry, I don't have an idea why I can't see the image.

alhidaya
04-13-2012, 05:16 PM
Hi,

Two qestions:
Which part of the address http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4 is constant for all your videos. Is it http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011 ?

For some reason I can't see this image:http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/.apercu/chat_dodo.jpg Do you have any idea why?

Regards

Ps. Sweet cats :)

EDIT
Never mind check this:

Hello Michal,

When I install the video, I have a blank page "Error database"

Parse error: syntax error, unexpected ';

He Is Trying gold it Does not install it.

I took this address for the xml:

http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4

Sorry, I do not have an idea why I can not see the image.

michal72
04-13-2012, 05:32 PM
Check with this:

alhidaya
04-13-2012, 08:50 PM
Hello Michal,

I installed the latest xml. Taking the link http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/chat_dodo.mp4
he looks long and it installs the video. When he recorded the video, it records the code below (I put image because it is impossible to cut and paste). The video is present. When I repeat to import, he happens to be a blank page with a data base error.

Here is what he recorded :

https://vborg.vbsupport.ru/

I have vbulletin 4.1.1.2

I uninstall everything to reinstall media library and I got the same error.

the title of this video is like this:

chat_dodo (??)

Besides the title, there of (????)

michal72
04-13-2012, 08:58 PM
Dear alhidaya,

For this type of media it can take more then for youtube for example.
Could you check this address: http://sd-5.archive-host.com/membres/videos/e4b68fc70a9b22dfe92d813da365a9861b792dec/VD_180312_1332086598.mp4

Edit:
For me your media looks like this :)
If you don't mind I can check the problem directly on your site. Just send PM.

alhidaya
04-13-2012, 10:05 PM
Hello Michal,

yes I have the video but when recording I have this code that appears:

http://nsm05.casimages.com/img/2012/04/13/1204131021381453679714584.png

and after I record the video as your thumbnail image.

when I installed the new link mp4 (music), I got a blank page with a database error

http://sd-5.archive-host.com/membres/videos/e4b68fc70a9b22dfe92d813da365a9861b792dec/VD_180312_1332086598.mp4

The title of this video is like this:

chat_dodo (??)

Besides the title, there of (????)

Yet I wrote dodo cat and I note the cat sleep recording (??)

michal72
04-13-2012, 10:19 PM
It is realy strange as this xml is working on my site without any problems.
Could you provide temp access for me to your site. If you don't mind pls send pm

alhidaya
04-14-2012, 03:49 AM
Hello,

1/ The code I've shown you disappear when I valid video. Look closely at the code: this is entered jpg image. This is because there is no image.

This includes the file media_functions_builds.php : line 37, line 48, line 52

I have to vbulletin and I have the same problème

2/ The title of this video is like this:

chat_dodo (??)

Besides the title, there of (????)

Yet I wrote dodo cat and I note the cat sleep recording (??)

michal72
04-14-2012, 06:24 AM
I have modified a little bit xml file. Hope it solves the problem

alhidaya
04-14-2012, 06:43 PM
Hello Michal,

I sent you an mp .. I still have the same problem. Thank you answer me as soon as you had access to my forum.

Michal thank you and I hope you find the problem.

alhidaya
04-15-2012, 08:19 AM
Hello Michal

Why I have a question mark next to the title of the video as shown below:

(??)

Is what you can find a solution

michal72
04-15-2012, 08:28 AM
Dear AlHidaya,

Pls, give me some time. I'm working on this subject. :)

First of all you have to install two my fixes:
https://vborg.vbsupport.ru/showpost.php?p=2215879&postcount=2107
and
https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117

Second,
Pls check permissions:

CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions.
CHMOD the /customVID/sitemap/ directory to full read/write/execute 777 permissions.

Let me know when you are ready.

regards

alhidaya
04-15-2012, 09:02 AM
Hello Michal,

I did it because I went through all the pages of Media Library. All its functions are installed.

Thank you very much Michal to work on this subject. You are a good person and worker. I await your response with great pleasure.

(PS: I hope that Media Library last long because it's a great satisfaction to have him in his vbulletin)

michal72
04-15-2012, 09:41 AM
Dear alhidaya,

I have changed the way of displaying host-archive's videos. Now it is similar to local videos, so I have prepared 4 services. Please check on your test site.


It seems that this fix: https://vborg.vbsupport.ru/showpost.php?p=2216545&postcount=2117 is still not implemented. Please check again.

(??) - this is because you didn't set video length. In case of host-archive it should be done manually

Regards

alhidaya
04-15-2012, 10:15 AM
Hello Michal,

Great, Great, Great
Nice, Nice, Nice

Wonderful work ... Michal, I love the image that replaces the video (great idea).
You made me a nice gift because I am a subscriber fee of Host Archive and you gave me the opportunity to finally enjoy my subscription. Thank you very much.

Is what you can see the last message because I installed Media Library cms and was not in columns but as the images show "BorisPeace" in its subject. But there is one person who answers to help in the code cms. (WIDGET CMS (https://vborg.vbsupport.ru/showthread.php?t=244058&page=4)

Thank you THANK YOU THANK YOU THANK YOU THANK YOU You are wonderful. We can trust you.

:up::up::up:

michal72
04-15-2012, 10:25 AM
about thumbnails - I have decided to use this image as I can't find thumbnails on host-archive.
The link (http://s5s.archive-host.com/membres/videos/f0de8212d293bacec3d2b9becaaae661c1876011/.apercu/chat_dodo.jpg) from one of the example dosen't work for the most of cases.

Of course you can change image manually after the import

michal72
04-15-2012, 12:50 PM
You made me a nice gift because I am a subscriber fee of Host Archive and you gave me the opportunity to finally enjoy my subscription.

This is the advantage of this mod that you can display whatever you want.

It is important especially for local services which are popular only in the particular country.

Regards

alhidaya
04-15-2012, 02:34 PM
Hello Michal,

Michal thank you because I installed it on my second forum Version 4.1.1.2. Media Library is updated is working very well with all the changes that you gave me.

Thank you Michal for rapid and also for your patience to solve a problem. My videos work fine and more Thank you for your generosity. It is very easy to use for members and for me. Especially since it is very nice with my style.

Thank you to all the coders who have contributed to improved media library because I surf a lot of coders page where members have helped to improve and update the Media Library.

MANY THANKS TO ALL.

I hope it will be sustainable because it is really beautiful, practical and pleasant to visit.

good luck :up::up::up:

marccap
04-19-2012, 05:50 PM
Hopefully this will be simple but need some help.

Ive done all the uploads etc and stuck on step (5) Set your usergroup permissions and media library settings in your administration control panel. i cannot find the permissions and ive updated the navtab code also.

Any clues?

michal72
04-19-2012, 06:03 PM
Hopefully this will be simple but need some help.

Ive done all the uploads etc and stuck on step (5) Set your usergroup permissions and media library settings in your administration control panel. i cannot find the permissions and ive updated the navtab code also.

Any clues?

https://vborg.vbsupport.ru/showpost.php?p=2309706&postcount=2595

marccap
04-19-2012, 06:44 PM
https://vborg.vbsupport.ru/showpost.php?p=2309706&postcount=2595

Nope not showing anywhere when I edit my admin user group. im using 4.1.12 so not sure if that changes anything? :confused:

michal72
04-19-2012, 07:22 PM
im using 4.1.12 so not sure if that changes anything? :confused:

Should not. I'm also using 4.1.12 and I don't have any problems with this mod including permissions.

You should have something like:

137912

marccap
04-19-2012, 07:38 PM
No doesnt come up. I wonder what ive missed. I'll re-check everything. Thanks for your help so far

michal72
04-20-2012, 04:02 AM
Check this file includes\xml\bitfield_medialibrary.xml

SilentSleeper
04-20-2012, 03:20 PM
Check this file includes\xml\bitfield_medialibrary.xml

michal72, are you using the newest vB 4.1.12? I recently upgraded and had conflicting errors with that bitfield

michal72
04-20-2012, 04:38 PM
michal72, are you using the newest vB 4.1.12?

Yep, see printscreen four posts above :)

alhidaya
04-24-2012, 08:53 PM
Hello,

Could you make a tagcloud like this one:

https://vborg.vbsupport.ru/showthread.php?t=237643&highlight=tag+cloud+widget

for media library please, please.

Killerhands
04-26-2012, 07:10 PM
Does anyone have an updated XML for the updated blip service? Thanks in advance! :)

michal72
04-26-2012, 09:50 PM
Does anyone have an updated XML for the updated blip service? Thanks in advance! :)

Hit my sig

regards

Gamelobby
05-01-2012, 04:57 AM
Hopefully this will be simple but need some help.

Ive done all the uploads etc and stuck on step (5) Set your usergroup permissions and media library settings in your administration control panel. i cannot find the permissions and ive updated the navtab code also.

Any clues?

Nope not showing anywhere when I edit my admin user group. im using 4.1.12 so not sure if that changes anything? :confused:

No doesnt come up. I wonder what ive missed. I'll re-check everything. Thanks for your help so far

Pretty sure it has to do with the Navbar mod.. (do you have that installed.?) You have to turn it off to make changes.
I just gave up, & so now whenever i want to make changes i turn the navbar mod off, make changes, then turn that mod back on.

As vB moves on this mod gets more & more useless, im thinking its time for a new mod that is built for 4.1.x

Killerhands
05-01-2012, 06:24 AM
Hit my sig

regards

I tried it but I still get that the value is invalid

I'm trying to paste this link in: http://blip.tv/tribescast/void-vs-epidemic-match-3-6120025

and it's not parsing it. :-\ I feel like I'm doing something wrong.

michal72
05-01-2012, 07:46 AM
I tried it but I still get that the value is invalid

I'm trying to paste this link in: http://blip.tv/tribescast/void-vs-epidemic-match-3-6120025

and it's not parsing it. :-\ I feel like I'm doing something wrong.

You are absolutely right. There was a problem with names having digits.
Please try again with a new version of xml file.

weave
05-02-2012, 05:19 PM
Upgraded my test board to 4.1.12 and so far this mod seems to work 100% with no issues yet found!

JoeWho
05-03-2012, 07:07 PM
I'm not having very much like with youtube.com links I get: Media URL contained invalid data.
I have downloaded and updated (YouTu.be.xml) but I still get invalid data, is there something else I'm missing?

"blip.tv" is working okay
"ustream.tv" is working okay

Any suggestions?

Thanks

Logician
05-04-2012, 08:49 AM
I'm not sure if dev is still monitoring the thread but I wanted to give a bug report, regarding:

Known Bugs:There is a conflict with this modification and some of Valter's VSA modifications that will prevent navbar permissions from being handled correctly. I don't know exactly who's fault it is; but I'm pretty sure there are no errors in my code that would be causing this problem. There is a work around for this however.
This is not limited to Valter's VSA modifications hack. For some reason it happens to show up without that hack as well and with no particular reason:

function media_permissions() are called inside media NAVTAB hook in process_templates_complete. Right before this function is called there (line $perms = media_permissions(); ) $permissions['medialibperms'] is 127 as it should be.

When script passes control to function, $permissions is global'ed as it should be. So one expects $permissions['medialibperms'] value to be 127 as it is not inherited from called script but it is then 0! It is really weird and I couldn't find time to dig into it but I simply bypassed it by declaring $permissions['medialibperms'] = 127; inside media_permissions() function which fixed the bug for me. (Dev's solution didn't btw)

If hack is updated, this requires an attention though so I'm reporting it for dev. :)

dotatalk
05-05-2012, 10:39 AM
Why when I add description , when I submit the media, it says 'changes made in the description will be lost or stay on this page'
If I put 0 descriptions, then minimum 5 words or something.

So in the end I couldn't post anything. Help please.

michal72
05-05-2012, 11:10 AM
there ara two fixes. one for description, second one for comments. hit my signature.
regards

dotatalk
05-05-2012, 11:22 AM
Replace in all 8 WR Media templates:

Where can I find the media templates? More details please..

Also, why when I click Category or Services, it directs to 404 error page. I suspect it has to do with URL settings..or htaccess.
I've added the .htaccess / copy pasted the codes inside my htaccess..yet it worked..then after I change some settings like enable sitemap. Then it shows 404 error again.

michal72
05-05-2012, 11:47 AM
Replace in all 8 WR Media templates:

Where can I find the media templates? More details please..

Go to AdminCP->Style and Templates->Serach in Templates

Search for: prepare_submit(this.inputname.value, {vb:raw vboptions.postminchars})

The result should be 4 tempaltes like 8WR_media_XXXXXXX in which you have to change the code

dotatalk
05-05-2012, 11:54 AM
Go to AdminCP->Style and Templates->Serach in Templates

Search for: prepare_submit(this.inputname.value, {vb:raw vboptions.postminchars})

The result should be 4 tempaltes like 8WR_media_XXXXXXX in which you have to change the code

Yeah, there are 4 templates there, and I changed the codes for all the templates my website is using.

The problem right now is when I click 'category' or administrative tab..it directs me here - http://www.mywebsite.com/forum/media/admin/cats
Instead of the url which has media.php?do=admin_cats something like that..
I managed to get it working when I first install it. Then I don't know why it suddenly starts to show errors again.

dotatalk
05-05-2012, 11:59 AM
Ahh nvm, solved it..I activated:
Should URLs within the media library be slugged for SEO? (htaccess required) to YES.

I'm not sure but it will create errors like I mentioned above.
The SEO friendly URL is not important though. The mod is working fine and perfect.

michal72
05-05-2012, 12:08 PM
Great!

Cheers

reaver1225
05-06-2012, 06:03 AM
Comment button doesn't seem to be working. I cant post any comments. When i push the button, nothing happens.

Littlerocket
05-06-2012, 09:29 PM
Started getting this error the other day:


Fatal error: Call to undefined function imagecreatefromjpeg() in /home/fifagame/public_html/media/media_functions_builds.php on line 48


Does any kind person have an idea? Have checked CHMOD and all 777.


This is the excerpt of code from the php file:

switch ($filetype[1])
{
case "png": $oldImage = imagecreatefrompng($target); break;
case "gif": $oldImage = imagecreatefromgif($target); break;
case "jpg":
line 48 default: $oldImage = imagecreatefromjpeg($target); break;
}

alhidaya
05-07-2012, 02:56 AM
Comment button doesn't seem to be working. I cant post any comments. When i push the button, nothing happens.

Hy,

I had the same

and

Reading and magnification of the video does not work for members. The function remains blocked. I worked on my own default style so there are no errors. Zoom function and stop the video does not work after that to change the functions vbulletien styles.

I uninstall and reinstall several times. Create and change the group members, ask vbulletin.com and look at the bug ... Nothing could be corrected

This is a great regret that I will now definitely remove MEDIA LIBRARY. I installed another hack video and it works great.

I thank Michal who is always there to help and for creating xml video. I wish him good luck

migratoria
05-07-2012, 11:25 AM
Additional extension for Youtube link
(Example:http://www.youtube.com/watch?feature=player_embedded&v...)

Download the xml file and load it in the services

reaver1225
05-11-2012, 03:57 AM
I have installed 8wayrun on my website. When i go to rate a video the stars seem to be pushed on to the text. Do you know a quite fix?

-Thank you

draver
05-11-2012, 09:58 AM
How can I delete the link out of the navbar?

Taurus1
05-12-2012, 09:41 AM
Anyone perhaps know how I can resolve these database errors? Must be something from this mod.

Database error in vBulletin 4.1.12: Invalid SQL: SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_video AS phrasegroup_video, phrasegroup_posting AS phrasegroup_posting, phrasegroupinfo AS lang_phrasegroupinfo, options AS lang_options, languagecode AS lang_code, charset AS lang_charset, locale AS lang_locale, imagesoverride AS lang_imagesoverride, dateoverride AS lang_dateoverride, timeoverride AS lang_timeoverride, registereddateoverride AS lang_registereddateoverride, calformat1override AS lang_calformat1override, calformat2override AS lang_calformat2override, logdateoverride AS lang_logdateoverride, decimalsep AS lang_decimalsep, thousandsep AS lang_thousandsep FROM vblanguage WHERE languageid = 1; MySQL Error : Unknown column 'phrasegroup_video' in 'field list' Error Number : 1054 Request Date : Saturday, May 12th 2012 @ 11:27:08 AM Error Date : Saturday, May 12th 2012 @ 11:27:08 AM Script : http://creativx.net/forums/videos/custom-video-tutorials-1/how-install-custom-windows-7-theme-6.html Referrer : IP Address : ************ Username : Classname : vB_Database MySQL Version :

Thank you so much!

marccap
05-14-2012, 03:42 PM
There is no rating star images included with the download?

merk_aus
05-19-2012, 11:49 AM
I have the same issue of not being able to comment does anyone know of a quick fix?

Gemma
05-19-2012, 11:54 AM
I have the same issue of not being able to comment does anyone know of a quick fix?

https://vborg.vbsupport.ru/showpost.php?p=2217522&postcount=2129

Did you try editing these templates?

marccap
05-19-2012, 01:21 PM
There is no rating star images included with the download?

As it was missed-bump

merk_aus
05-19-2012, 10:27 PM
https://vborg.vbsupport.ru/showpost.php?p=2217522&postcount=2129

Did you try editing these templates?

I apologize I thought I had read through everything I must have missed that one. Thanks

canna01
05-22-2012, 05:54 PM
Installed yesterday on my 4.1.12 board and is running pretty close to perfect. Thanks loads for this one.

I do have one question, probably been answered but I haven't found it. How do you or can you change the name that shows in the tab, from Media to something else?

Thanks in advance.

canna01
05-22-2012, 08:18 PM
Well this tip didn't work, and when I changed it back now I have nothing in the tab.

canna01
05-22-2012, 08:19 PM
Ok go into the Admin CP>Styles & Templates, then click on "Search in Templates" and look for {vb phrase media}. It's going to find both of these templates:

- 8WR_media_MEMTAB
- 8WR_media_NAVTAB

Now find {vb phrase media} in both tempates and replace it with what you want it to be. For instance:

{vb phrase media} change to "Videos"

Hope this helps.... Well it's working for me anyway. :D

Didn't work for me, now I have nothing in the tab, even after reverting back.

Help anybody???

waldvb
05-22-2012, 09:16 PM
Didn't work for me, now I have nothing in the tab, even after reverting back.

Help anybody???

Upload files again.

To change "Media" in NavBar - do not edit Templates. Go:
Language Manager - Edit / Translate English (US) Phrases - Find and Change Media to Videos or something else

canna01
05-22-2012, 09:48 PM
Upload files again.

To change "Media" in NavBar - do not edit Templates. Go:
Language Manager - Edit / Translate English (US) Phrases - Find and Change Media to Videos or something else

Thank you very much. All fixed.

lafsunlmtd
05-25-2012, 06:01 PM
How do I edit categories? I don't see the option in the back end.

lafsunlmtd
05-25-2012, 06:39 PM
Update, I found the direct link to change categories but none of the links are showing in my navigation bar. Any help on how to add this to my navbar would be greatly appreciated.

lafsunlmtd
05-25-2012, 09:48 PM
I tried to add the link manually and use

8WR_media as the script name for the navigation but it says it's not valid? I looked at the PHP page and that's what is defined here. I'm not sure what I'm missing here.

Anyone with any ideas on why this is happening? Running vb 4.2

EuroBeat2
05-26-2012, 06:44 PM
After I moved to a new and upgraded server I am encountering bizarre problem. After adding new video when I am trying to save it I am getting following error:

Fatal error: Call to undefined function imagecreatefromjpeg() in /home/domain/subdomains/forums/httpdocs/media/media_functions_builds.php on line 48

It looks like thumbnail cannot get resized and that is why i am getting error message. Interstingly the video is actually saved in MEDIA. However, when you open the list of videos the thumbnail is big, one more reason to believe that the problem is with resize.

Any help would be appreciated.

EB

----------------
EDIT: Problem resolved. GD feature was not enabled in PHP. Thanks to Michal72 who pointed me to the right direction.

Chadi
05-26-2012, 08:51 PM
Not working on 4.2.0


Altering Table usergroup ...Done!
Altering Table user ...Done!
Creating Table media ... Done!
Creating Table media_category ... Done!
-- Adding Category Row General ...
Warning: require_once([path]/includes/class_dm_media_category.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 501

Fatal error: require_once() [function.require]: Failed opening required '/home/xxxxx/public_html/includes/class_dm_media_category.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/includes/functions.php on line 501

CharlieDelta
05-27-2012, 12:23 AM
I am running 4.2 with no problems on another site of mine.
Are you sure you uploaded all files?

Chadi
05-27-2012, 01:38 AM
Yes I'm sure

Chadi
05-27-2012, 01:51 AM
Thanks, reuploaded and it worked.

However, nothing showed up in my navbar, no links.

I did follow the media tab plugin mod (re: bug) but that still didn't rectify it for me. I'll just create the link manually, no big deal.

CharlieDelta
05-27-2012, 01:52 AM
Yes I'm sure
Well I can only suggest you try to upload all files again to the proper root directory.
Those errors mean you are missing some files or are not it the right place at least.

Chadi
05-27-2012, 01:52 AM
Actually I have another problem:

Just testing it out, tried to upload GodTube.com video

http://www.godtube.com/watch/?v=0BF91CNU

Get this error:
Could not parse media URL.

Not only that, I cannot even find any option to add categories, or administer the mod aside the 2 spots in admin > vboptions

CharlieDelta
05-27-2012, 01:54 AM
Thanks, reuploaded and it worked.

However, nothing showed up in my navbar, no links.

I did follow the media tab plugin mod (re: bug) but that still didn't rectify it for me. I'll just create the link manually, no big deal.

Yes with 4.2 you have to create the links with the navigation manager. I had to do that as well.

Chadi
05-27-2012, 02:18 AM
Any idea why i cant find where to make a new category.?
Not in admin CP, not in sub-navbar.!?

Did i not install something right or.. what.
Everything seems to work great, just no place to make new cats.

Thanks

Same problem, and I disabled all 3 vsa mods I have installed.

Chadi
05-27-2012, 02:34 AM
More issues, in addition to missing admin links/navbar menu.

Submitted youtube clip this time
http://www.youtube.com/watch?v=BkqDpMUu6Yg

Now, when I hit submit, it redirects me to home page (forum, not media library). Same thing happens when I click on "general category" to the right, redirects to home page. I disabled vbseo, same issue.

The video was still submitted, but if I click it, redirect back to home page again.

michal72
05-27-2012, 05:53 AM
More issues, in addition to missing admin links/navbar menu.

Submitted youtube clip this time
http://www.youtube.com/watch?v=BkqDpMUu6Yg

Now, when I hit submit, it redirects me to home page (forum, not media library). Same thing happens when I click on "general category" to the right, redirects to home page. I disabled vbseo, same issue.

The video was still submitted, but if I click it, redirect back to home page again.

Try to change setting: AdminCP->Options->8WayRun.Com - Media Library Details->Search Engine Optimization

mkkochan
05-27-2012, 03:51 PM
i have .htaccess for vbseo how i can add .htaccess from this mod ?

lafsunlmtd
05-27-2012, 03:58 PM
Yes with 4.2 you have to create the links with the navigation manager. I had to do that as well.

When I try to tell the navigation manager THIS_SCRIPT and label it the 8WR_media as it is in the file I get a not valid so it won't recognize it's on that page which makes creating the sub navigation for categories and administrating a bit hard.

I found the manual links to edit and moderate but would like the menu to work. If anyone has any way to fix this, please let me know. It's causing me to delay the launch of the media tab on my site.

GhostHunter2010
05-27-2012, 05:50 PM
why doesnt show the admin control pannel to modify categories etc i installed this on vb 4.2.0 but is not showin up the admin etc

CharlieDelta
05-27-2012, 07:13 PM
Here is how I set my tabs up in the navigation manager. All is working fine.
138753
138754
138755

mkkochan
05-27-2012, 07:38 PM
Here is how I set my tabs up in the navigation manager. All is working fine.
138753
138754
138755

can you tell how do you have fix ?

mkkochan
05-27-2012, 07:54 PM
https://vborg.vbsupport.ru/

how i can fix this problem ?

michal72
05-27-2012, 08:03 PM
http://b1205.hizliresim.com/x/v/6y2pt.png

how i can fix this problem ?

I have the same problem after I changed navtab_middle ( which seems dosen't exist any more) to navtab_end
Still no idea how to fix this problem

mkkochan
05-27-2012, 09:03 PM
no one can help for this problem ??

CharlieDelta
05-27-2012, 09:12 PM
Sorry guys.:o
I forgot to mention that I am also using this fantastic mod. https://vborg.vbsupport.ru/showthread.php?t=283123
This makes your life so much easier when trying to use the navigation manager on 4.2. :)

lafsunlmtd
05-27-2012, 10:08 PM
Sorry guys.:o
I forgot to mention that I am also using this fantastic mod. https://vborg.vbsupport.ru/showthread.php?t=283123
This makes your life so much easier when trying to use the navigation manager on 4.2. :)

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

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

to

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.

Chadi
05-28-2012, 04:27 AM
Can someone *please* explain how to add / modify categories and fix the navbar issue? I do not know how to add the categories since the menu option doesn't even exist in admincp nor navbar.

CharlieDelta
05-28-2012, 01:59 PM
Can someone *please* explain how to add / modify categories and fix the navbar issue? I do not know how to add the categories since the menu option doesn't even exist in admincp nor navbar.
If you recall in this post (https://vborg.vbsupport.ru/showpost.php?p=2333354&postcount=2713), you have to add the links manually with the navigation manager if you are using 4.2.
It has been mentioned in just about every post above this one. :confused:

Chadi
05-28-2012, 02:16 PM
Really? How am I supposed to even know what those links are supposed to be? I do not see that mentioned anywhere.

CharlieDelta
05-28-2012, 02:27 PM
Administrate Links;
Tags - media.php?do=admin_tags
Categories - media.php?do=admin_cats
Services - media.php?do=admin_host

Chadi
05-28-2012, 05:04 PM
Thank you Charlie! That works :)

Just one more thing please, how can I add GodTube.com upload option?

michal72
05-28-2012, 05:48 PM
Thank you Charlie! That works :)

All links you can find in media_functions_hrefs.php file in media directory

Just one more thing please, how can I add GodTube.com upload option?

You have to create xml file for this site.

Regards

CharlieDelta
05-28-2012, 05:50 PM
You would have to make a Service Host XML. There are instructions in the download.

I have never had much success in making them myself. Some others on here have done so and very well. Maybe they can help you out. Michal72 and migratoria are a couple.

waldvb
05-28-2012, 08:38 PM
I have the same problem after I changed navtab_middle ( which seems dosen't exist any more) to navtab_end
Still no idea how to fix this problem

Did you resolve this problem? I'd like upgrade forum to 4.2

Chadi
05-28-2012, 08:44 PM
Thank you guys but I really don't know how to make the XML for godtube but would appreciate help

michal72
05-28-2012, 09:19 PM
Thank you guys but I really don't know how to make the XML for godtube but would appreciate help

Hit my signature

CharlieDelta
05-28-2012, 09:59 PM
Did you resolve this problem? I'd like upgrade forum to 4.2

You are safe to upgrade. Just grab the mod that I listed in this post (https://vborg.vbsupport.ru/showpost.php?p=2333665&postcount=2725) and your navbar will be fine.
You will just have to add the tabs manually with the navigation manager.

Chadi
05-29-2012, 12:48 AM
Hit my signature

Thank you very much to you and Charlie as well. You've both been very helpful, appreciated :)

However, I do have a problem with the GodTube xml if you could please help me out on.


When submitting godtube videos (replicated twice), I see this up top..yet they still get submitted though


Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in [path]/media/media_functions_builds.php on line 48

Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: '[path]/customVID/thumbs/5.jpg' is not a valid JPEG file in [path]/media/media_functions_builds.php on line 48

Warning: imagecopyresampled() expects parameter 2 to be resource, boolean given in [path]/media/media_functions_builds.php on line 52


Also, anyone know how to put a random video in the forumhome side block?

michal72
05-29-2012, 04:01 AM
This can be the problem with directory permission:
Try to do:
CHMOD the /customVID/thumbs/ directory to full read/write/execute 777 permissions.
CHMOD the /customVID/sitemap/ directory to full read/write/execute 777 permissions.

Chadi
05-29-2012, 04:06 AM
They already are set to 777.

The other uploads work fine except godtube gave off that error

michal72
05-29-2012, 07:08 AM
I think I know what is the problem
The extensions of the image files on godtube are .jpg but the files are png inside.

See: http://ht2.salemweb.net/godtube/2012/05/21/402981-003-tn.jpg

Replace Thumbnail line with : $vbulletin->options['bburl']."/media/media_audio.jpg" and try again

Chadi
05-29-2012, 12:29 PM
Sorry but replace that line where?

edit: I edited within the hosts area and tried again, same error

MikeBeams
05-29-2012, 01:10 PM
Anyone run into an issue where people are not able to comment on videos? When they try to submit a comment the submit button simply does nothing. I have double checked the permissions and do not believe that to be the issue. Any ideas?

michal72
05-29-2012, 01:43 PM
Anyone run into an issue where people are not able to comment on videos? When they try to submit a comment the submit button simply does nothing. I have double checked the permissions and do not believe that to be the issue. Any ideas?

https://vborg.vbsupport.ru/showpost.php?p=2317650&postcount=2625

michal72
05-29-2012, 02:47 PM
Did you resolve this problem? I'd like upgrade forum to 4.2

Could you install this simple product on your test enviroment and check if it works well

waldvb
05-29-2012, 05:28 PM
Could you install this simple product on your test enviroment and check if it works well

I did not upgrade to VB4.2 yet - because of NavTab problems. It looks like on 4.2 - NavTab is doubled for Mods- you have links from Forum and Media Library.
So I think I should remove Navtab in 8Run an rebuild it with Navigation Manager or I can install this mod https://vborg.vbsupport.ru/showthread.php?t=283123
and rebuild links again. I see same problems for Links Directory - doubled links in NavTab. I can Disable Navtab links (for this mod) from admin -> options.... and I don't have any problems.
I'm not sure what to do. So I'm waiting for solutions.

MikeBeams
05-29-2012, 05:50 PM
https://vborg.vbsupport.ru/showpost.php?p=2317650&postcount=2625

Where can I find the media_ajax_comment.js file? I cannot find it in Plugin Manager or in Styles & Templates?

michal72
05-29-2012, 05:55 PM
in "media" directory on the disk

michal72
05-29-2012, 05:59 PM
I did not upgrade to VB4.2 yet - because of NavTab problems. It looks like on 4.2 - NavTab is doubled for Mods- you have links from Forum and Media Library.
So I think I should remove Navtab in 8Run an rebuild it with Navigation Manager or I can install this mod https://vborg.vbsupport.ru/showthread.php?t=283123
and rebuild links again. I see same problems for Links Directory - doubled links in NavTab. I can Disable Navtab links (for this mod) from admin -> options.... and I don't have any problems.
I'm not sure what to do. So I'm waiting for solutions.

to disable the "old" menu go to admincp->product and plugins-> manage plugins and turn off media NAVTAB plugin. Then install my product: https://vborg.vbsupport.ru/showpost.php?p=2334307&postcount=2745

MikeBeams
05-29-2012, 06:02 PM
Disregard, I found them, thanks!