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)

Juggernaut 08-18-2010 02:14 AM

Quote:

Originally Posted by Jaxel (Post 2083190)
CMS Widget currently on: http://www.8wayrun.com/

Code:

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;


Using the widget, and am liking it very much :D

hotslot 08-18-2010 04:47 AM

Quote:

Originally Posted by dynamicproducer (Post 2085507)
i checked out the demo and was wondering if there's a way to play the video on the homepage?
when i clicked on a video it took me to that page video's page.

Also would love to have that feature.

When on main page instead of popping up a new browser or new screen it simply plays as is.

paulvev 08-18-2010 05:39 PM

How can i change the word "Media" in the nav tabs to read "Videos"?

basilrath 08-19-2010 01:36 PM

languages and phrases > search in phrases> "media"

change to videos in the standard phrase

EquinoxWorld 08-19-2010 04:37 PM

Hello Jaxel, I would like to know a couple of things if you can please help us out with.

1.) If we delete a category (assuming one can) and if there are any videos there, where would the videos appear under? Or does the category does not allow for it to be deleted if it still has videos under it? (As you know we have been using the playlist feature for our purpose to utilize the next and previous options and would like to get rid of the 600 + categorys we have been using that is making the pages load really slow and just use main cats, such as "movies", "specials", "OVA'S" etc etc but we need a way to delete these ot er categorys without loosing the videos of course). Would another option be to put order as "0" and make these 600+ cats inactive and would this help the loading of these cats on every page or even though they are inactive would they still be loaded?

2.)Would there be any way of being able to add a video to a playlist as well as a category when uploading a video? If not will this feature be added in the upcoming releases?

Please let us know what would be the best course of action to take . We would really appreciate your help and consideration with this issue. Thanks again for your great work. Our members are loving Media Library.

Jaxel 08-19-2010 05:09 PM

1 - You can not delete a category. This is by design. Making the Order of a category as 0 will mark it as inactive. If you want to delete a category, you must do it manually in the database. A video that is linked to a non-existing category will be broken.

2 - I'll look into it.

EquinoxWorld 08-19-2010 05:36 PM

Quote:

Originally Posted by Jaxel (Post 2086444)
1 - You can not delete a category. This is by design. Making the Order of a category as 0 will mark it as inactive. If you want to delete a category, you must do it manually in the database. A video that is linked to a non-existing category will be broken.

2 - I'll look into it.

Hello Jaxel, Thank you very much for your reply. Just to be clear; I would first assign another cat to each video (a main cat) and after that I could go into the database and delete the cats that I don't want anymore and this way I can get rid of them correct? Also , If I mark them as inactive , will they have the same impact (processing wise) on the server as if they were active? Or would making them inactive make them not be "pulled" from the database everytime a media library page loads?

Jaxel 08-19-2010 07:44 PM

iftheyaremarkedwitha0,theywillnotbepulledfromtheda tabase

sorry,mykeyboardisbroken.

kho91 08-19-2010 11:44 PM

please tell me why youtube video work but not megavideo????

kingMOB 08-20-2010 02:48 AM

How do I change the width and height of the videos from the default 640 width and 385 height?

Thanks.


All times are GMT. The time now is 12:46 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04069 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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