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)

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

Quote:

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

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!


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

1 Attachment(s)
Quote:

Originally Posted by EuroBeat2 (Post 2294081)
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

Quote:

Originally Posted by ilbianconiglio (Post 2295143)
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

Quote:

Originally Posted by michal72 (Post 2295404)
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!

Quote:

Originally Posted by michal72 (Post 2295404)
Here you are

Regards


michal72 02-03-2012 04:10 PM

Quote:

Originally Posted by BlueCheri (Post 2295749)
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!

Quote:

Originally Posted by michal72 (Post 2295754)
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

Quote:

Originally Posted by basilrath (Post 2296380)
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

Quote:

Originally Posted by EuroBeat2 (Post 2296584)
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:
Quote:

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

Quote:

Originally Posted by squall leonhart (Post 2297772)
I uploaded a file name "abcdef.mp4" to /customVID/ & parsed the link as instruction (local:abcdef), it's error.

https://vborg.vbsupport.ru/showpost....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

Quote:

Originally Posted by RogerStout (Post 2299800)
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....postcount=2175

Regards

johnbob 02-15-2012 10:10 PM

Quote:

Originally Posted by michal72 (Post 2295404)
Here you are

Regards

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

CharlieDelta 02-18-2012 05:02 PM

Quote:

Originally Posted by basilrath (Post 2296380)
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

Quote:

Originally Posted by CharlieDelta (Post 2300907)
This would be nice. Did you find the code?

File media_submit.php

Replace:
Code:

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

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

michal72 02-19-2012 12:46 PM

Quote:

Originally Posted by johnbob (Post 2300072)
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

Quote:

Originally Posted by michal72 (Post 2301172)
File media_submit.php

Replace:
Code:

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

$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

Quote:

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

Quote:

Originally Posted by waldvb (Post 2301662)
not working with links like here: http://youtu.be/xxxxxxxxxxxxxxxxxxx

https://vborg.vbsupport.ru/showpost....postcount=2385
Regards

waldvb 02-21-2012 06:34 PM

Quote:

Originally Posted by michal72 (Post 2301731)

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....postcount=2394

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

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

4. Can?t post You Tube video with short link. Tried to use this mod:
https://vborg.vbsupport.ru/showpost....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....postcount=2559


So I?m looking for another ?Media Library? for this part of site: link Any suggestions?

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


All times are GMT. The time now is 09:34 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.03482 seconds
  • Memory Usage 1,860KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_php_printable
  • (21)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