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 |
#1442
|
|||
|
|||
Quote:
Quote:
MonkeySee is not supported right now. What service are you looking for? |
#1443
|
|||
|
|||
GOOGLE VIDEO...
God its so hard to program with a broken keyboard. On-Screen Keyboard sucks. |
#1444
|
|||
|
|||
hi jaxel .
please make xml for youku.com and tudou.com i make those two XML base on youtube.xml change the domain name and some regex, it can parse url but cant get media ,say some media wrong with the url. i dont know why. if we need parse new site just need do the xml template or we need change some php code? |
#1445
|
|||
|
|||
Quote:
|
#1446
|
|||
|
|||
Thanks for the reply Jaxel, but as I mentioned in my post (at least I think I did anyway) not only does this remove the main tab on the nav bar, but it removes all the secondary navigation links too. I need those links so I can upload additional media etc. so is there a way of removing the tab "Media" WITHOUT removing the 8wayrun media navigation too?
I hope that makes sense. |
#1447
|
|||
|
|||
Jaxel is it possible to embed Veetle into VB forums like you can with Youtube, JTV, Ustream etc...?
|
#1448
|
|||
|
|||
Quote:
In the 8WR_media_NAVTAB delete : Code:
<a class="navtab" href="media.php{vb:raw session.sessionurl_q}">{vb:phrase media}</a>
Code:
<li><a class="navtab" href="media.php?{vb:raw session.sessionurl}">{vb:phrase media}</a></li>
|
#1449
|
|||
|
|||
Thanks for that EquinoxWorld, but where is that found? I've opened the 8WR_media_NAVTAB plugin but this is all the code I got:
Code:
if (THIS_SCRIPT == '8WR_media')
{
require_once(DIR.'/media/media_functions_hrefs.php');
require_once(DIR.'/media/media_functions_perms.php');
$perms = media_permissions();
$vbulletin->options['selectednavtab'] = 'media';
$categories = $vbulletin->db->query_read("
SELECT * FROM ".TABLE_PREFIX."media_category
WHERE catOrder != '0'
ORDER BY catOrder
");
$href['playlists'] = construct_href_playlists();
$href['pmine'] = construct_href_playlists_mine();
$href['pcreate'] = construct_href_playlists_create();
$href['favorites'] = construct_href_favorites();
$href['subscriptions'] = construct_href_subscriptions();
$href['submit'] = construct_href_submit();
$href['random'] = construct_href_random();
$href['cats'] = construct_href_admin("cats");
$href['tags'] = construct_href_admin("tags");
$href['host'] = construct_href_admin("host");
while ($category = $vbulletin->db->fetch_array($categories))
{
$category['href'] = construct_href_category($category);
$category['align'] = "";
for ($i = 0; $i < $category['catDepth']; $i++) { $category['align'] .= '-- '; }
$templater = vB_Template::create('8WR_media_NAVTAB_cat');
$templater->register('category', $category);
$categorybits .= $templater->render();
}
}
$templater = vB_Template::create('8WR_media_NAVTAB');
$templater->register('perms', $perms);
$templater->register('href', $href);
$templater->register('categorybits', $categorybits);
$template_hook['navtab_middle'] .= $templater->render();
media/media_functions_hrefs.php media/media_functions_perms.php Thanks again your help is appreciated |
#1450
|
|||
|
|||
Quote:
|
#1451
|
|||
|
|||
Thanks a lot for that, I found and removed the specified coding and can confirm it works! +rep really appreciated
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|