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

Reply
 
Thread Tools
vBTube LE 2.1.1 Media Library UPDATE vBulletin 4.2.x Details »»
vBTube LE 2.1.1 Media Library UPDATE vBulletin 4.2.x
Version: 2.1.1 Patc, by muratmunich muratmunich is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.x Rating:
Released: 03-09-2012 Last Update: 11-19-2012 Installs: 188
 
No support by the author.

vBTube.com is proud to present vBTube LE (Lite Edition)


vBTube LE Demo


What is vBTube ?
vBTube Media Gallery - Professional Video CMS for your vBulletin4 Community.
vBTube is the ultimate video sharing script for starting your own YouTube

Features

Embed Videos from:
YouTube, Dailymotion, MetaCafe, Veoh, Google Video, MySpace, MyVideo, Sevenload, Vidmax, Vimeo, Funnyordie.com, Izlesene

Installation / Default

Install Instructions (Comments are stored in a seperate DB Table):

Watch this video installation tutorial:
http://www.vbtube.com/videos/3/vbtube-install.html

1. Upload Contents of "Upload to Forums Root" Folder to Forums Root
2. Chmod 777 following Folders
/vbtube/tmp
/vbtube/upload/thumb_link

3. Import vBTubePRO_v2.0_LE vBx XML File with Product Manager
4. Enter Forum Path at admincp/vBTubePRO/options -> Forum Path
For Example mine here is : /var/srv/www/httpdocs/forum/

If you don't know your relative path go to:

admincp/maintance/view php info
and ook for:
_SERVER["DOCUMENT_ROOT"] /var/srv/www/httpdocs/forum

Don't forget to enter the trailling slash!

5. Click vbtube-db-check (admincp/vbtubepro/vbtube-db-check). Be sure all files are uploaded before
6. Set Permission Settings for each Usergroup. Edit the options however you like
7. Now you can add your Categories.

Admincp/vBTubePRO/Add Category

- Category Name
- Display Number (Start with 10, 100, 200, 300, 400...)

Finished: yourdomain.com/vbtube.php
__________________________________________________ ___________________

Installation / Comments are mixed up in vBulletin Posts

There are 2 ways to use vBTube.
This instruction will show you how to install vBTubePRO mixing the comments in your forum.

This means exactly: When adding videos, vBTube will create threads. When commenting videos, vBTube will create posts to that video thread.

Install Instructions:

Watch this video installation tutorial:
http://www.vbtube.com/videos/2/vbtube-install-mix.html

1. Upload Contents of "Upload to Forums Root" Folder to Forums Root
2. Chmod 777 following Folders
/vbtube/tmp
/vbtube/upload/thumb_link

3. Import vBTubePRO_v2.0_LE vBx XML File with Product Manager
4. Enter Forum Path at admincp/vBTubePRO/options -> Forum Path
For Example mine here is : /var/srv/www/httpdocs/forum/

If you don't know your relative path go to:

admincp/maintance/view php info
and ook for:
_SERVER["DOCUMENT_ROOT"] /var/srv/www/httpdocs/forum

Don't forget to enter the trailling slash!

5. Click vbtube-db-check (admincp/vbtubepro/vbtube-db-check). Be sure all files are uploaded before
6. Now, add a new Forum -> "Forums & Moderators" -> "Add new Forum"
Type "0" for the Display Order. So it is not visible in your forums list.

You got the option to add more Forums for Comments but it's highly recommended to use only 1 Forum for Comments !
We are supporting only the using of 1 ForumID. This means: Add only 1 ForumID to your categories... (You will see this step when adding categories).

7. Now we need the ForumID of the new added Forum for Comments.
Enter the ForumID here:
admincp/vbtubepro/Options/Latest vbTubePRO Postings/Comments ForumID

8. Set Permission Settings for each Usergroup. Edit the options however you like
9. Now you can add your Categories.

Admincp/vBTubePRO/Add Category

- Category Name
- Display Number (Start with 10, 100, 200, 300, 400...)

Finished: yourdomain.com/vbtube.php

LE v2.1

1. vBulletin 4.2.x compatible
2. Navigation Tab added to Navigation Manager
3. Mobile Style Bug
4. Background Color Admin Menu fixed
5. MyISAM Product XML included for newer MySQL Versions

Update Instructions:

