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)

your24hourstore 05-23-2010 12:29 PM

i just made anew video its pretty funny

http://www.youtube.com/watch?v=uhdKp0y0UJc

host it if you dare

your24hourstore 05-23-2010 12:44 PM

Quote:

Originally Posted by milaszewski (Post 2042163)
Confirmed. The same is happening here.

yup yup all is good

must be a misconfiguration in your setup somewhere

level8 05-23-2010 02:09 PM

works great.... widgets working perfect too :)

Is it possible to get the widget to display just a single catergory rather than all the latest videos?? if so where do I add this code??

bart6767 05-23-2010 07:28 PM

Quote:

Originally Posted by level8 (Post 2042244)
works great.... widgets working perfect too :)

Is it possible to get the widget to display just a single catergory rather than all the latest videos?? if so where do I add this code??

Where do you get the widgets for this ?

dbigras 05-23-2010 10:48 PM

Quote:

Originally Posted by Jaxel (Post 2040565)
Threads are created using the following check skips:

Code:

$threadman->set_info('skip_moderator_email', true);
$threadman->set_info('skip_floodcheck', true);
$threadman->set_info('skip_charcount', true);
$threadman->set_info('skip_title_error', true);

Those mods are hooked into one of these checks. Find out which check, and I will look into it.

He's an answer from VBShout's coder:

Quote:

I don't know about the others, but vBShout is on the hook location newpost_complete which would mean it would unfortunately not support threads created in such a way.

I'll look into changing it in the future, as I've already figured out how to for the @user tagging mod

I'm willing to place a small wager the other mods are hooked in a similar way.
I don't know if it means anything to you.

your24hourstore 05-24-2010 12:13 AM

changeing the default videos on widget and side blocks!!

not sure where i changed it but i run 5 in mine instead of the default 3, cant remember if i edited it in the php file or the widget code but yes it can be done i will look again

your24hourstore 05-24-2010 12:24 AM

Quote:

Originally Posted by bart6767 (Post 2042369)
Where do you get the widgets for this ?

Code:

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

$medias = vB::$vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "media ORDER BY 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_block');
        $templater->register('media', $media);
        $mediabits .= $templater->render();
}

$output = $mediabits;
ob_end_clean();


your24hourstore 05-24-2010 12:26 AM

Quote:

Originally Posted by level8 (Post 2042244)
works great.... widgets working perfect too :)

Is it possible to get the widget to display just a single catergory rather than all the latest videos?? if so where do I add this code??

:)
so N/m

dbigras 05-24-2010 02:33 AM

It would be AMAZING if the Video sideblock was also a video player, not just a clickable image.

milaszewski 05-24-2010 05:54 AM

Quote:

Originally Posted by harleyparts (Post 2042200)
yup yup all is good
must be a misconfiguration in your setup somewhere

at least 3 people have that problem
could it be related to mod rewrite friendly urls?


All times are GMT. The time now is 09:15 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.03225 seconds
  • Memory Usage 1,745KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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