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 |
#212
|
||||
|
||||
If use VBSEO for this version, please open
VBSEOCP >> Custom Rewrite Rules >> add below Code:
'^media\.php\?do=cat&id=(.*)&o=(.*)&page=(.*)' => 'category/$1-$3-$2.html' '^media\.php\?do=myfavs&u=(.*)&page=(.*)' => 'my-favorites/$2/$1.html' '^media\.php\?do=mymedia&u=(.*)&page=(.*)' => 'my-media/$2/$1.html' '^media\.php\?do=list&ctype=2' => 'photo-categories.html' '^media\.php\?do=list&ctype=3' => 'adult-categories.html' '^media\.php\?do=topvideos&page=(.*)' => 'top-videos-$1.html' '^media\.php\?do=topphotos&page=(.*)' => 'top-photos-$1.html' '^media\.php\?do=most_viewed&page=(.*)' => 'most-viewed-$1.html' '^media\.php\?do=most_voted&page=(.*)' => 'most-voted-$1.html' '^media\.php\?do=topvideos' => 'top-videos.html' '^media\.php\?do=topphotos' => 'top-photos.html' '^media\.php\?do=most_viewed' => 'most-viewed.html' '^media\.php\?do=most_voted' => 'most-voted.html' '^media\.php\?do=myfavs' => 'my-favorites.html' '^media\.php\?do=mymedia' => 'my-media.html' '^media\.php\?do=list' => 'video-categories.html' '^youtube_browser\.php' => 'youtube-browser.html' '^media\.php' => 'media.html' '^vbtube_show\.php\?tubeid=(\d+)&sti=(.+)' => 'media/$1/$2.html' |
Благодарность от: | ||
Elenna |
#213
|
||||
|
||||
If you want the URL that appears in the English character mode (For countries with individual characters), please do the following (I applied for Vietnam)
Please copy the file attached below, to override the installation directory of your forums ROOT vbtube_functions.php Note: PHP Code:
|
#214
|
||||
|
||||
Fix share link SEO(share on facebook, ....) for vBTube LE 2.1
Open: vbtube_functions.php Find Code:
$link = $vbulletin->options['bburl']."/vbtube_show.php?".$vbulletin->session->vars['sessionurl']."tubeid=$id&sti=$seoreg2" ex: my share link of my forum: PHP Code:
Code:
/vbtube_show.php?tubeid=82&sti=Nhung-tai-nan-khong-the-nhin-cuoi- Code:
/media/82/Nhung-tai-nan-khong-the-nhin-cuoi-.html |
#215
|
|||
|
|||
After I installed this for a client I get this database error when I click on the link for the forum:
Code:
Database error in vBulletin 4.2.0: Invalid SQL: SELECT tubeid, title, username, userid, vidlang, link1img, thumb_type, aboutme, tube, mediatype,site, views, votes, rates, rating, duration, keywords, reviewid, active, joindate FROM vbvbtube_tubes WHERE active=1 AND tube='' ORDER BY joindate DESC LIMIT 0,12; MySQL Error : Unknown column 'thumb_type' in 'field list' Error Number : 1054 Request Date : Friday, August 31st 2012 @ 10:27:41 AM Error Date : Friday, August 31st 2012 @ 10:27:41 AM Script : http://xxxxx.com/forums/vbtube.php Referrer : http://xxxxx.com/forums/vbplaza.php IP Address : xx.xx.xx.xx Username : DamienDarwick Classname : vB_Database MySQL Version : 5.1.63-cll Code:
Database error in vBulletin 4.2.0: Invalid SQL: SELECT categoryid, deleted FROM vbvbtube_categories WHERE deleted = 1 LIMIT 1; MySQL Error : Unknown column 'deleted' in 'field list' Error Number : 1054 Request Date : Friday, August 31st 2012 @ 10:29:40 AM Error Date : Friday, August 31st 2012 @ 10:29:40 AM Script : http://xxxx.com/forums/vbtube_admin.php?do=showcat_v Referrer : http://xxxx.com/forums/admincp/index.php?do=savenavprefs&nojs=0&navprefs=vbulletin_0,vbulletin_1,vbulletin_2,vbulletin_3,vbulletin_4,vbulletin_5,vbulletin_6,vbulletin_7,vbulletin_8,vbulletin_9,vbulletin_10,vbulletin_11,vbulletin_12,vbulletin_13,vbulletin_14,vbulletin_15,vbulletin_16,vbulletin_17,vbulletin_18,vbulletin_19,vbulletin_20,vbulletin_21,vbulletin_22,vbulletin_23,vbulletin_24,vbulletin_25,vbulletin_26,vbulletin_27,vbulletin_28,vbulletin_29,vbulletin_30,vbulletin_31,vbulletin_32,vbulletin_33,vbulletin_34,arcade_0,vbtube_0,vbbuxvbplaza_0,vbbuxvbplaza_1,vbbuxvbplaza_2,vbbuxvbplaza_3,vbbuxvbplaza_4,vbbuxvbplaza_5,vbbuxvbplaza_6,vbbuxvbplaza_7,vbbuxvbplaza_8,vbbuxvbplaza_9,vbbuxvbplaza_10,credits_0,rbs_0 IP Address : xx.xx.xx.xx Username : DamienDarwick Classname : vB_Database MySQL Version : 5.1.63-cll |
#216
|
|||
|
|||
I post the video successfully but access http://domain.com/vbtube.php as follows:
Quote:
|
#217
|
|||
|
|||
hi,
it works good but there is no link in navbar. how can we add vbtube link to the navbar? |
#218
|
|||
|
|||
Log in to your AdminCP and under Settings>Navigation Manger change the tab name and order.
|
#219
|
|||
|
|||
Why am I getting this message when trying uploading videos?
'Please upload only Image Type Files! (jpg, gif, png)' |
#220
|
|||
|
|||
^^^ Any Idea?
|
#221
|
|||
|
|||
I am getting this trim error:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|