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 |
#2202
|
|||
|
|||
it work´s with 4.1.5.
only the name of the thread dosn't work, but y can change it manual! |
#2203
|
|||
|
|||
None of my links on the actual media page work. They all direct you to a page that does not exist... has anyone else encountered this problem?
|
#2204
|
|||
|
|||
Quote:
|
Благодарность от: | ||
Fuhrmann |
#2205
|
|||
|
|||
I have a problem.
When i click on "Retrieve Info" it retrieves all info of the video (YouTube) but not the Description. Even if i write the description myself, it doesn't save it and gives error message that there is not Description given. Can anybody help with this? |
#2206
|
|||
|
|||
Quote:
|
#2207
|
|||
|
|||
When I import product, it errors:
===== -- Adding Category Row General ... Warning: require_once([path]/includes/class_dm_media_category.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 116 Fatal error: require_once() [function.require]: Failed opening required '/home/dienanh/public_html/forums/includes/class_dm_media_category.php' (include_path='.:/usr/local/lib/php') in /home/dienanh/public_html/forums/includes/functions.php on line 116 ===== Somebody please help me how to fix it, I already upload all file & folder to my host. |
#2208
|
|||
|
|||
I'm running VB4.1.5, I haven't added any videos for some time, now when I try to add video media, I click on 'Submit Media' at the bottom of the page, is asks if i want to navigate away from the page. When I do it then says my description is too short, even though its not.
Is this something to do with the new text editor VB have stuck in. I haven't added anything extra, just the VB default editor, perhaps its not passing on the string in the same way as previous revisions of VB. EDIT: may be a browser issue. I was using firefox 6.0. the problem does not appear in IE8. |
#2209
|
||||
|
||||
Quote:
Template: 8WR_media_NAVTAB Code:
<vb:if condition="$vboptions['selectednavtab'] == 'media'"> <li class="selected"> <a class="navtab" href="media.php{vb:raw session.sessionurl_q}">Media</a> <ul class="floatcontainer"> <li class="popupmenu"> <a href="javascript://" class="popupctrl">{vb:phrase media_categories}</a> <ul class="popupbody popuphover"> {vb:raw categorybits} </ul> </li> <li class="popupmenu"> <a href="javascript://" class="popupctrl">Submit Media</a> <ul class="popupbody popuphover"> <li><a href="media/submit">Submit Link</a></li> <li><a href="media/subscriptions">Subscriptions</a></li> <li><a href="media/favorites">Favorites</a></li> <li><a href="media/playlists">Browse All Playlists</a></li> <li><a href="media/pmine">Your Playlists</a></li> <li><a href="media/pcreate">Create Playlist</a></li> </ul> </li> <vb:if condition="$perms['rate']"> <li><a href="{vb:raw href.favorites}">{vb:phrase media_favorites}</a></li> </vb:if> <vb:if condition="$perms['comment']"> <li><a href="{vb:raw href.subscriptions}">{vb:phrase media_subscriptions}</a></li> </vb:if> <vb:if condition="$perms['submit']"> <li><a href="{vb:raw href.submit}">{vb:phrase media_submit}</a></li> </vb:if> <li><a href="{vb:raw href.random}">{vb:phrase media_random}</a></li> <vb:if condition="$perms['modtags'] OR $perms['modcategory'] OR $perms['modservice']"> <li class="popupmenu" style="padding-left: 100px;"> <a href="javascript://" class="popupctrl">{vb:phrase media_administrate}</a> <ul class="popupbody popuphover"> <vb:if condition="$perms['modtags']"> <li><a href="{vb:raw href.tags}">{vb:phrase media_tags}</a></li> </vb:if> <vb:if condition="$perms['modcategory']"> <li><a href="{vb:raw href.cats}">{vb:phrase media_categories}</a></li> </vb:if> <vb:if condition="$perms['modservice']"> <li><a href="{vb:raw href.host}">{vb:phrase media_services}</a></li> </vb:if> </ul> </li> </vb:if> </ul> </li> <vb:else /> <li><a class="navtab" href="media.php?{vb:raw session.sessionurl}">Media</a></li></vb:if> |
#2210
|
|||
|
|||
How do you edite the contants or the description on it??
It wont let me! |
Благодарность от: | ||
LoveStream |
#2211
|
|||
|
|||
Quote:
Yes. I have the same problem. IE8 but does not help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|