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 |
#472
|
||||
|
||||
That's Right, Jaxel, I didn't Updated them before, that was my Error.
Now that I Updated the Video-Hoster Files is Working Better (I didn't Noticed that those are the ones on the includes/xml Folder that you Provided with the Product ). But there's a Small Error on the YouTube and YouTubeHD Video Hoster Files (Perhaps in one of your Edits of the File ): On videohoster-YouTube Code:
function fetch_videobbcode($vid, $videoid = '', $videotitle = '') { $videoid = $videoid ? $videoid : $this->video_id; $videotitle = $videotitle ? $videotitle : $this->video_title; if ($this->registry->options['videodirectory_bbcode']) { return '[video=' . $videotitle . ']' . $vid . '[/video]'; } else { return '[' . $this->hostername . '=' . $videotitle . ']' . $videoid . '[/' . $this->hostername . ']'; } } Code:
function fetch_videobbcode($vid, $videoid = '', $videotitle = '') { $videoid = $videoid ? $videoid : $this->video_id; $videotitle = $videotitle ? $videotitle : $this->video_title; if ($this->registry->options['videodirectory_bbcode']) { return '[' . $this->hostername . '=' . $videotitle . ']' . $videoid . '[/' . $this->hostername . ']'; } else { return '[video=' . $videotitle . ']' . $vid . '[/video]'; } } and on videohoster-YouTubeHD it should be: Code:
function fetch_videobbcode($vid, $videoid = '', $videotitle = '') { $videoid = $videoid ? $videoid : $this->video_id; $videotitle = $videotitle ? $videotitle : $this->video_title; if ($this->registry->options['videodirectory_bbcode']) { return '[' . $this->hostername . '=' . $videotitle . ']' . $videoid . '[/' . $this->hostername . ']'; } else { return '[video=' . $videotitle . ']' . $vid . '[/video]'; } } That Error is in the Other Video Hosters, you should do the inversion of the Codes there too. My Best Regards. |
#473
|
||||
|
||||
It seems like The USers who uploaded the videos are not listed anymore and also the front page doesnt display any videos?
Only when u click on the Categories you see them? DId i do something wrong? FIXED DIDNT SET LIMITS!!! |
#474
|
|||
|
|||
@incario... you are confused... there is nothing wrong with the code.
Enabling Video BB Codes enables the [Video=] tags... Disabling the Video BB Codes, reverts it to the [HosterName=] tags. They are setup correctly for that as this is by design. |
#475
|
||||
|
||||
If anyone is interested, someone made the .xml file for WeGame for me when I installed the older version. I have always stuck with VidDir for just this reason. This update is amazing and my users will love it.
I do have a question. Why are all the times listed as ??? now. And also, why did none of the tags from the previous version survive the update? |
#476
|
||||
|
||||
nightbloom,
The reason is that Jaxel made it so that the 'length of time' on the videos show using this mod. So, since the information was not 'pulled' using Surviver's original version, you'll show the question marks. I only had about 20 of them, so I just went into each video and edited the info in. But, I'm sure there's another way of doing it. |
#477
|
||||
|
||||
O.o I have a LOT of videos. lol I'll have to work on that a little at a time.
|
#478
|
|||
|
|||
Installed 1.2.3 works great.
I have 1 problem, its cutting half my descriptions off. Attachment 94557 |
#479
|
|||
|
|||
Hi
How to creata new video hoster? |
#480
|
|||
|
|||
Great stuff! Thanks!
Could someone give me a hint with "sevenload"? |
#481
|
|||
|
|||
Seems like a very good addon. I am experiencing some bugs though.
In the Admin CP i am unable to view the General Settings, the Video Detail Settings and the Video Tag Settings. It just shows a blank page in the right frame. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|