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 |
#782
|
|||
|
|||
Hey oki i upgraded to 0.9 and now
i get this error on all videos Attachment 117093 Also if bb code is on my main url gives this errror Code:
Fatal error: Cannot redeclare handle_bbcode_media() (previously declared in /home/**/public_html/includes/class_bbcode.php(2982) : eval()'d code:23) in /home/**/public_html/includes/class_bbcode.php(2982) : eval()'d code on line 23 Thanks |
#783
|
|||
|
|||
Quote:
I thought it was a default setting. I figured it would be a good idea for it to be default since I bet most users won't necessarily care if it's posted in the forum or not, where as we, as forum owners, like the extra posts. Good for making the board more 'active' |
#784
|
|||
|
|||
Quote:
Probably nothing wrong with the mod, I contacted my host, and they have done something... Thanks anyway! Great mod! |
#785
|
|||
|
|||
Quote:
|
#786
|
|||
|
|||
I think this has to do with the AJAX, please temporarily turn off AJAX on your forum and see if french characters start posting correctly.
|
#787
|
|||
|
|||
Ok very sorry feel like a idiot now....
All working now but bbcode error is still there guess its some other mod None the less still using this with it off Thanks |
#788
|
|||
|
|||
It breaks DragonTech's VBShout.
http://www.dragonbyte-tech.com/threa...working-in-5.2 They say it's a problem in the plugin. When I click on the Archives link, it gives me this error: Fatal error: Cannot redeclare handle_bbcode_media() (previously declared in /[path]/dbtech/vbshout/includes/libs/shoutbox.php(2781) : eval()'d code:24) in /[path]/dbtech/vbshout/includes/libs/shoutbox.php(2781) : eval()'d code on line 54 |
#789
|
|||
|
|||
Wow... looking through DBTech's code for their Shoutbox, all I can do is put my head down in shame that they call themselves programmers. Apparently, their shoutbox redeclares several built in vbulletin libraries, rather than actually use the ones that are built into vbulletin. And people wonder why so many mods are so bloated? Its easy to see when you have mods like this that pretty much double up the size of the code.
So since the shoutbox declares the custom handle_bbcode_media function a SECOND time, you get the cannot redeclare error. Also, technically this makes DBTech's Shoutbox an illegal mod, as it reproduces built in vBulletin code (vB is visible source, not OPEN source... I have seen other mods deleted for using FAAAAAARRRR less vBulletin code than this mod). What makes this even worse is that DBTech charges $250 for a pro version of this mod. |
#790
|
|||
|
|||
Oh great.. I will let them know.. Thanks for the great information.
What can be done? Btw, it's 50$. ;-) |
#791
|
||||
|
||||
Quote:
Oh a little advice, you might want to try wrapping your function declarations in function_exists(). If you do not, then errors occur if the function is declared more than once. It's standard practice for most coders. Please do let us know if theres a good reason not to do this though, we're always happy to learn more efficient ways of coding. For instance, your code will also produce errors if vBulletin's fetch_tag_list() function is called once, and then again with $force_all set to true. Just a little heads up on that for you =) Quote:
You seem to be having some issues reading the code, If you have any questions on how to do this, or on how to properly wrap functions, we'd be happy to help you out. Quote:
Regardless, Hope that clears things up for you, Good luck with your mods =) Iain |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|