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)

Helmut71 12-11-2010 06:44 AM

would be very sad if Jaxel won't do any support here anymore and won't do any new versions...

Perhaps he will allow someone to take this add on over?

I am asking aigain: is there a solution for limiting the size of the thumbs in the widget?

Quote:

require_once(DIR.'/media/media_functions_hrefs.php');

$medias = vB::$vbulletin->db->query_read("
SELECT media.*, media_service.*
FROM " . TABLE_PREFIX . "media AS media
LEFT JOIN " . TABLE_PREFIX . "media_service AS media_service ON(media_service.serviceID = media.serviceID)
ORDER BY media.dateline DESC
LIMIT 3
");

while ($media = vB::$vbulletin->db->fetch_array($medias))
{
if ($media['length'] == 0)
{
$media['length'] = "???";
}
else
{
$duration = $media['length'];
$minutes = floor($duration / 60);
$seconds = $duration % 60;
$seconds = str_pad($seconds, 2, "0", STR_PAD_LEFT);
$media['length'] = "$minutes:$seconds";
}

$media['intrate'] = intval($media['rating']);
$media['thumbnail'] = vB::$vbulletin->options['media_thumb_dir']."/thumbs/". $media['mediaID'] .".jpg";
$media['href'] = construct_href_details($media);

$templater = vB_Template::create('8WR_media_WIDGET');
$templater->register('media', $media);
$mediabits .= $templater->render();
}

$output = $mediabits;

compact123 12-11-2010 12:35 PM

Quote:

Originally Posted by teamsupra (Post 2132057)
I just checked the OPs site and it is running xenforum now, so I dont think we will get support for this moving forward.

Quote:

Originally Posted by compact123 (Post 2132075)
+yeah u right jaxel using now xenforum :(

Quote:

Originally Posted by Helmut71 (Post 2132283)
would be very sad if Jaxel won't do any support here anymore and won't do any new versions...

we need new versions and more support for vb4 forum :(

ilbianconiglio 12-11-2010 12:54 PM

i have a problems with own3d services. in Firefox is ok but in IE, the video can't be viewed (and the player aren't from own3d site O_o):

example, here: http://www.starcraftworld.it/forum/m...=details&mid=6

ps vbulletin 4.0.4 versione, 8WayRun.Com - Media Library 4.1.7. any can help me?

diabolicds 12-11-2010 04:23 PM

Quote:

Originally Posted by teamsupra (Post 2132057)
I just checked the OPs site and it is running xenforum now, so I dont think we will get support for this moving forward.

Great paying 50$ to remove copyright link and no support anymore,freaking awsome now to all developers should be more clear why people removin credit info without donatin a cent for addons,just because situation like this,yes I did pay 50 $ and yes I do need some support here but of course no answer,is there any admin on this forum at least to remove donation link from mod's who are not supported ?

Fastbird 12-12-2010 01:34 AM

Can anyone elaborate on how to change the navbar text? I read about changing the phrase but the guy who explained it did it rather poorly. Any help would be greatly appreciated.

cavebox 12-12-2010 08:24 AM

1 Attachment(s)
I searched, but can't find the solution.
I have a dark template and when a comment has been given the topbar with the username is very light.
See attachment.
How can i change this color?
Have been looking for hours in the stylevars etc. but without success.

Any help would be appreciated.

mgcom 12-12-2010 08:45 AM

Quote:

Syndication of this video was restricted by its owner.
Has anyone found a fix for this ?

this is only happening with some ytube urls but not others ????

Kyoshokid 12-12-2010 03:38 PM

Quote:

Originally Posted by mgcom (Post 2132764)
Has anyone found a fix for this ?

this is only happening with some ytube urls but not others ????

The youtube video has to have syndication on, otherwise it won't work.

Centrix 12-12-2010 04:58 PM

1 Attachment(s)
Quote:

Originally Posted by Octavius. (Post 2124025)

I dont see the Administrate menu....

And I have given my usergroup all the permissions...

- edit

nvm I found out its cause of the vsa chat thing...

Keeper of Hell 12-13-2010 07:15 AM

Hi,

i have a Problem with the Admin Menü

I have this installes VSa - Flash-Image Banner Rotator, when the Rotator is on i dont see the Administration on the Navbar, when i takes Offline i can make Categories.

Have you a fix for this ?

Mfg

Keeper of Hell

Ahmet Turan 12-13-2010 07:19 AM

I can upgrade this mod but I have a problem plaese help me

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

Keeper of Hell 12-13-2010 08:02 AM

hi,

have you this make ?

Quote:

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

vividbreeze 12-13-2010 12:38 PM

man I hope he comes back, I really like this plugin vs vb tube one.....

Internetcafe 12-13-2010 05:16 PM

Getting this error when I view anyone's profile .. anyone still around to help :-
Quote:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: video_profile in [path]/includes/functions.php on line 4007

Dangerboy 12-13-2010 05:33 PM

Quote:

Originally Posted by compact123 (Post 2132075)
+yeah u right jaxel using now xenforum :(

Gone!? Oh man that's no good!?
Quote:

Originally Posted by Internetcafe (Post 2133367)
Getting this error when I view anyone's profile .. anyone still around to help :-

Are you using Vbseo by chance?

Internetcafe 12-13-2010 05:50 PM

Quote:

Originally Posted by Dangerboy (Post 2133376)
Gone!? Oh man that's no good!?
Are you using Vbseo by chance?

No Vbseo

final kaoss 12-13-2010 06:01 PM

He's looking at it right now. Any fix for the stretched vids I posted on page 120?

Dangerboy 12-13-2010 06:05 PM

Quote:

Originally Posted by Internetcafe (Post 2133380)
No Vbseo

I'm no expert but I usually go to: "Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions" as described in this thread: http://www.vbulletin.com/forum/showt...getting-errors

I had a similar problem but it was because of vbseo.

Internetcafe 12-13-2010 06:23 PM

Thanks for your help Dangerboy.
There are too many of "File not recognized as part of vBulletin" which are part of this addon.

Has the coder now deserted this great addition ?

Dangerboy 12-13-2010 06:48 PM

Quote:

Originally Posted by extreme-gaming (Post 2133386)
He's looking at it right now. Any fix for the stretched vids I posted on page 120?

Looks like a template issue. I only viewed source on the page and saw the dimensions <width="100%" height="385">. If I recall Jaxel had the container with the information on the left which I didn't see.

Try reverting the template by clicking the "Show Default" link. Copy your existing code to a text file before you try (just to be on the safe side).

I did something similar but it was to change the container from side to side to over and under. That way the video is on the top and the details are below within proportion of the page layout.


@Jaxel... Man don't leave!:( ... There are not many creative developers like you around!?

Quote:

Originally Posted by Internetcafe (Post 2133396)
Thanks for your help Dangerboy.
There are too many of "File not recognized as part of vBulletin" which are part of this addon.

Has the coder now deserted this great addition ?

My pleasure. I wish I could help more but chances are your board will be doomed from my advice. :p

You could try to re-install it. I did a couple of times when I was upgrading from 3.8 to 4.0.8 and never touched it since.

final kaoss 12-13-2010 10:43 PM

I installed the newest version and it came out like that. No template edits. If he doesn't want to support this anymore, than I won't support the footer advert at the bottom of this now broken mod any more.

Quote:

Originally Posted by Dangerboy (Post 2133411)
Looks like a template issue. I only viewed source on the page and saw the dimensions <width="100%" height="385">. If I recall Jaxel had the container with the information on the left which I didn't see.

Try reverting the template by clicking the "Show Default" link. Copy your existing code to a text file before you try (just to be on the safe side).

I did something similar but it was to change the container from side to side to over and under. That way the video is on the top and the details are below within proportion of the page layout.


@Jaxel... Man don't leave!:( ... There are not many creative developers like you around!?

My pleasure. I wish I could help more but chances are your board will be doomed from my advice. :p

You could try to re-install it. I did a couple of times when I was upgrading from 3.8 to 4.0.8 and never touched it since.


hosam119 12-14-2010 01:08 AM

when i click on video youtube اi go to youtube.com

i want when i click on video video stop

how can i add
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">

Wordplay 12-14-2010 05:44 AM

amazing mod, is it possible to get facebook like/share and tweet on the video links?

does dailymotion work with this?

would it be possible to mod the script so you can host videos on your own server as well?

Internetcafe 12-14-2010 07:57 AM

Quote:

Originally Posted by Internetcafe (Post 2133367)
Getting this error when I view anyone's profile .. anyone still around to help :-

For anyone else that gets this error .. re-install Media product.xml and problem solved :up:

Helmut71 12-14-2010 04:28 PM

anyone has this runing under 4.1?

ludoplus 12-14-2010 06:59 PM

Hi,
can you add videos from vkontakte.ru??
Someone created the xml??

Dangerboy 12-15-2010 12:16 PM

Quote:

Originally Posted by extreme-gaming (Post 2133516)
I installed the newest version and it came out like that. No template edits. If he doesn't want to support this anymore, than I won't support the footer advert at the bottom of this now broken mod any more.

Actually I never looked at it with the default template or a wide template like your's so that might be the issue. The template I am using is like 960 width and the details template was floating over the border.

Ok try this. Make a new template from the template screen or upload one of the free ones. This is only to test it and you can delete it later. I noticed changes in other templates that would affect the mod. I think it's a template issue to be honest.
Quote:

Originally Posted by Helmut71 (Post 2133837)
anyone has this runing under 4.1?

It's running fine for me. I had it with 4.0.8 on install of the mod and then upgraded to 4.1. It should still work.

COL NIL SATIS 12-15-2010 06:03 PM

Quote:

Originally Posted by Helmut71 (Post 2133837)
anyone has this runing under 4.1?

yeah.all fine on 4.0.6

Gordy78 12-16-2010 06:11 PM

Where would be the option in the Admin CP: Rebuild Media Thumbnails?
Thanks!

Dangerboy 12-16-2010 06:25 PM

Quote:

Originally Posted by Gordy78 (Post 2134946)
Where would be the option in the Admin CP: Rebuild Media Thumbnails?
Thanks!

Admin Panel>Maintenance> Update Counters>Rebuild Media Thumbnails

Just so you know, if you have a lot of megavideo content the thumbnails will all be black if you run this. I have not had time to figure out how to correct but I was hoping Jaxel would have released another version with this corrected.

Cybeth 12-17-2010 09:01 PM

how is the code for MyVideo.de

andyv72 12-18-2010 04:04 AM

The problem still exists, and no one has any idea?

Quote:

$ Vbphrase [media_library] - $ Medien [title]

[CENTER]
[URL = $ href [details]] [SIZE = 5] [B] $ Medien [title] [/ B] [/ SIZE] [/ URL]
([URL = $ href [details]] Klicken Sie hier beobachten und zu kommentieren [/ URL])

[URL = $ href [details]] [IMG] $ Medien [thumbnail] [/ IMG] [/ URL]

[B] $ Medien [title] [/ B] ($ media [L?nge])
Hochgeladen am $ Medien [Datum] bei $ Medien [Zeit] von [URL = $ href [user]] $ Medien [Benutzername] [/ URL]
[URL = $ href [Kategorie]] $ media [catName] [/ URL] - $ media [svcName]

$ Medien [description]

[B] $ vbphrase [media_tags]: [/ B] $ Medien [tags]

[URL = $ href [details]] [SIZE = 5] [B] $ Medien [title] [/ B] [/ SIZE] [/ URL]
([URL = $ href [details]] Klicken Sie hier beobachten und zu kommentieren [/ URL])
[/ Center]


Wordplay 12-20-2010 08:35 AM

in the description it says
Quote:

Media hosted locally will be displayed using JWPlayer, but will not provide meta data, so that kind of information will need to be entered manually.
does this mean that you can even upload videos directly to your server?

would it be possible to get facebook/twitter like/share/tweet links on this?

Ahmet Turan 12-20-2010 09:23 AM

I can upgrade this mod but I have a problem plaese help me

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

cavebox 12-20-2010 03:01 PM

Quote:

Originally Posted by cavebox (Post 2132755)
I searched, but can't find the solution.
I have a dark template and when a comment has been given the topbar with the username is very light.
See attachment.
How can i change this color?
Have been looking for hours in the stylevars etc. but without success.

Any help would be appreciated.

Finally found it in the template

For the ones looking for this:

Template 8WR_media_comment_bit

Find the first instance of:

Code:

<div class="postbithead" style="background:
Change the color to whatever you want.
I got it transparant now so in mys case it looks like:

Code:

<div class="postbithead" style="background: transparant none; border: 1px solid #CEDFEB; margin-left: 70px; padding: 5px 5px 5px 10px; text-align: left;">

ellinofatsa 12-20-2010 06:06 PM

Database error in vBulletin 4.0.8:

Invalid SQL:
INSERT INTO media_service
(svcName, svcRegex, svcURL, svcFeed, svcValue2, svcThumb, svcTitle, svcDesc, svcLength, svcTags, svcMovie, svcWidth, svcHeight, svcStream, svcError, svcParams)
VALUES
('YouTube', 'http:\\/\\/[a-z]*?[\\.]?youtube\\.[a-z]*?\\/watch\\?v=([\\w_-]*)', 'http://www.youtube.com/watch?v={serviceVAL}', 'http://gdata.youtube.com/feeds/api/videos/{serviceVAL}', 'null', '$arr[\'media:group\'][\'media:thumbnail\'][3][\'url\']', '$arr[\'media:group\'][\'media:title\'][\'value\']', '$arr[\'media:group\'][\'media:description\'][\'value\']', '$arr[\'media:group\'][\'yt:duration\'][\'seconds\']', '$arr[\'media:group\'][\'media:keywords\']', 'http://www.youtube.com/v/{serviceVAL}?autoplay={ap10}&hd=1&fs=1', 640, 385, 'null', '$arr[\'app:control\'][\'yt:state\'][\'value\']', '');

MySQL Error : Unknown column 'svcError' in 'field list'
Error Number : 1054
Request Date : Monday, December 20th 2010 @ 10:04:57 PM
Error Date : Monday, December 20th 2010 @ 10:04:58 PM
Script : http://www.exxxxxxxx/forums/admincp/...=productimport
Referrer : http://www.wwwwww/forums/admincp/plu...?do=productadd
IP Address : xxxxx
Username : sonic
Classname : vB_Database
MySQL Version : 5.1.38-community

any help?

http://www.ellinofatsa.gr/forums/media.php

final kaoss 12-20-2010 09:22 PM

and the site is?

ellinofatsa 12-21-2010 07:08 AM

take a look

https://vborg.vbsupport.ru/external/2010/12/31.jpg
how can i fix that?

Cybeth 12-21-2010 09:39 AM

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

then add a new film

andyv72 12-23-2010 04:10 AM

Update !!!
PLS !!!


All times are GMT. The time now is 04:04 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.03784 seconds
  • Memory Usage 1,850KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete