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)

EasyEazy 01-08-2012 03:48 PM

Quote:

Originally Posted by EasyEazy (Post 2284734)
Checked the post but there seems to be no answer.

When i remove the media link from the nav bar it also disables the subnavbar options which i dont want it to do.

is there a solution for this?

Many thanks

Anyone know this guys?

Any help appreciated.

Gamelobby 01-08-2012 04:39 PM

Quote:

Originally Posted by EasyEazy (Post 2285248)
Anyone know this guys?
Any help appreciated.

As far as i know there is no fix to this..
What i do is enable the navtab when i need to admin the media, then disable the navtab when i'm done.
Unfortunately it is the best solution if you dont want the media tab, until someone comes up with a better one. :)

Gamelobby 01-08-2012 05:03 PM

Quote:

Originally Posted by michal72 (Post 2215879)
Please try this:

Relapace in all 8 WR Media templates:
PHP Code:

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

with
PHP Code:

.prepare_submit(0, {vb:raw vboptions.postminchars}) 

In media_ajax_comment.js replace:
PHP Code:

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", {
        
successsend_comment,
        
failurevBulletin_AJAX_Error_Handler,
        
timeout15000
    
}, SESSIONURL 'securitytoken=' SECURITYTOKEN "&mid=" mid "&message=" PHP.urlencode(fetch_object('vB_Editor_QR_textarea').value));

    return 
false;


with
PHP Code:

function post_comment(mid)
{
    var 
inptval=vB_Editor['vB_Editor_QR'].get_editor_contents();
    
    if(!
vB_Editor['vB_Editor_QR'].prepare_submit(00)) {
        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", {
        
successsend_comment,
        
failurevBulletin_AJAX_Error_Handler,
        
timeout15000
    
}, SESSIONURL 'securitytoken=' SECURITYTOKEN "&mid=" mid "&message=" PHP.urlencode(inptval));

    return 
false;



BTW
Jaxel very nice mod!

I only find the first code in one template.!?
8WR_media_submit (should there be more.?)

EasyEazy 01-08-2012 07:57 PM

Quote:

Originally Posted by Gamelobby (Post 2285269)
As far as i know there is no fix to this..
What i do is enable the navtab when i need to admin the media, then disable the navtab when i'm done.
Unfortunately it is the best solution if you dont want the media tab, until someone comes up with a better one. :)

Thanks for the reply matey. think ill go down that route as well.

Jakub03 01-11-2012 11:59 PM

Is it possible to Create Sub Categories? For example
Category: Show
Sub Category: Season 1
Sub Category: Season 2

1320Nation 01-13-2012 05:40 AM

Ok so after installing this mod and I go to youtube and get a link from the shared info. It gives an address like this: http://youtu.be/RM-87dmldl8

I then add that address in the Media Library where it says 'Media URL:' . I then select 'Retrieve Information' and it keeps giving me the following error message 'Could not parse media URL'. So what am I doing wrong, or what do I need to do to get this to work when adding a youtube link like I mentioned above?

EuroBeat2 01-13-2012 12:39 PM

Quote:

Originally Posted by psychobike (Post 2287172)
Ok so after installing this mod and I go to youtube and get a link from the shared info. It gives an address like this: http://youtu.be/RM-87dmldl8

I then add that address in the Media Library where it says 'Media URL:' . I then select 'Retrieve Information' and it keeps giving me the following error message 'Could not parse media URL'. So what am I doing wrong, or what do I need to do to get this to work when adding a youtube link like I mentioned above?

The help with this hoster was provided in https://vborg.vbsupport.ru/showpost....postcount=2385 message. There is .xml file you need to execute to have you.be links to work. Check it out.

EB

1320Nation 01-13-2012 06:10 PM

Quote:

Originally Posted by EuroBeat2 (Post 2287268)
The help with this hoster was provided in https://vborg.vbsupport.ru/showpost....postcount=2385 message. There is .xml file you need to execute to have you.be links to work. Check it out.

