Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Video-Directory Remixed Details »»
Video-Directory Remixed
Version: 1.3.0, by Jaxel Jaxel is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 01-05-2009 Last Update: 07-30-2009 Installs: 703
DB Changes Uses Plugins Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

This mod has been rewritten for vB4x here: https://vborg.vbsupport.ru/showthread.php?t=240677

This modification is based on the Video-Directory modification by Survivor and vBPoint.org.
His mod is NOT dead, its still alive and kicking; but he has informed me that he just doesn't have the time to maintain it and give support. So until he is able to work on it agian; I've been doing a series of updates.

What is this mod?

This mod adds a fully featured and fully integrated video directory archive to your forums. Users can add their favorite videos from their favorite video service to the directory. I only support a few select hosters; but the hoster scripting is XML base, so any user can create their own scripts for any number of hosting services. The old MyVideo and Sevenload scripts from Survivor's version will still work, but they wont pull in Keyword/Tagging information, nor the video length time codes.

Basic Feature Listing:
  • Fully integrated into the vBulletin user database and product manager.
  • Fully phrased and built on templates for easy reskinning and styling.
  • Fully administratable and a myriad of settings for personalization.
  • Complete customization of permissions based on usergroups.
  • Landing page for broad information and fully featured tag cloud.
  • Category profiles for videos.
  • Contribution profiles for users.
  • Keyword profiles for tag cloud.
  • Built in comment system for videos.
  • Search function for titles and descriptions.
  • RSS feed of videos.
