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.
are you going to release this update and if not Surviver are you going to implement bbcode in the next update and when can we expect the next update?
<if condition="!is_browser('ie') AND $show['wysiwyg']">
<!-- Mozilla work around for focusing on QR in WYSIWYG mode -->
<div id="qr_scroll"></div>
</if>
Attached are the two YouTube XML files required for all this... (YouTube and YouTubeHD) You don't have to use the YouTubeHD.xml, but you MUST use the included YouTube.xml
Here is my version of STYLES -> VIDEO-BIT if you care...
(The HD tag will only work if you are using the included YouTubeHD.xml)
<if condition="!is_browser('ie') AND $show['wysiwyg']">
<!-- Mozilla work around for focusing on QR in WYSIWYG mode -->
<div id="qr_scroll"></div>
</if>
Attached are the two YouTube XML files required for all this... (YouTube and YouTubeHD) You don't have to use the YouTubeHD.xml, but you MUST use the included YouTube.xml
Here is my version of STYLES -> VIDEO-BIT if you care...
(The HD tag will only work if you are using the included YouTubeHD.xml)
After you have done that, this remark will disappear.
I've done what it says but this message is not disappearing and the only working URL is "video.php" one which becomes "/video/"
all other links are still the old style, e.g. "http://localhost/forums/videos/?do=viewdetails&categoryid=1&categorytitle=general &videoid=6&videotitle=xingmpeg-player-test-video"
@Jaxel,
I've done the necessary changes to have 3level categories but it's a repeated while loop within couple of files, I can share it if you want but its messy, it's better to have a function to do this or maybe use or copy one of the built-in vbulletin category functions