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!
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.
@@vBSEO: Maybe this is a compatibilit yproblem with anothe rhack - i don't know.
@blank video page: Just look into the settings
@Editor-Problem: I can't confirm, i just use the editor like each other mod too
Hello a great addition to my forum and a smooth install. One thing though. I need my navbar for non video related things. how do i remove the link to the video from the navbar template?
I don't understand. There is practically no setting options that has anything to do with the main page or such.
No, but global settings ...
Quote:
Originally Posted by ams3521
Hello a great addition to my forum and a smooth install. One thing though. I need my navbar for non video related things. how do i remove the link to the video from the navbar template?
thanks
Have a look at the settings, too. Setting Template Hook
As said: Maybe a compatibility problem with another hack. I can't say. Bute the CRR are very simple, i don't know where there should be a problem ...
Maybe you should ask the vBSEO Support.
You have to write a class for this hoster, and then you can simply add it via the acp. You might have a look at class_youtube.php in the includes/videoserviveapi-dir
tried that, the message to add the code to vbseo in admincp > options > video directory is finally gone, but it still affects the style (css) inside the admincp > video links (all 4)
Certain links do not work also such as "import video hoster"
See screenshot examples
Also, can you please explain how to add godtube.com? Thanks.