Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Video-Directory Details »»
Video-Directory
Version: 1.1.0 RC 2, by Surviver Surviver is offline
Developer Last Online: May 2020 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.x Rating:
Released: 09-28-2008 Last Update: 11-14-2008 Installs: 350
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.


What is this?

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
  • Simple search-function
  • RSS-Feed of videos
  • Advanced WOL-integration
  • Advanced vBSEO-integration
Installation:
  1. Upload all files from the directory "root" (Keep the structure of folders)
  2. The directory of videothumbnails and includes/videoserviceapi needs 777 permissions
  3. Import the product-videodirectory.xml from the admin-controllpanel
  4. After importing the product DON'T close the window, follow the installiton instructions!
History:
  • 1.0.0 RC 1 - First release
  • 1.0.0 RC 2 - Improvements and correcting some errors - many thanks to Hapi for reworking the templates!
  • 1.0.0 RC 3 - Correting some bugs: 38409, 38496, 38548, 38611
  • 1.1.0 Beta 1 - "Major Release"
    • Correcting some bugs
    • New: Search function
    • New: Reporting funvtion for videos
    • New: Import/export funtion for Video-Webpages
    • New: Improvements for guests
    • New: Best voted videos on Mainpage
    • New: vBSEO-Integration
    • New: Simplified installation
  • 1.1.0 Beta 2 - Small Bugfix-Release
  • 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!

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #392  
Old 11-23-2008, 05:49 PM
freni32 freni32 is offline
 
Join Date: Nov 2008
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone help me, I put this on my homepage and it looks fine, however on sub forums it is putting a big space above the video....not sure why:

homepage is RadarDetectorLaser.Com

you will see my video module on the right side of page, which looks fine but then when you go to for example:

http://www.radardetectorlaser.com/va...ar-detector-8/

there is a huge gap above it, I did increase the size of the videos on that picture, but cant figure out how to remove the space above the video.

here is the code for that part of the page, do you see anything wrong with the code maybe?

<!-- Embed Video Code Start -->
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/2xInFL22Yig&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2xInFL22Yig&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<br>
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/RQJTsAXaNBI&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RQJTsAXaNBI&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<br>
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/FVE6724e85M&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FVE6724e85M&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<!-- Embed Video Code End -->
Reply With Quote
  #393  
Old 11-23-2008, 06:17 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by freni32 View Post
Can someone help me, I put this on my homepage and it looks fine, however on sub forums it is putting a big space above the video....not sure why:

homepage is RadarDetectorLaser.Com

you will see my video module on the right side of page, which looks fine but then when you go to for example:

http://www.radardetectorlaser.com/va...ar-detector-8/

there is a huge gap above it, I did increase the size of the videos on that picture, but cant figure out how to remove the space above the video.

here is the code for that part of the page, do you see anything wrong with the code maybe?

<!-- Embed Video Code Start -->
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/2xInFL22Yig&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2xInFL22Yig&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<br>
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/RQJTsAXaNBI&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RQJTsAXaNBI&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<br>
<if condition="$catid == 8">
<object width="250" height="250"><param name="movie" value="http://www.youtube.com/v/FVE6724e85M&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FVE6724e85M&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="250"></embed></object>
</else></if>
<!-- Embed Video Code End -->
Can't conform that - looks fine for me ...
Reply With Quote
  #394  
Old 11-23-2008, 06:29 PM
freni32 freni32 is offline
 
Join Date: Nov 2008
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

right about it there is a huge gap of space until the module title is at, the homepage looks fine, it is the subpage categories

on homepage as well, look below the last video where the module stops...there is a big gap of space as well :{
Reply With Quote
  #395  
Old 11-24-2008, 04:34 PM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance for Playlists/Sub-Categories...

If you look at how I have one of my video categories...
http://www.8wayrun.com/video.php?do=...y&categoryid=9

Right now it has 60 vids, and later today it will have 90... I would like to be able to split those videos into sub-categories. So when someone clicks on the Kogarasumaru category, they will not only get the full list of 90 videos, but also get 3 sub-categories they can click on to further refine the listings... Would this be possible?

This and the Video Profiles for users would make this mod PERFECT for me.

Quote:
Originally Posted by Surviver View Post
Sorry, i don't know TFSEO
Fair enough... but could we get a vBA_CMPS version of the Forumhome mod?
Reply With Quote
  #396  
Old 11-24-2008, 04:47 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
Fair enough... but could we get a vBA_CMPS version of the Forumhome mod?
The one by Twilkey?
Reply With Quote
  #397  
Old 11-24-2008, 06:00 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
Any chance for Playlists/Sub-Categories...

If you look at how I have one of my video categories...
http://www.8wayrun.com/video.php?do=...y&categoryid=9

Right now it has 60 vids, and later today it will have 90... I would like to be able to split those videos into sub-categories. So when someone clicks on the Kogarasumaru category, they will not only get the full list of 90 videos, but also get 3 sub-categories they can click on to further refine the listings... Would this be possible?

This and the Video Profiles for users would make this mod PERFECT for me.



Fair enough... but could we get a vBA_CMPS version of the Forumhome mod?
Subcategories will be maybe implented in futur versions

Regards
Surviver
Reply With Quote
  #398  
Old 11-24-2008, 10:26 PM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey... do you know the RSS feed doesnt work in IE?

http://www.8wayrun.com/video.php?do=rss

Works in Firefox, but not IE.
Reply With Quote
  #399  
Old 11-24-2008, 11:43 PM
johnrizz's Avatar
johnrizz johnrizz is offline
 
Join Date: Apr 2006
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Surviver, How would you get liveleak . com too work on this?
Reply With Quote
  #400  
Old 11-25-2008, 11:49 AM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why do videos give the random "Response from Server Can Not Be Read" error?

http://www.youtube.com/watch?v=9AZjAUSRcAU
http://www.youtube.com/watch?v=Hv49e0aGE2g
Reply With Quote
  #401  
Old 11-25-2008, 12:49 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
Hey... do you know the RSS feed doesnt work in IE?

http://www.8wayrun.com/video.php?do=rss

Works in Firefox, but not IE.
Thanks for the repot, I'll see waht i can do!

Quote:
Originally Posted by stone0075 View Post
Surviver, How would you get liveleak . com too work on this?
You have to write a class for this hoster.

Quote:
Originally Posted by Jaxel View Post
Why do videos give the random "Response from Server Can Not Be Read" error?

http://www.youtube.com/watch?v=9AZjAUSRcAU
http://www.youtube.com/watch?v=Hv49e0aGE2g
The 1st video works, for the second i gte the response (invisible for you) Video not found
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07972 seconds
  • Memory Usage 2,336KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete