The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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
Developer Last Online: Aug 2023
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
Show Your Support
|
11 благодарности(ей) от: | ||
alhidaya, iiioroh, misha69, NTT, RichieBoy67, romaszek, Sage Knight, thompson, Toorak Times, victorvu, wat3v3r |
Comments |
#442
|
||||
|
||||
Looks very good, will have to try this when available...:up:
Quote:
|
#443
|
||||
|
||||
Anxiously Waiting for this..
|
#444
|
|||
|
|||
|
2 благодарности(ей) от: | ||
Max Taxable, RichieBoy67 |
#445
|
|||
|
|||
What made you remove the audio portion of this. For me it was better than just video. Either way, still a great addition to vBulletin for me.
What is new. |
#446
|
|||
|
|||
Youtube adding seems to be broken. When you try to load the data you get a bunch of errors. You can still proceed to add the content but there are many error lines. Anyone able to get the thing working? I have too many videos and categories to change versions.
|
#447
|
||||
|
||||
What errors are you getting? Did you recently upgrade your PHP?
|
#448
|
|||
|
|||
Code:
Warning: file(http://gdata.youtube.com/feeds/api/videos/AdvEN0jpAWE): failed to open stream: HTTP request failed! HTTP/1.0 410 Gone in ..../vbtube/includes/sites/1.php on line 55 Warning: implode(): Invalid arguments passed in ..../vbtube/includes/sites/1.php on line 55 Code:
Warning: Function eregi() is deprecated in ..../vbtube_add.php on line 365 Any ideas? Thanks for responding |
#449
|
|||
|
|||
You have to change the eregi functions with preg_replace.
http://php.net/manual/de/function.preg-replace.php Because eregi is deprecated. |
#450
|
|||
|
|||
It says preg_replace needs 3 functions when i change eregi to preg_replace.
What about when trying to load the youtube data automatically? that error is still there. I appreciate you replying.. i know its probably not the most fun thing replying to something like this hehe =/ I do appreciate it though. |
#451
|
|||
|
|||
They are warnings no errors.
If you want you can disable the warnings. Add to vbtube_add.php error_reporting(0); at the top of file |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|