Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

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
  #122  
Old 10-04-2008, 07:08 AM
BJF BJF is offline
 
Join Date: Jun 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

link to another video mod for vbulletin?
Reply With Quote
  #123  
Old 10-04-2008, 10:45 AM
GabyZ GabyZ is offline
 
Join Date: Jan 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod it's very usefull and it has the right features, however it lacks at some points:

1) The page title when viewing a video or a category is the same, so the title does not change for categories and videos.

2) There's no plugin to show videos on the forum home, for the rest keep up the work in this direction.

I'll click installed but i'm not using it only for this two points.
Reply With Quote
  #124  
Old 10-04-2008, 10:53 AM
tidefans tidefans is offline
 
Join Date: Jul 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod. My members love it.

Some suggestons for next version:
  • Something like [+] (add button) beside each category on the front page
  • Instructions / Help page (i.e. where I could put directions on how to add videos
  • Tagging
  • Ability to put a module of the most recent, highly rated, most popular, etc. on my forum pages.

Otherwise, thanks for sharing!
Reply With Quote
  #125  
Old 10-04-2008, 11:16 AM
GabyZ GabyZ is offline
 
Join Date: Jan 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, the module will be great to have
Reply With Quote
  #126  
Old 10-04-2008, 06:30 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/'
Reply With Quote
  #127  
Old 10-04-2008, 07:09 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 TimberFloorAu View Post
Any luck on the comments portion yet?

We still cannot post comments, get the minimum word count warning.

Ste
We haven't found the bug yet.

Quote:
Originally Posted by GabyZ View Post
This mod it's very usefull and it has the right features, however it lacks at some points:

1) The page title when viewing a video or a category is the same, so the title does not change for categories and videos.

2) There's no plugin to show videos on the forum home, for the rest keep up the work in this direction.

I'll click installed but i'm not using it only for this two points.
1. I'll have a look at this.

2. Maybe for Version 1.,2.0 or later

Quote:
Originally Posted by tidefans View Post
Great mod. My members love it.

Some suggestons for next version:
  • Something like [+] (add button) beside each category on the front page
  • Instructions / Help page (i.e. where I could put directions on how to add videos
  • Tagging
  • Ability to put a module of the most recent, highly rated, most popular, etc. on my forum pages.

Otherwise, thanks for sharing!
Instructions: You can add this via FAQ (Friontend Help)
Tagging is planned
Modules: Same as above

Regards Surviver
Reply With Quote
  #128  
Old 10-04-2008, 07:56 PM
tidefans tidefans is offline
 
Join Date: Jul 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Surviver View Post

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.

Regardless, I love this mod.
Reply With Quote
  #129  
Old 10-04-2008, 08:36 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 tidefans View Post
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.

Regardless, I love this mod.
You can simply add it to the Template. (shoulkd be video_main or video_home)
Reply With Quote
  #130  
Old 10-06-2008, 10:50 AM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Amazing!
Great MOD!

Tanks!!
**nominated**
Reply With Quote
  #131  
Old 10-06-2008, 07:41 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some problems.

In admin panel:

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.
Reply With Quote
Reply

Thread Tools

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 03:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05107 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (3)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