The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
8WayRun.Com - Media Library Details »» | |||||||||||||||||||||||||||||||||||||||||
Don't forget to click INSTALL!
I'm an unemployed computer programmer... if you appreciate the work I have done on this mod, please don't hesitate in offering me a donation by clicking the "Support Developer" link to the right of this text. A donation of $50 or more automatically gives you the right to remove the copyright footer for this modification from a single forum. This is a new modification, spawning from the old VB 3.x Video Directory modifications. For all intents and purposes, both my old Video Directory Remixed mod, and Survivor's original Video Directory mod have been discontinued. Neither of us are maintaining these older versions, they will not receive any future updates and we will not be providing any support. This version has a new name because it has been completely rewritten from scratch and is not being built on Survivor's old code. Because of this, if you are upgrading to this new version, from the old version, be sure to read this entire post in order to understand the upgrade process. What is this mod? Simply put, this mod is a directory for media. It supports URL inputs, in order to extract meta data and directorize media into a simple and easy to understand library. Users can add their favorite media from a select few online distribution centers (such as Youtube or Vimeo) and categorize and tag them as they see fit. This mod offers rudimentary support for the hosting of local media. An administrator can upload a media to the /customVID/ (default) directory; then add the media to the library using the URL code of "local:filename". 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. Demo: http://www.8wayrun.com/media.phpFeatures:
If you are upgrading from before version 1.1, please install that version first.
There is a conflict with this modification and some of Valter's VSA modifications that will prevent navbar permissions from being handled correctly. I don't know exactly who's fault it is; but I'm pretty sure there are no errors in my code that would be causing this problem. There is a work around for this however. Download Now
Show Your Support
|
17 благодарности(ей) от: | ||
8thos, Ahmet Turan, alhidaya, BlueCheri, hasidoo, InfoNirvana, Marcin_J_, Megaboost, misericorde, nacaruncr, owning_y0u, paulvev, RichieBoy67, romaszek, rootsxrocks, sodasusu |
Comments |
#452
|
|||
|
|||
bope got the erro cause of the htaccess file you have 2 and im kinda wondering if we are going to have to backup this thing
|
#453
|
|||
|
|||
Are you sure you put the code in the CONFIGURE box and not the DESCRIPTION box?
Also, lower the CACHE time... since vbCMS doesn't give you the option to put the code into the configure box when you create it... it could have cached in an EMPTY box... and it would be some time before it refreshes with the code. Another example of vbCMS being SHIT. |
#454
|
|||
|
|||
Quote:
Nice mod,the only available media libary i can see fuctioning with 4 at this time,thanks for your time Jaxel. |
#455
|
||||
|
||||
well that's not a fair response Skol. I have zero experience in this, I have donated for the cause and I'm interested in learning. I think the past few days I have helped in this process in the best of my abilities and offered some great suggestions that have been added. I respect harleyparts and the other people that have contributed in making this program work EFFICIENTLY. I think it's getting there, " I wish I could help in the coding" I'm just not qualified to do so. However I can continue to help and ask others from a variety of other sources to see if they can help and can continue to offer suggestions. I'm an seo guy, that's all that has been programmed in my brain for some time. I'm leaving the nest egg here and simply trying to assist in making a better product.
|
#456
|
||||
|
||||
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(); widget nt working i am using this code |
#457
|
|||
|
|||
Quote:
Also, lower the CACHE time... since vbCMS doesn't give you the option to put the code into the configure box when you create it... it could have cached in an EMPTY box... and it would be some time before it refreshes with the code. Another example of vbCMS being SHIT. |
#458
|
|||
|
|||
I just made a small change to the way embed codes and {ap01} are constructed. If you want the autoplay function to continue working as normal, please re-import all your service XML files in your administrate services section.
XML files are located in: upload/media/xml of the zip file. Walkthrough on how to make your own service XML files: https://vborg.vbsupport.ru/showpost....44&postcount=4 |
#459
|
|||
|
|||
Quote:
sigh and cant get into his server to fix it |
#460
|
|||
|
|||
an htaccess file would not remove FTP access to a server. Something else is the issue.
Contact me on AIM (BadBreath911), and I will give you a hand... you got 30 minutes before I have to go... |
#461
|
||||
|
||||
Man I sure would appreciate it Paxel.
:up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|