1. Upload all Files (Content of Upload to Forums Root) to your Forum Root. Close your Board
2. Import vBTubePRO_v2.x.xml Product with vBulletin's Product Manager - Select Overwrite
3. Run DBCheck : admincp/vbtubepro/vbTubePRO DB-Check
4. Option to set Style for vbtube
5. Open your Board

If you like vBTube please click on installed and donate, Thank you.

v2.1 Patched:

This Update is for users who have warning error messages like this:
Warning: trim() expects parameter 1 to be string, array given in [path]/vbtube_add.php on line 139

Download the patched zip file and upload only vbtube_add.php (overwrite old file).

v2.1.1:

Facebook bug fixed
Keywords Array Warning fixed

Thanks

Download Now

File Type: zip vBTubePRO 2.1.1 LE_Patched.zip (483.2 KB, 1198 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
11 благодарности(ей) от:
alhidaya, iiioroh, misha69, NTT, RichieBoy67, romaszek, Sage Knight, thompson, Toorak Times, victorvu, wat3v3r

Comments
  #52  
Old 03-23-2012, 01:25 PM
asd_ra7la asd_ra7la is offline
 
Join Date: May 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by muratmunich View Post
Ok i will check this.

I guess that fb likes have nothing to do with seo.
Talking about the publication not fb likes




if i share
Reply With Quote
  #53  
Old 03-23-2012, 08:44 PM
muratmunich muratmunich is offline
 
Join Date: Oct 2005
Location: Germany
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Users who are using fb connect and fb like on their board have to edit one template to make it also work with vbtube.

Search for headinclude template

look for:
<vb:if condition="$show['fb_opengraph'] ">

and replace with:
<vb:if condition="$show['fb_opengraph'] AND THIS_SCRIPT != 'vbtube'">
Reply With Quote
  #54  
Old 03-24-2012, 08:59 PM
muratmunich muratmunich is offline
 
Join Date: Oct 2005
Location: Germany
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by asd_ra7la View Post
Talking about the publication not fb likes


if i share

Yes true, the pro version has better seo functions.
I will add some to the next light version.
Reply With Quote
  #55  
Old 03-25-2012, 05:26 AM
asd_ra7la asd_ra7la is offline
 
Join Date: May 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by muratmunich View Post
Yes true, the pro version has better seo functions.
I will add some to the next light version.
Thanks Waiting for the next light version
Reply With Quote
  #56  
Old 03-25-2012, 02:53 PM
majjed2008 majjed2008 is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello

i tray to instal it and i get this :you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

please kindly how i can fix that also please PM me for full V details
Reply With Quote
  #57  
Old 03-25-2012, 04:42 PM
muratmunich muratmunich is offline
 
Join Date: Oct 2005
Location: Germany
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Set your usergroup permissions for vbtube.

Then it should work.
Reply With Quote
  #58  
Old 03-26-2012, 12:36 AM
chimpmaster chimpmaster is offline
 
Join Date: Jan 2012
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 4.1.11 and seems to work. I loaded a video from youtube but when I click submit I get Vbull message "Please upload only Image Type Files! (jpg, gif, png)". Is there some setting something I am missing? Thanks
Reply With Quote
  #59  
Old 03-26-2012, 05:16 AM
Preech Preech is offline
 
Join Date: Aug 2002
Location: Fort Campbell
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look in your acp, you should have the ability to add other file types. Just follow the same pattern of what is already there.
Reply With Quote
  #60  
Old 03-26-2012, 07:22 AM
muratmunich muratmunich is offline
 
Join Date: Oct 2005
Location: Germany
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chimpmaster View Post
Installed on 4.1.11 and seems to work. I loaded a video from youtube but when I click submit I get Vbull message "Please upload only Image Type Files! (jpg, gif, png)". Is there some setting something I am missing? Thanks

Be sure you have set chmod777 required folders.
Reply With Quote
  #61  
Old 03-26-2012, 10:18 PM
chimpmaster chimpmaster is offline
 
Join Date: Jan 2012
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine now in 4.1.11 for me.

Under the Popular Section where it lists the most popular video categories, the icons are all empty glasses (empty.png). Are the icons suppose to be the default images for the category? I have set up photos for each category. Thanks. Great mod and very clean. Nominated
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 12:21 AM.


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.12447 seconds
  • Memory Usage 2,349KB
  • 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
  • (4)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)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
  • (1)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