![]() |
how long does tapblefix.php take...how do i know its done sorry for such silly question
|
Quote:
Thanks. Edit: I found it now... |
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. |
Quote:
|
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 |
Quote:
|
Quote:
|
Quote:
|
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?
|
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. :rolleyes: 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 :D) 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. :rolleyes: |
All times are GMT. The time now is 09:56 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|