EB

That worked perfectly Thank You!

I have another problem. When selecting 'Submit Media' from the navbar in the Media Library and entering the address in the Media URL location and after selecting 'Retrieve Information' I keep getting the following error message.

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

Is there a fix for this?

Btw, I appreciate anyone who can help support on this.

1320Nation 01-13-2012 07:09 PM

Quote:

Originally Posted by psychobike (Post 2287378)
That worked perfectly Thank You!

I have another problem. When selecting 'Submit Media' from the navbar in the Media Library and entering the address in the Media URL location and after selecting 'Retrieve Information' I keep getting the following error message.

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

Is there a fix for this?

Btw, I appreciate anyone who can help support on this.

OK I was able to find the fix for the issue I quoted above about desriptions too short. This post fixed me up. Btw, I'm on version currently vb 4.1.9.

https://vborg.vbsupport.ru/showpost....postcount=2117

EuroBeat2 01-14-2012 01:14 AM

Quote:

Originally Posted by Jakub03 (Post 2286774)
Is it possible to Create Sub Categories? For example
Category: Show
Sub Category: Season 1
Sub Category: Season 2

Yes, it is possible.
1. Go to your MEDIA LIBRARY and than select from the menu: Administrate
2. from pull down menu in ADMINISTRATE Select CATEGORIES
3. Than in The NAME field add: Show,
4. Provide description in DESCRIPTION Box
5. Than in ORDER Box put the order number you want this to be displayed
6. In DEPTH Box put 0
7. Click on ADD CATEGORY button (it will save your selection)
8. Once done add new Category (see 2)
9. In The NAME Field add Season 1
10. Repeat steps 4 and 5
11. In DEPTH Box put 1
12. Click on ADD CATEGORY button (it will save your selection)
13. If you need next subcategory repeat steps 7-12.

Hope it helps.

EB

Gamelobby 01-14-2012 01:52 AM

Quote:

Originally Posted by Gamelobby (Post 2285091)
Any idea why i get these errors once in a while.?

or

Is it something i do (or someone else) to cause it or just random.?

Quote:

Originally Posted by EuroBeat2 (Post 2285097)
I wouldn't worry about it. It is usually cause by bots using certain algorithm that generate the error.

EB

Code:

Database error in vBulletin 4.1.3:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_video AS phrasegroup_video,
                        phrasegroup_posting AS phrasegroup_posting,
                        phrasegroup_gxbl AS phrasegroup_gxbl,
                        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 = 1;

MySQL Error  : Unknown column 'phrasegroup_video' in 'field list'
Error Number  : 1054
Request Date  : Thursday, January 12th 2012 @ 11:59:09 PM
Error Date    : Thursday, January 12th 2012 @ 11:59:09 PM
Script        : http://www.example.com/forum/video.php?do=viewtag&tag=laughs&sort=dateline&order=DESC
Referrer      :
IP Address    : xx.xxx.xx.xxx
Username      :
Classname    : vB_Database
MySQL Version :

So i am getting these errors emailed to me MANY times per day.. is it something i should worry about or, just ignore the emails.?

EuroBeat2 01-14-2012 04:15 AM

Quote:

Originally Posted by Gamelobby (Post 2287509)
So i am getting these errors emailed to me MANY times per day.. is it something i should worry about or, just ignore the emails.?

You can ignore them or disable option of getting errors to be mailed. For your curiosity check ip addresses that cause the error and see if they are in fact bots.

EB

GhostHunter2010 01-14-2012 04:35 PM

hi im havin problem with this mod i installed perfect but when i try submit videos shows

Not Found

The requested URL /media/submit 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 cannot create categories etc... im gonnna unistall it now.. till they fix this.

Kraxell 01-14-2012 11:15 PM

Hello,

where can i switch off the PN-Notification about comments?

maherl 01-15-2012 09:47 AM

Can someone tell me how this program generates the thumbnail?

