This add on gives your users the possibility to collect their favourite videos from some video-webpages (supported at the moment: MyVideo, YouTube, Sevenload and Metacafe) and to provide them in the forum. The videos can be commented and rated.
The Administrator has many possibilities of settings and can create video-categories and administrate the video-directory.
List of features:
Completely integrated in vBulletin
Many possibility of settings for the Administrator
Many possibilities of settings
permissions of usergroups
Administration of categories
Administration of video-webpages
Incl. import and export
Very simple installation
Homepage can be configured easily
Videos are integrated in the forum
Videos can be voted with AJAX
Commets to videos can be posted
Videos can be reported
User can see other members watching the video at the same time
1.1.0 RC 1 - New Feature (Members who are watching the same video at video details page), Bugfixes (Missing File for comments added, vBSEO CRR fixed)
1.1.0 RC 2 - Added two new videohosters (sevenload and metacafe), added rss feed, added thumbnail-preview when adding a video, MyVideo Class optimized, some bugs fixed
Roadmap for Version 1.2.0:
Tag-function for videos
Favourite Videos (AJAX)
Watchlist (AJAX)
[s]User watching the same video at the moment[/s] - Added in Version 1.1.0 RC 1
Video-comments per AJAX, to avoid reload
"Video-Profile" for user
Moderation
[S]New Videos in forumhome[/S] (See addons)
[s]RSS-Feed for Videos[/s] - Added in Version 1.1.0 RC 2
Integration in statistic-block in profile
Developer notes:
Do you want to enhance the video-directory, but some hooks are missing? Do you want to enhance the templates and you need some template-hooks? No Problem! Send a PM and the hooks will be integrated in the next version!
Developer-Blog:
Feel free to check out our Developer-Blog at vBPoint.org!
The vbseo integration notice in the vboptions area won't disappear after adding the below code to the "define customer rewrite rules" area in vbseo control panel.
Code:
//==========================================================================
// Video Directory
//==========================================================================
'video.php?do=viewdetails&categoryid=(d+)&categorytitle=(.*)&videoid=(d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)&page=(d+)'=>'videos/$2-$1/$3/'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'video.php'=>'videos/'
Instructions: You can add this via FAQ (Friontend Help)
Tagging is planned
Modules: Same as above
Regards Surviver
Thanks...
For instructions, what I actually meant was at the top of the front video.php page having an area to put instructions on how to upload, etc. I can do this manually, but just suggesting to have it as a feature.
For instructions, what I actually meant was at the top of the front video.php page having an area to put instructions on how to upload, etc. I can do this manually, but just suggesting to have it as a feature.
Regardless, I love this mod.
You can simply add it to the Template. (shoulkd be video_main or video_home)
I cannot do anything. Clicking any links shows empty-style pages and nothing can be saved, or some links show blank page
I traced it to the vbseo code you provided causing that error
Code:
//==========================================================================
// Video Directory
//==========================================================================
'video.php?do=viewdetails&categoryid=(d+)&categorytitle=(.*)&videoid=(d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)&page=(d+)'=>'videos/$2-$1/$3/'
'video.php?do=viewcategory&categoryid=(d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'video.php'=>'videos/'
removed that vbseo code, admin links work fine.
The other problems
- blank video list on main page
- domain name in the color icon, inside toolbar? This happens only in this mod, not global elsewhere
I chmodded all folders/sub-folders/files exactly as explained in the readme file.