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 |
#282
|
|||
|
|||
I only CHMOD the two folders but why am I still getting that error?
|
#283
|
|||
|
|||
Hi,
if somebody uses vbadvanced cmps and wants the directory navigation column on the right side and want to lift it up on the same level as the video itself. Just change in the video_shell template this: Code:
<if condition="$HTMLembed">$HTMLembed</if> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td style="width: 170px; padding-right: 15px;" valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">$vbphrase[video_categories]</td> </tr> <tr> <td class="alt1"><span class="smallfont"><strong><a href="video.php$session[sessionurl_q]">$vbphrase[video_homepage]</a></strong><br /><br /> $catbits<br /></span> </td> </tr> <tr> <td class="thead">$vbphrase[video_statistics]</td> </tr> <tr> <td class="alt1 smallfont"> <if condition="$contributorbits"> <phrase 1="$contriblimit">$vbphrase[top_contributors]</phrase>:<br /><br /> <span class="smallfont"> $contributorbits <br /></span> </if> $vbphrase[videos_total]: <strong>$totalvideos</strong><br /> $vbphrase[categories_total]: <strong>$catcount</strong> </td> </tr> <tr> <td class="thead">$vbphrase[search_videos]</td> </tr> <tr> <td class="alt1"> <form action="video.php?do=search" method="post"> <input type="hidden" name="do" value="search" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="catid" value="$catid" /> <input type="text" value="$search_query" name="q" class="bginput" style="width: 100px;" /> $gobutton </form> </td> </tr> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <if condition="$show['bestratedvideos']"> <tr> <td class="thead">$vbphrase[best_rated_videos]</td> </tr> $bestratedbits </if> <if condition="$show['bestratedsamecatvideos']"> <tr> <td class="thead">$vbphrase[best_rated_videos_same_cat]</td> </tr> $bestratedscbits </if> <if condition="$show['relatedvideos']"> <tr> <td class="thead">$vbphrase[related_videos]</td> </tr> $relatedbits </if> <if condition="$show['randomsamecatvideos']"> <tr> <td class="thead">$vbphrase[random_videos_same_category]</td> </tr> $randomscbits </if> <if condition="$show['randomvideos']"> <tr> <td class="thead">$vbphrase[random_videos]</td> </tr> $randombits </if> </table> </td> <td valign="top"> $HTML </td> </tr> </table> Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td valign="top"> <if condition="$HTMLembed">$HTMLembed</if> $HTML </td> <td style="width: 170px; padding-right: 15px;" valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">$vbphrase[video_categories]</td> </tr> <tr> <td class="alt1"><span class="smallfont"><strong><a href="video.php$session[sessionurl_q]">$vbphrase[video_homepage]</a></strong><br /><br /> $catbits<br /></span> </td> </tr> <tr> <td class="thead">$vbphrase[video_statistics]</td> </tr> <tr> <td class="alt1 smallfont"> <if condition="$contributorbits"> <phrase 1="$contriblimit">$vbphrase[top_contributors]</phrase>:<br /><br /> <span class="smallfont"> $contributorbits <br /></span> </if> $vbphrase[videos_total]: <strong>$totalvideos</strong><br /> $vbphrase[categories_total]: <strong>$catcount</strong> </td> </tr> <tr> <td class="thead">$vbphrase[search_videos]</td> </tr> <tr> <td class="alt1"> <form action="video.php?do=search" method="post"> <input type="hidden" name="do" value="search" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="catid" value="$catid" /> <input type="text" value="$search_query" name="q" class="bginput" style="width: 100px;" /> $gobutton </form> </td> </tr> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <if condition="$show['bestratedvideos']"> <tr> <td class="thead">$vbphrase[best_rated_videos]</td> </tr> $bestratedbits </if> <if condition="$show['bestratedsamecatvideos']"> <tr> <td class="thead">$vbphrase[best_rated_videos_same_cat]</td> </tr> $bestratedscbits </if> <if condition="$show['relatedvideos']"> <tr> <td class="thead">$vbphrase[related_videos]</td> </tr> $relatedbits </if> <if condition="$show['randomsamecatvideos']"> <tr> <td class="thead">$vbphrase[random_videos_same_category]</td> </tr> $randomscbits </if> <if condition="$show['randomvideos']"> <tr> <td class="thead">$vbphrase[random_videos]</td> </tr> $randombits </if> </table> </td> </tr> </table> |
#284
|
|||
|
|||
Great Mod Thanks!
|
#285
|
||||
|
||||
I really would love to see an imeem.com hoster file. Imeem allows a lot more of their video content to be embedded than other sites.
|
#286
|
||||
|
||||
Quote:
You should have the directories CHMOD777 as well as the sub-directories (YouTube, etc). |
#287
|
|||
|
|||
Veoh.
|
#288
|
||||
|
||||
Jaxel, is it possible to have the Apple Trailers as part of our mod here?
http://www.apple.com/trailers/ |
#289
|
|||
|
|||
Quote:
|
#290
|
|||
|
|||
I'm getting this error - anybody know why?
Fatal error: Call to undefined method vB_VideoSharingService_YouTube::fetch_showurl() in /var/www/domains/dawnswebdesigns.com/docs/forum/video.php on line 492 I'm sorry...should've read back about 3/4 pages. I did try to reimport the hosters but I couldn't find the files so I exported what I had & tried to reimport them which didn't work out. But then I found this: SOLUTION: After upgrading, go to Video Directory - Manager Hoster - Click "Import Video-Hoster" - browse to install folder (VidDirRx-1.2.0\upload\includes\xml) and install the XML files for each hoster and set the settings. OK now videos are simply loading...they don't show up. |
#291
|
|||
|
|||
Upgrade to 1.2.1 and REIMPORT YOUR HOSTERS.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|