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 changed a lot of the formatting, so that it looks less generic and can display more information a single screen... plus, on the video details pages, hacked your code up to support BB Code for [youtube] tags.
I changed a lot of the formatting, so that it looks less generic and can display more information a single screen... plus, on the video details pages, hacked your code up to support BB Code for [youtube] tags.
Jaxel, thats awesome work.
Any hope you can share those code hacks you made..?
I changed a lot of the formatting, so that it looks less generic and can display more information a single screen... plus, on the video details pages, hacked your code up to support BB Code for [youtube] tags.
Nice (What exactly did you change? Looks great, but seems not to be modified very hard
@BBCode Support: I prepared this already (You'd only have to add a method to the Hoster specific class file )
1. thumbnails not being created , folder chmod to 777
2. how to check safemode is on or off?
3. can you create for next version unique meta tags to show for title of video as meta tag for page description?
4.ability to add more categories?
5. made the videos show wider,bigger
6. add tags
if you can help me fix my thumbnail it would really help out!
would it be possible for you to share a sample video-hoster.xml file which not uses any API, for example adding videos from URLs like "domain.com/video.flv"
which should probably be easy for you, steps would be:
- match the domain,
- grab the video file from URL ($video-file)
- put the $video-file within spesific video embedding code or specify $video-type to later use in templates (for flash, windows media or silvelight video files)
1. thumbnails not being created , folder chmod to 777
2. how to check safemode is on or off?
3. can you create for next version unique meta tags to show for title of video as meta tag for page description?
4.ability to add more categories?
5. made the videos show wider,bigger
6. add tags
if you can help me fix my thumbnail it would really help out!
please, thanks!
ah yes, you need to chmode the folders inside videotumbnails for the thumbnails to show! at least for me now it works, maybe you should add that to the installation so other people that have this problem too!
1. thumbnails not being created , folder chmod to 777
2. how to check safemode is on or off?
3. can you create for next version unique meta tags to show for title of video as meta tag for page description?
4.ability to add more categories?
5. made the videos show wider,bigger
6. add tags
if you can help me fix my thumbnail it would really help out!
please, thanks!
2. phpinfo()
3. Maybe
4. Yes
Quote:
Originally Posted by winstone
would it be possible for you to share a sample video-hoster.xml file which not uses any API, for example adding videos from URLs like "domain.com/video.flv"
which should probably be easy for you, steps would be:
- match the domain,
- grab the video file from URL ($video-file)
- put the $video-file within spesific video embedding code or specify $video-type to later use in templates (for flash, windows media or silvelight video files)
No, each api is completely different, and many hosters don't have one. There's also another was to integrate them, but that could be very cpmplex.
Quote:
Originally Posted by puregraf
ah yes, you need to chmode the folders inside videotumbnails for the thumbnails to show! at least for me now it works, maybe you should add that to the installation so other people that have this problem too!