Product Demo:
http://www.8wayrun.com/video.php
Installation Procedure:
  1. Upload all files in the "upload" directory to your forum root.
  2. CHMOD /videothumbnails/* and /includes/videoserviceapi to 777.
  3. Import the product "product-videodirectory.xml" in your Product Manager.
  4. Follow the on screen instructions to configure your video hoster settings.
  5. Refresh your administration control panel to see the new navigation links.
NOTES:
vBulletin 3.7.0 instituted a new avatar-thumbnail system. There is a high probability that you are unaware of this new system and may have failed to setup your vBulletin to make use of it. Make sure that a directory called /thumbs is located in your avatar directory and CHMOD it to 777. Then go into Maintenance > Update Counters and run the Rebuild Custom Avatar Thumbnails process.
Upgrade Procedure:
  1. Upload all files in the "upload" directory to your forum root.
  2. Take note of the information stored in Limits of Videos > General Settings.
  3. Import the product "product-videodirectory.xml" in your Product Manager.
  4. Re-establish your previous Limits settings in Videos > General Settings.
  5. Re-import ALL of your hosters and settings in Videos > Manage hosters.
    • You MUST remember to re-import your hosters after upgrading.
NOTES:
You may lose your category dataman when you upgrade. If no categories are listed after an upgrade, you will be required to rebuild your category dataman. Its very easy to rebuild it if you need to. Simply go into Videos > Manage categories, select ANY category and hit [Edit], then click [Save]. Your category dataman will automatically be rebuilt.
Roadmap for the Future:
  • Moderation
  • Favorites
  • Playlists
Don't forget to click INSTALL!

If you want to donate, I'm all for it... as I'm an unemployed computer programmer...

Download Now

File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Artes_Marciales, asking, Kolektor, Sam Lee

Comments
  #1642  
Old 07-10-2010, 01:00 PM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JacquiiCooke View Post
Thanks for responding Robbie!
Can you be more specific please? Which youtube xml file am I look for? I've searched all files included in the download and do not see the text <svcWidth> in any of the files...
Export your youtube hoster as an xml file, once downloaded edit it and find the line below, see my values, perfect for youtube wide screen (width="540" height="360") - if you make it 640x you get black bars either side left and right.

Code:
return '<embed src="http://www.youtube-nocookie.com/v/' . $videoid . '&autoplay=' . $autoplay . '&fs=' . $fullscreen . '&rel=' . $related . '&hq=1" type="application/x-shockwave-flash" allowfullscreen="true" width="540" height="360" wmode="transparent"></embed>';
then re-import! - done! good luck
Reply With Quote
  #1643  
Old 07-11-2010, 08:05 PM
JacquiiDesigns's Avatar
JacquiiDesigns JacquiiDesigns is offline
 
Join Date: Dec 2008
Location: Tennessee
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by b6gm6n View Post
Export your youtube hoster as an xml file, once downloaded edit it and find the line below, see my values, perfect for youtube wide screen (width="540" height="360") - if you make it 640x you get black bars either side left and right.

Code:
return '<embed src="http://www.youtube-nocookie.com/v/' . $videoid . '&autoplay=' . $autoplay . '&fs=' . $fullscreen . '&rel=' . $related . '&hq=1" type="application/x-shockwave-flash" allowfullscreen="true" width="540" height="360" wmode="transparent"></embed>';
then re-import! - done! good luck
DUH! I didn't even think to re-import the edited file ARG.
Anyway - Issue is sorted! Thanks so much for the help guys!

Jacquii.
Reply With Quote
  #1644  
Old 07-11-2010, 08:47 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by b6gm6n View Post
Has anyone got the "xfire" video hoster settings xml file? please advise, thanks
Let me see if I can write one for you
Reply With Quote
  #1645  
Old 08-16-2010, 11:37 PM
THE BLUE DRAGON THE BLUE DRAGON is offline
 
Join Date: Jul 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm can i put external link ??

like http://www.site.com/video.mp4 ??

and can i put ( avi , flv , rm , wav , ect ) ??
Reply With Quote
  #1646  
Old 08-18-2010, 03:18 AM
Hellmaster Hellmaster is offline
 
Join Date: Sep 2009
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this version will upgrade to have moderated videos? Or only for 4.x?
Reply With Quote
  #1647  
Old 08-22-2010, 07:54 AM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!! : )
Reply With Quote
  #1648  
Old 08-25-2010, 03:30 PM
mortydot mortydot is offline
 
Join Date: Jul 2007
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 2 problems with this mod.

1 When i want to post a comment on a vid it says: Invalid video specified.

2 I dont understand what urls to use. For example when i use a link of youtube sometimes a url works and some dont work. I dont know what im doing wrong. Maby i need to change some settings?

Hope somebody can help me!
Reply With Quote
  #1649  
Old 08-31-2010, 11:59 AM
Lightmaster-AH Lightmaster-AH is offline
 
Join Date: Dec 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

and sorry for my very bad english. I have some problems with the comment. If I make a comment, I can not see this. I refresh the site and for just one moment I can see the comment and than the commentbox is empty.

I upgraded from 1.1 to the newest version and I can see all the older comments. Is there a problem with my Video_commentbit template? Or is there another problem?

thank you for help!
Reply With Quote
  #1650  
Old 09-07-2010, 04:13 PM
xTerMn8R xTerMn8R is offline
 
Join Date: Mar 2004
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Folks,
Just want to start off by saying this Mod Rocks, and we've been using it for sometime now. I do however have a question, Can anyone explain to me how I can make a Hoster definition XML for a site that doesn't exist as one of the hosters listed/Included? I've tried modifing some of the existing ones and uploading them, but I'm missing something somewhere. I'm sure it has something to do with the URL info and the way I'm entering it into the xml. This site does it quite different then most of the others, so I'm very perplexed with the code I see in these. I think if I knew how to make a Wildcard for part of the URL I could get it. But I dont know how to do that, * and *.* dont seem to work.

We have recently been reviewing quite a number of videos from a site called www.PopModal.com I have no idea where to start and was hoping someone could point me in the right direction. Below is the Embed and URL information, I don't know if that will be of any help to help figure this out but figured I'd include it.

Code:
<object width="400" height="327"><param name="movie" value="http://www.popmodal.com/nvp/player/nvplayer.swf?config=http://www.popmodal.com/nvp/econfig.php?key=6833d2d0cb944555739c"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.popmodal.com/nvp/player/nvplayer.swf?config=http://www.popmodal.com/nvp/econfig.php?key=6833d2d0cb944555739c" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"wmode="transparent" width="400" height="327"></embed></object>
Code:
http://www.popmodal.com/video/6122/Ted-Hayes-Debates-Rev-Eric-Lee-on-Glenn-Becks-Restoring-Honor-Rally-in-Washington-DC
Thank you in advance for any and all assistance...
Reply With Quote
  #1651  
Old 09-18-2010, 05:57 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chances this mod will add in a feature for using "own video player"? Basically allowing the site admin to play all youtube video through the sites external player?

It would stop members or visitors from clicking the video to see where the video is on youtube.
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 01:58 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.07912 seconds
  • Memory Usage 2,364KB
  • Queries Executed 27 (?)
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
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete