![]() |
The difference is brother the members are using the instructions to get a video from YouTube and use the URL and paste it into the blank space slotted for it. Not add code to the end of the code they just copied. Now the next issue is copying code for it to auto play. It don't work either. I tried another 10 videos with the theroy of adding the =en to make it work. Didn't work.
I have to get back to work. I will wait until this mod is debugged. I don't seem to be helping you but making it worse. Thanks for the efforts though. I do appreciate it. ;) |
Theres more then just =en different in the links..
Look at both the links real good... For the Auto-play,,did you ?? Find one $userinfo[fielda] and change the a to the YouTube auto-play field number.. If you tell the members how to get the embed url link.. There shouldnt be any problems... |
I did everything exact according to your setup. I won't have members doing anything extra. I have AME for embedding YouTube and other media in a post. If it isn't that simple I won't install it. I have enough trouble with making tutuorials with pictures for members that don't even understand them much less doing that with code. Most don't even understand how BBCode works. Again. Thanks for the efforts.
|
Installed. Works fine for me! Thanks!
|
Anyone have this working for 3.7 RC2?
Thanks in advance! -Dave |
just a blank box for me. :(
|
Quote:
Quote:
|
stangger5, if even the guys who installed your addon doesn't know how to deal with it, why don't you change your addon into a "normal-url-use" addon?
i got no problem using it. im not as dumb as the other dudes in here XD *jk* but for the users it would be better if they don't have to copy and paste and cut codes xD edit: big respect for your work and time you put in there ;) edit2: my users are too dumb for that xD they copy and paste the entire embed code or the normal url *facepalm* |
Great MOD.
We have done a tutorial for NOOBS. Okies, this is fairly easy, but please read the instructions. 1. click UserCP ( User Control Panel ) 2.http://www.yobromofo.com/forum/image...ur_details.png 3. Navigate to bottom of PAGE http://www.yobromofo.com/forum/image...be_details.png 4.Now open Youtube. Get the video you want, but dont copy the URL. Instead goto the EMBED box, and copy the code. http://www.yobromofo.com/forum/image...ed_details.png 5. Now open Notepad. Paste the embed details in there. http://www.yobromofo.com/forum/image...hlight_url.png 6. Copy the URL. leave the =en out of it. Go to your Control Panel, and add the details. http://www.yobromofo.com/forum/image...dd_details.png 7. Add the Copied URL in the first Box. Add a title etc. in second box, and in the third box put &autoplay=1 to play when profile is opened, or &autoplay=0 to not make it Auto Play Have Fun. If you rate this tutorial, and use it. Then say THANKS ! Or see www.yobromofo.com/forum |
Hi stangger5
Thanks for the hack :up: (in 2 weeks many of my User use it ;) but my User ask is it possible to ad more that one Video? So the Videos play?in random mode? Maby with multi line text box? (sorry for my bad english) |
can someone help me with the permissions part? do i put that code in the Add New Install area?
|
great mod, i just installed and it works great so far on three different themes
|
I'm installed this using vb 3.7.1
Unfortunately, when I installed and then inserted the link & title...it didn't work. There is no box or image of any type? What am I doing wrong? Where should I be seeing the video? Help! |
Quote:
Have a look at the demo.. |
Yes, I did step #2. However, we are using a customized template so it didn't look the same as your example. I put it where I thought it was as closely matched to what you had. Can you take a look at what I have and let me know? Thanks SO much!
<!-- youtube --> <if condition="$userinfo[fieldi]"> <div id="youtube" class="tborder content_block"> <h4 class="thead block_title"> <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('youtube')"><img id="collapseimg_youtube" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a> <a name="albums"></a> <span class="block_name">YouTube Video</span> </h4> <div class="block_content" id="collapseobj_youtube" style=""> <div class="alt1 smallfont block_row"><if condition="$userinfo[fieldt]">Title: $userinfo[field14]</if></div> <div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$userinfo[field13]"></param><param name="wmode" value="transparent"></param> <embed src="http://www.youtube.com/v/$userinfo[field12]$userinfo[fielda]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object> </div> </div> </div> </if> <!-- / youtube --> |
Find three $userinfo[fieldi] and change the i to the YouTube ID field number..
Find two $userinfo[fieldt] and change the t to the YouTube title field number.. Find one $userinfo[fielda] and change the a to the YouTube auto-play field number.. I see you have only edited for one $userinfo[field13] and one $userinfo[field12] What is your field numbers ?? One for YouTube URL, one for YouTube title and one for Auto-play.. |
Quote:
YouTube URL- 12 YouTube Title- 13 YouTube Auto-play 14 |
This is what it should look like...
Code:
<!-- youtube --> |
Installed Thanks!! Work's Great On my site....... http://www.street-rodz.com/member.php?u=1
|
Quote:
It's still not working using this. I do not see a video or any type of box. Help Please! |
Quote:
The only problem I had, and I didnt see a box before or anything was because I didnt add the autoplay option and put yes first. I would try deleting that profile field and make a new one and put default to yes. Here is mine http://www.myls1.com/member.php?u=1 |
Quote:
|
Sure.
|
works great
|
I've got this plugin working great in two different skin styles in Firefox, however the video drops below the main table when viewed in Explorer. I've played with the main table width with no success.
Can you tell me how to correct this? Thanks |
Nevermind, just switched the Youtube width to 200 and it now formats correctly in Explorer.
Lift |
a small suggestion if i may...
the main url can be hard-coded into the xml, so why not do that, and then users only need the last part of the url (and thus, don't need to go hunting embedded codes, and so on). So, eg. Code:
http://www.youtube.com/v/ and the remaining file element is entered by each user Code:
ORzHF2kgqJ4&hl=en |
I hope you don't mind, but here's my suggested edit to this modifcation.
What this does is allows the member to add the youtube file without needing to meddle with the 'embed' function. Instead, they simply need the very last portion of the URL. So, if the URL is http://www.youtube.com/watch?v=foKKLSGJFxw then any member need only paste the actual file identifier, which is: foKKLSGJFxw Whereas previously, they would need to hassle with the embed script, and then manually seek out the embed url: http://www.youtube.com/v/foKKLSGJFxw In addition, you may note I have added the &autoplay= function, so now when the member is adding their favourite youtube file, they need to only type 1 for yes, or 0 to not autoplay! Again, much simpler for the member. Seems like an all-around easier way of doing things for the members of the site. To use my edit, you'll need to change the memberinfo_block_youtube template in your chosen style: Code:
<!-- youtube --> |
Quote:
Its posted here,,Mini YouTube Video in Profile (right side block) Some members wanted a URL one so I made both.. If you use this one,,the URL one,,,you can use URLs from other video sites... |
Quote:
|
Seems like everybody got confuse about FULL URL. For me at first I was thinking that we just copy the full link on the Address bar and paste it and I will automatically replace the http://www.youtube.com/watch to http://www.youtube.com/v/
There's javascript that can replace watch to v |
Right.. So, installed this product, followed the instructions word for word. Every time I try to see the video, I get the embed code for the title, even though I entered the video's title... and no matter what video I try to embed, and I did check to make sure they were embeddable, I keep getting the "We're Sorry. This Video Is No Longer Available" message.
Help? Please? Pretty please? |
Quote:
$test = $userinfo[field27]; $youtube = substr_replace($test, "", 0, 31); I`m working on a new version,,that will use actual page URL and no more adding user fields or template editing....Maybe just one template edit...Will see.. Quote:
|
Hehe... I feel so... yeah.
I mixed up the field number with the display number. All works like a charm now, thank you! |
I have installed this hack and it works... however with varying results on different browsers.
When using IE all seems fine... but when using firefox the video will only play the video if autoplay is enabled... if not enabled.. i will see the video, but none of the buttons on the player function. any ideas? |
Do you see the buttons in the Demo ??
I use IE and FF...I can see the buttons with both.. |
Been working on this for 2 days now with no success, I have everything but the video. edit and changed id and even copy other templets posted and still not working! Had to uninstall.
|
Quote:
|
Quote:
Also loaded your espn mini. That works Great too. Also would like to get that mp3 player! I stuck with it and now was able to setup the mp3 player in members profile.:D |
Just Great
:D Installed, rated, nominated ;) |
All times are GMT. The time now is 01:33 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:
|