The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Video-Directory Remixed Details »» | |||||||||||||||||||||||||||||||||||||||||
This mod has been rewritten for vB4x here: https://vborg.vbsupport.ru/showthread.php?t=240677
This modification is based on the Video-Directory modification by Survivor and vBPoint.org. His mod is NOT dead, its still alive and kicking; but he has informed me that he just doesn't have the time to maintain it and give support. So until he is able to work on it agian; I've been doing a series of updates. What is this mod? This mod adds a fully featured and fully integrated video directory archive to your forums. Users can add their favorite videos from their favorite video service to the directory. I only support a few select hosters; but the hoster scripting is XML base, so any user can create their own scripts for any number of hosting services. The old MyVideo and Sevenload scripts from Survivor's version will still work, but they wont pull in Keyword/Tagging information, nor the video length time codes. Basic Feature Listing:
http://www.8wayrun.com/video.phpInstallation Procedure:
NOTES:Upgrade Procedure:
NOTES:Roadmap for the Future:
If you want to donate, I'm all for it... as I'm an unemployed computer programmer... Download Now
Supporters / CoAuthors Show Your Support
|
4 благодарности(ей) от: | ||
Artes_Marciales, asking, Kolektor, Sam Lee |
Comments |
#2
|
|||
|
|||
================================================== =========
Version 1.3.0 ================================================== =========
Version 1.2.5 ================================================== =========
Version 1.2.4 ================================================== =========
Version 1.2.3 ================================================== =========
Version 1.2.2 ================================================== =========
Version 1.2.1 ================================================== =========
Version 1.2.0 ================================================== =========
Version 1.1.9 ================================================== =========
Version 1.1.8 ================================================== =========
Version 1.1.7 ================================================== =========
Version 1.1.6 ================================================== ========= This update is mostly a series of bug fixes.
Version 1.1.5 ================================================== =========
Version 1.1.4 ================================================== =========
Version 1.1.3 ================================================== =========
Version 1.1.2 ================================================== =========
Version 1.1.1 ================================================== =========
|
#3
|
||||
|
||||
Jaxel, you are THE man! I've said it once...I've said it a thousand times
|
#4
|
||||
|
||||
i have some problems installing
"the field call level is missing or not is a valid comand" |
#5
|
|||
|
|||
so should I just completely reinstall this? i'm also dying to know how that second screen shot is done?
thanks Jaxel, you rock |
#6
|
|||
|
|||
@WarLion... I just uploaded a new version... i made a mistake in the install code and forgot to put in the TABLE_PREFIX code. If you used the table prefix function, then it would have failed at creating the level fiedl. Now it should be fixed... If you are still having trouble, run the following codes on your database... (replace TABLE_PREFIX with whatever your table prefix is, or remove it if you dont have a table prefix.
ALTER TABLE TABLE_PREFIX.video ADD timelength int(10) unsigned NOT NULL; ALTER TABLE TABLE_PREFIX.videocategory ADD level int(10) NOT NULL @jlew24asu... You don't have to uninstalll Survivor's version, this one overwrites it. Follow the UPGRADE steps. |
#7
|
||||
|
||||
Can't wait for this ..... "AJAX handling of video comments (to avoid refresh during playback)" :up:
|
#8
|
||||
|
||||
very nice work ,,,,,,, thanks
|
#9
|
||||
|
||||
@jaxel i still have the same problem
"A required field called level is missing or has an invalid value." i try with the update and you still have two bad code on $db->query_write("ALTER TABLE" . TABLE_PREFIX . "videocategory ADD level int(10) NOT NULL"); and in $db->query_write("ALTER TABLE" . TABLE_PREFIX . "video ADD timelength int(10) unsigned NOT NULL"); must be "ALTER TABLE " with a space betwen table an " but the level value is still not working any help will be apreciate |
#10
|
||||
|
||||
Jaxel, what do I do with this error I encountered within the admin when importing the new product?
Code:
Database error in vBulletin 3.7.4: Invalid SQL: ALTER TABLEvideo ADD timelength int(10) unsigned NOT NULL; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TABLEvideo ADD timelength int(10) unsigned NOT NULL' at line 1 Error Number : 1064 ....and, I get this when I clicked on "video" in my navbar..... Code:
Database error in vBulletin 3.7.4: Invalid SQL: SELECT videotag.tagtext FROM videotagvideo AS videotagvideo INNER JOIN videotag AS videotag ON (videotag.tagid = videotagvideo.tagid) WHERE videotagvideo.videoid = 94 ORDER BY videotag.tagtext; |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|