I have noticed that the thumbnails created are not the same as (for example) You Tube.

Does it have a built-in process doing this?

I would ideally like the thumbnails to be identical to those generated by You Tube.

GhostHunter2010 01-15-2012 12:47 PM

hmmm installed working now

maherl 01-16-2012 06:22 PM

Quote:

Originally Posted by maherl (Post 2288084)
Can someone tell me how this program generates the thumbnail?

I have noticed that the thumbnails created are not the same as (for example) You Tube.

Does it have a built-in process doing this?

I would ideally like the thumbnails to be identical to those generated by You Tube.

Answered my own question after a bit of playing around.

What I didn't realise is that You Tube creates three available thumbnails for display purposes. Jaxel's application can select between them. The default Jaxel uses is '3', whereas most of the videos I want to display use '2'.

To change the setting, select 'Administrate' | 'Services' | choose the YouTube Services entry and then click on 'edit'. Finally, click on the 'Edit Services' button to save your choice.

Change the value on the Thumbnail line to either 1, 2 or 3 according to which thumbnail you want to use.

maherl 01-16-2012 07:06 PM

1 Attachment(s)
I have successfully installed this mod on v4.1.10. I had to follow a number of the posts to get it working as it should be.

There is however, one final element that I need to resolve so that it follows the original implementation by Jaxel.

I have noticed that on the example pictures, the main thumbnail screen (album list) has a blue background and the boxes containng the thumbnails in are white (see the first two of Jaxel's screenshots).

On v4.1.10 both boxes are blue! Is there a way of reverting this to as the pictures depict? I tried changing the color of album_blockbody_background from #f2f6f8 to #ffffff (via CP Admin | Style Manager | Style Variable Editor - Default Style | Album), but both the inner and outer colors change together. Perhaps this has been caused by the recent stylevars updates in v4.1.10?

This problem also affects the color of the Tag Cloud and Submit Media boxes on the same screen (and subsequent inner boxes on every screen called-up in the 'Submit Media' section).

Here is a screenshot of my problem:

maherl 01-16-2012 09:22 PM

Quote:

Originally Posted by maherl (Post 2288673)
I have successfully installed this mod on v4.1.10. I had to follow a number of the posts to get it working as it should be.

There is however, one final element that I need to resolve so that it follows the original implementation by Jaxel.

I have noticed that on the example pictures, the main thumbnail screen (album list) has a blue background and the boxes containng the thumbnails in are white (see the first two of Jaxel's screenshots).

On v4.1.10 both boxes are blue! Is there a way of reverting this to as the pictures depict? I tried changing the color of album_blockbody_background from #f2f6f8 to #ffffff (via CP Admin | Style Manager | Style Variable Editor - Default Style | Album), but both the inner and outer colors change together. Perhaps this has been caused by the recent stylevars updates in v4.1.10?

This problem also affects the color of the Tag Cloud and Submit Media boxes on the same screen (and subsequent inner boxes on every screen called-up in the 'Submit Media' section).

Here is a screenshot of my problem:

FOUND IT!

Via CP Admin | 'Style Manager' | 'Style Variable Editor - Default Style' then select 'Blocks'
You need to change blockrow_background (background color) from None to White.

waldvb 01-17-2012 05:18 PM

Quote:

Originally Posted by maherl (Post 2288673)
I have successfully installed this mod on v4.1.10. I had to follow a number of the posts to get it working as it should be.

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.

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

Quote:

Originally Posted by waldvb (Post 2289077)
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

Quote:

Originally Posted by maherl (Post 2290438)
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

Quote:

Originally Posted by sadiq6210 (Post 2158992)
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

Quote:

Originally Posted by sadiq6210 (Post 2290627)
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

Quote:

Originally Posted by Sovereign123 (Post 2293245)
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

Quote:

Originally Posted by Phil56 (Post 2293844)
"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


All times are GMT. The time now is 03:06 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03347 seconds
  • Memory Usage 1,882KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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