![]() |
|
|
Mod Options |
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 Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
|
|||||||||||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| DS's AME (Auto Media Embedding) Adult XML Media Definitions | Digital Sith | vBulletin 3.6 Add-ons | 51 | 19 May 2013 20:13 |
| 8WayRun.Com - Random Header | Jaxel | vBulletin 4.x Add-ons | 47 | 11 Jan 2013 22:26 |
| Media Block for DnP Instant! Musicbox - Display the fun media list anywhere ! | silveryhat | vBulletin 3.8 Add-ons | 2 | 19 Jan 2011 13:12 |
| DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm) | Digital Jedi | Modification Graveyard | 828 | 10 Mar 2010 05:45 |
|
#1441
|
|||
|
|||
|
Originally Posted by liefdesdichter
Actually, this one is better than VDR. Google video only worked on VDR because someone else (not me) made an XML for google that parsed the ENTIRE google page and simply pulled the relevant data. There was no error checking, no API and no meta at all. VDR worked on APIs only. This mod uses APIs and meta. I didn't support Google on VDR, and right now its not supported either.
Originally Posted by Ninos
Disable the plugin "media NAVTAB"
MonkeySee is not supported right now. What service are you looking for? No members have liked this post.
|
|
#1442
|
|||
|
|||
|
GOOGLE VIDEO...
God its so hard to program with a broken keyboard. On-Screen Keyboard sucks. No members have liked this post.
Last edited by Jaxel : 03 Sep 2010 at 04:17. |
|
#1443
|
|||
|
|||
|
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? No members have liked this post.
|
|
#1444
|
|||
|
|||
|
Originally Posted by michaelmash
Please show me what you've already done, so I can tell you waht you did wrong.
No members have liked this post.
|
|
#1445
|
|||
|
|||
|
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. No members have liked this post.
|
|
#1446
|
|||
|
|||
|
Jaxel is it possible to embed Veetle into VB forums like you can with Youtube, JTV, Ustream etc...?
No members have liked this post.
|
|
#1447
|
||||||||
|
||||||||
|
Originally Posted by Ninos
Try this:
In the 8WR_media_NAVTAB delete :
and
Remember to back up your template before trying any edits! No members have liked this post.
|
||||||||
|
#1448
|
||||
|
||||
|
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:
Looks like that code is either within one of the following files perhaps: media/media_functions_hrefs.php media/media_functions_perms.php Thanks again your help is appreciated No members have liked this post.
|
||||
|
#1449
|
||||
|
||||
|
Originally Posted by Ninos
It is actually a lot easier than that my friend. It is in the template 8WR_media_NAVTAB . No edit to plug-ins or files required. One is near the beginning and the other almost at the end.
No members have liked this post.
|
||||
|
#1450
|
|||
|
|||
|
Thanks a lot for that, I found and removed the specified coding and can confirm it works! +rep really appreciated
No members have liked this post.
|
|
#1451
|
|||
|
|||
|
No problem Ninos . Thanks for the rep.
No members have liked this post.
|
|
#1452
|
|||
|
|||
|
By the way, on category view the thumbnails are meant to be 3 per row right?
Cause I only got 2 per row and it's not like I got a small layout either, should be enough room to find them and not overflow onto the next line. If so, I'll PM someone my URL to look at it, if not I'd appreciate someone telling me how to list 3 per row. Sorry for all the requests btw. No members have liked this post.
|
|
#1453
|
|||
|
|||
|
Originally Posted by Ninos
This mod is setup by DEFAULT for forums with a width of 990 pixels. Unfortunately, the people who designed the styles of VB4 are retarded. They set the doc_margin setting to 35 pixels for left and right, so that no matter what, your browser throws out 70 pixels of width which could be used more constructively... Which means if you have your resolution set to 1024x768, you only have about 932 pixels of width for your website (1024-70-22(scroll bar)=932).
If you use a DYNAMIC WIDTH setting on your browser, I recommend you change this dumb default setting to something more sensible... like 5 instead of 35... If you use a FIXED WIDTH (I use 990), you should set these settings to "auto" instead of 35. No members have liked this post.
|
|
#1454
|
|||
|
|||
|
Originally Posted by Jaxel
I'm using a custom designed theme and I'm a pretty good judge on pixel margins etc (yes great achievement i know LOL) but I'm 100% sure I don't have a 35px margin on either side. The MAX it's gotta be is approx. 20px each side, and I'm either using a 980 or 990 fixed width.
Are those specifications still too big? Thanks EDIT: Looking back, that's a pretty dumb question. Of course the margins are still too big otherwise it would display fine. Would i simply be able to edit a CSS/Styling file relating to YOUR mod rather than my custom skin to get this work? If so it'd be great if you could give me some basic instructions. Thnaks No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 09:44.






