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 |
#1492
|
|||
|
|||
Refresh it and see how it looks now...
|
#1493
|
||||
|
||||
Jaxel, looks beautiful on my monitor. But, again, it might be too wide for fixed skins.
|
#1494
|
|||
|
|||
Don't worry, I'll put an option in to place it underneath, instead of to the right.
I'm optimizing the DEFAULT settings for 1280 width monitors. |
#1495
|
||||
|
||||
An option to place underneath would be awesome. Tight work so far! :up:
|
#1496
|
|||
|
|||
Okay... been on and off programming all day... This is the status right now...
Home Page design done... I made the entire display script modular, so putting in sections for highest rated and most popular videos is extremely easy to do. Because of the modular nature of the display script, the category, and user pages are also done. The tag pages will also be very easy to implement the same way. All these pages use the same exact templates, its only the code-behind thats different. I'm having a hard time understand the whole datamanager system, so I don't know if I'll be using it. The whole datamanager system was implemented with the original author, and he never implemented the VF_METHOD stuff correctly, so it really didn't do anything. On the agenda: video submission video moderation video editing comment system tagging system rating system search system I don't think I will be re-implementing the video reporting function... It really served no purpose. As well, I will not be re-implementing the auto-thread creation function either; with the new sidebar module system, there really isn't a need. Do you guys think I need to put a sidebar back in? With the new navtab system in VB4, I don't know if a sidebar is essential anymore. |
#1497
|
||||
|
||||
The auto-thread creation and video reporting functions were great. Especially the auto-thread function. If it's possible, please keep working at it!
The auto-thread creation helped spark some good conversations about the videos and got folks interacting on the site. I like the layout of the homepage. Do you have options to go three wide versus two wide on the layout? This way there are more videos per row showing? |
#1498
|
||||
|
||||
Quote:
|
#1499
|
|||
|
|||
Hi Jaxel
Thank you for taking the directory to next level. The new layout is awesome, I will not mind if you remove the report system and auto thread system but please do not leave the sidebar area, navbar links under the tabs are not so noticeable, sidebar looks always awesome. A confusing thing is 1280 width, most of my users have 1024 width monitors, please take care of it. thank you and good luck Quote:
Quote:
|
#1500
|
|||
|
|||
Quote:
|
#1501
|
|||
|
|||
Hosters are being DATABASE driven, instead of XML file driven now. Below is the database construct and the YouTube example. Since its being database driven, if you wanted to merge it with AME, I don't see how it would be a problem. Just extract the service name, the regex code and link it directly to the embed code. Of course, you wouldn't have the url to feed, or the feed to variables...
Code:
serviceID = primary key = 1 svcName = service name = YouTube svcRegex = regex matching = http:\/\/[a-z]*?[\.]?youtube\.[a-z]*?\/watch\?v=([A-Z0-9._%-]*) svcFeed = url to feed = http://gdata.youtube.com/feeds/api/videos/{serviceVAL} svcThumb = feed to thumb = $arr['media:group']['media:thumbnail'][0]['url'] svcTitle = feed to title = $arr['media:group']['media:description']['value'] svcDesc = feed to desc = $arr['media:group']['media:title']['value'] svcLength = feed to length = $arr['media:group']['media:keywords'] svcTags = feed to tags = $arr['media:group']['yt:duration']['seconds'] svcURL = souurce url = http://www.youtube.com/watch?v={serviceVAL} svcEmbed = embed code = <embed src="http://www.youtube.com/v/{serviceVAL}&autoplay=1&fs=1&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385" /> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|