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)

Jaxel 05-31-2010 09:33 PM

================================================== =========
Version 4.1.1 STREAMING AND TEMPLATE FIXES
================================================== =========
  • NEW FEATURE: You can now embed streams and chats from Justin.TV and uStream.
    • You MUST run the "Click here to restore all services in the "/media/xml" directory to their default settings" process.
  • CHANGES: Moved the admin links 100px to the left for small fixed width forums.
  • BUG FIX: Fixed the template bug where boxes wouldn't stretch to fit the page.
  • BUG FIX: Fixed the browse media page for those forums that use TABLE_PREFIX.
  • BUG FIX: Fixed thumbnail rebuilding for media that doesn't have per video RSS.
  • BUG FIX: Fixed thumbnail creation for hosters that don't use JPG (GIF or PNG).

EquinoxWorld 05-31-2010 09:42 PM

Quote:

Originally Posted by Jaxel (Post 2046219)
Wow... that really is a lot of categories... have you considered just keeping a limited number of categories, and then sorting your anime by TAGS?

For instance, if you had Escaflowne, you could have them in multiple categories...

Movies : the Escaflowne Movie
Television : the 26 episodes
Soundtracks : the soundtracks
Music Videos: fanmade AMVs

And then simply tag everything with "Escaflowne"?

Also, new update is coming tonight...

I have considered that although we had it like that when it was video directory. We are using the category's as anime shows for instance I changed the vbphrase "category" to "anime list" and used it that way. The way to have it perfect would be a category for Anime and have all the shows as subcats but then we would have the same issue because we can't hide the subcats in the sidebar or navbar drop down. It would be sweet to have a link to the "Anime" category and display all the subcats in alphabetical order and go from there. We used to have html codes in our category description back in VD and had every category with it's description plus images and previews, unfortunately I have not figured out how to parse such in the descriptions for the cats in this release. If you have any suggestions please check us out and if you have any pointers please let us know. This is the center of our site and our members love it , we have over 14,000 videos and counting and any feedback to make this mod more user friendly in my case would be immensely appreciated. http://www.aniworlds.net/forum/media.php.

your24hourstore 05-31-2010 09:50 PM

Quote:

Originally Posted by k1klass (Post 2045965)
how do i move the administrate tags to a new line or drop down box?

currently my template search box goes over the top the tags-

* Administrate: Tags Categories Services

and interferes with the links

ty - great mod

your just using a lower resolution so it jams it up, you can either change that or at the bottom of the page in IE on the right it says 100% click on that and make it 75%

your24hourstore 05-31-2010 09:52 PM

Quote:

Originally Posted by rotor (Post 2046216)
I'm not using the SEO feature - should I still use the .htaccess then??

I just always do it :>

Juggernaut 05-31-2010 10:06 PM

Just did the upgrade, but I got some type of sparse error when importing a justin stream, It only appeared for a second, and the stream appears to have been imported right.
Here is what it said:
Warning: Division by zero in [path]/media/media_functions_builds.php on line 30
Warning: imagecopyresampled(): supplied argument is not valid Image resource in [path]/media/media_functions_builds.php on line 49.

PD: I had already restored al media services when I got this message and it seems to happen with Justin.tv, I haven't received the message with youtube, just justin.tv so far.

Fuhrmann 05-31-2010 10:25 PM

1 Attachment(s)
MediaLibrary-1.1.zip translated to Portuguese of Brazil!
All made by me, any questions, just PM me!
Attached!!

WassoufTunClub 05-31-2010 11:34 PM

please Jaxel How to convert this php code "Widget CMS" to make video tab like this:

http://img198.imageshack.us/img198/6751/24890762.jpg




PHP Code:

global $vbulletin;
require_once(
DIR.'/media/media_functions_hrefs.php');

$medias $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 $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($seconds2"0"STR_PAD_LEFT); 
        
$media['length'] = "$minutes:$seconds";
    }

    
$media['intrate'] = intval($media['rating']);
    
$media['thumbnail'] = $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();
}

return 
$mediabits


devrimow 05-31-2010 11:45 PM

Quote:

Originally Posted by devrimow (Post 2045925)
Hi
to the Turkish character set problem
How to fix it ??
and gives the error in the title tag
Thanks
http://img709.imageshack.us/img709/6...nshot001fc.png

How to fix it ??

Delilahs 06-01-2010 11:28 AM

here's a site with the latest version on and working

http://www.delilahsforum.co.uk/forum/media.php?

Jaxel 06-01-2010 05:48 PM

WMV is coming along well...

http://test.8wayrun.com/media/m1256-soldnerx2-wmv-test


All times are GMT. The time now is 09:08 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.03961 seconds
  • Memory Usage 1,764KB
  • 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_php_printable
  • (4)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