The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBTubePRO - Lite Version 1.0.4 Updated and FIXED Details »» | ||||||||||||||||||||||
vBTubePRO - Lite Version 1.0.4 Updated and FIXED
Developer Last Online: Aug 2023
vBTube.com Presents - vBTubePRO (Lite Version) Features: - Add Video Links from 34 Big Video Sites - Compatible with 3.7.x and 3.6.x - Set your own Categories - Select Aprove for publishing or not - Usergroup Permission settings - vBSEO Rules included in the Package This is not just a YouTube Browser, its more specific Video selection ! Add Videos from 34 Sites: Supported: YouTube, Google Video, Metacafe, MyVideo, GameSpot, Koreus, Video Sapo, LiveLeak, Veoh, ClipFish, SevenLoad, Izlesene, Vidiac, OnSmash, GodTube, DailyMotion, BrightCove, YouKu, LiveVideo, ExpertVillage, RedTube, PornoTube, PokerTube, FilmPjes, PiknikTube, Stream.cz, VideoTube, MovieWeb, MTV, Revver, Sina, YouMaker, Yahoo, Vimeo vBTubePRO Lite - Free Live Demo Test it ! User: demouser Pass: demopass v1.0.3: 15.03.2008 YouTube Thumbnail Bugfixed v1.0.4: 15.03.2008 Template Bug fixed - Template Bug fixed (Only Dark Templates affected). Dark Templates show the Randombit and Embedbit now with Background "alt1" - If anyone has Problems with vBSEO showing categories of vBTubePRO Download the latest 1.0.4 Version and set at admincp/vbtubepro/seo settings to on. v1.0.5: 21.09.2008 - New Page Navigation - More supported Sites - Template and Code Bug fixes Installation & Update Instructions: 1. upload content of "upload" folder to your forums root directory. 2. Import xml product file (If you edited Templates from previous Installations please revert them) 3. Start http://www.yourdomain/forum/vbtube_install.php. After runing it, delete vbtube_install.php file from your Server. 4. configure vbTubePRO_lite at admincp/vbtube/options start vbTubePro_lite with: http://www.yourforum.com/forum/vbtubepro.php Thats all Happy Video adding ! Show Your Support
|
Comments |
#482
|
|||
|
|||
how long does tapblefix.php take...how do i know its done sorry for such silly question
|
#483
|
|||
|
|||
Quote:
Thanks. Edit: I found it now... |
#484
|
|||
|
|||
First off, this hack looks amazing.
But I am having troubles with this. Its saying no such file found when I try to add a video. The link to my forums is thegwa.org. I'm sure all files are there, but for some reason it just won't work. I'm thinking about getting the PRO version in the future, because the upload would suit my site very well. Any and all help would be appreciated. |
#485
|
|||
|
|||
Quote:
|
#486
|
|||
|
|||
First off, great hack, I have it installed on my board. I'm running vBulletin 3.7.2.
I have searched through all the posts but did not find the answer. My question is this. Can Mods with "Moderate vbTubepro" turned "on" Approve/Reject video submissions? I have set up my Mods to moderate the video submissions but when they log into the ModCP the vbtubepro option settings are not there. Am I missing something? Here's my site: http://www.theblueandsilver.com/forums/vbtubepro.php |
#487
|
|||
|
|||
Quote:
|
#488
|
|||
|
|||
Quote:
|
#489
|
|||
|
|||
Quote:
|
#490
|
|||
|
|||
I can't seem to find anything wrong with set up. I imported the product, and uploaded all of the files to their respective directories. Nothing seems to work. Help?
|
#491
|
||||
|
||||
I spent a lot of time getting videos to display in the featuring, midbox, & rightbox, so I wanna share it with everyone to save you the trouble. FYI, these boxes are used to display special videos like sponsors, featured, announcements, etc.
1. When you first install vbTubePro, its side admin menu does not appear until you refresh the page. 2. The instructions for adding videos to featuring, midbox, & rightbox do not work. The thread's example uses the object tag for embedding, but nothing shows. Solution: strip everything inside the object tag except for the embed tag (don't forget to remove the end object tag). For example, to get a Rihanna video (I luv Rihanna ) from youTube, youTube provides the embed code on its page: HTML Code:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nXmJ-yaQAIw&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/nXmJ-yaQAIw&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object> HTML Code:
<embed src="http://www.youtube.com/v/nXmJ-yaQAIw&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="250" height="250"></embed> 4. But now the code from #3 will still break your layout for the rightbox. To fix its layout, you need to surround the code with <tr><td> tags. So the above example with #3 & 4 hacks would be: HTML Code:
<tr><td><embed src="http://www.youtube.com/v/nXmJ-yaQAIw&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="250" height="250" wmode="transparent"></embed></td></tr> HTML Code:
<table><tr><td><embed src="http://www.youtube.com/v/nXmJ-yaQAIw&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="250" height="250" wmode="transparent"></embed></td></tr></table> 7. Note that using the embed tag is only necessary in the featuring, midbox, & rightbox. When creating an entry in vbTube, you can simply use the url address in your browser. 8. If the above codes do not work, you probably forgot to: 1. add trailing tags (ie: </td>, 2. remove the end object tag (</object) from the sample codes, 3. change the width & height to 270 or less, and/or 4. add wmode="transparent". I know, all this editing sucks! It's poor layout/ template design, but at least it's fixable. Hope these tips help everyone. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|