![]() |
Quote:
|
Quote:
|
YouTube videos are not showing up for me. An example here: http://adventdestiny.com/forum/f104/...-trailer-5377/
|
Quote:
|
How good is this with Amazon referral links?
|
Quote:
|
Quote:
|
Quote:
|
When uploading the files, I am not entirely clear on which folder to choose to FTP.
1) the "upload" folder 2) The "forums" folder 3) the contents of the "forums" folder Also, if you don't have a "forums" directory, where else would be appropriate to upload to? |
The Ayatollah,
If you don't have a 'forums' directory, simply use the root directory. You'll notice the files within the 'forums' folder should correspond to what is in your root. |
|
It's not working! Gaaa!!!
YouTube links aren't being converted to Video. Does it work with 3.8.4? |
Not sure if I'll get a response to this, since this mod appears to be un-supported, but will anyway...just in case.
Anyway, I use this mod...and it's great. I've run into one small issue, though. I have another mod installed that allows a person to list their PC Specs in a drop-down box...however, this dropdown menu is hidden by the player in a post. Now...I know I can edit the <object> tag in order to fix this, but for the life of me can't find where to edit it. Does anyone know how to resolve this...or can they point me in the right direction? I certainly would appreciate it. |
It works with 3.8.4 patch level 1, i followed the instructions and it works.
|
Quote:
I have an RSS plugin that will watch a feed, then create a post in a thread automatically. The subsequent post isn't parsed by AME because it gets posted by a job that runs every 30 minutes. If I edit then save the post, its parsed correctly. Any thoughts to a workaround? |
When I put a link like: [url] http://www.youtube.com/watch?v=nBiGrHc0Xy4 [/ url]
works and it embeds the video, but when I put it this way: http://www.youtube.com/watch?v=nBiGrHc0Xy4 not working How do I fix?, (I have disabled the url's in the forum) and I want the url off, it continues to detect: http://www.youtube.com/watch?v=nBiGrHc0Xy4 but not using [url]. .. [/ url]. Greetings and thanks |
hey will you be considering to upgrade for vb4? cause i dont wanna loose this mod
|
I've Tried Uninstalling and Re-installing, (and Re-Uploading the Files, of course), and the same Error Occurs, when I Click "Preview Post" the Link "Automatically embed media" to Activate/Deactivate the Media Embedding (located below the "Automatically parse links in text") Dissapears, Leaving the Option Activated. :confused:
How can I Correct this? :confused: Where should I look to Leave the Option Visible Always to be able to Activate/Deactivate it? :confused: My Best Regards. :) Quote:
|
Is there any chance to get version 2.5.4 back? v2.5.5 just will not code any of the ame tag links anymore.
|
I need help!
I have -- vBulletin 3.8.4. In my definitions, I have only YouTube. When I post a YouTube link, it does not convert to video embed. I have cache set to on. But, when I look in /amecache/ameinfo.php and findonly.php, it still has Amazon codes (which I deleted in definitions, but they still appear here)! And, these files don't show any YouTube code! What is the deal? How do I get this working? Did I upload files to the right categories? Yes. Did I chmod folder /amecache/? Yes. Is the path to /amecache/ correct? Yes. Are usergroup settings for AME set to Yes? Yes. Is Setting 'Disable New Items' turned to No? Yes. Is the definition for YouTube active? Yes. What is the regex for your YouTube definition? Code:
[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]* Never mind! I got it. It seems though my folder was chmoded 777, I had to also chmod ameinfo.php and findinfo.php to 777 also. Cheers! |
3.8.4 PL1
good working thanks;) |
Got it loaded but can't get it to work. What am I missing? I'm not a coder either. Is it the definitions? Do I still need to load them from DJ's thread?
|
Alright. I downloaded the definitions but it is still not working. What were the misc. images for? I do not see them showing up anywhere.
|
1: Will this mod work with vb 3.7.4
2: What I'm looking for is a media player that will play LOCAL (attached) videos - ones that are file attachments. |
There is also an empty file named index.html that caused a major problem for me. It conflicted with the index.php file and was sending the site to a blank page. Easy to fix, once the problem was found, but did result in "I can't get on the site" e-mails. Oh yeah, still not working either.
|
does it works in4.0 beta 3
|
Quote:
|
Quote:
|
Quote:
|
Quote:
HTHs! |
Hello, I'm an 8th grade teacher who uses tutorial videos within forum postings for my students.
I've been successful getitng a pencast (livescribe) into my forum (you can't download actual files for the pencasts, you have to put in an XML refererence within the embed code) The regular expression I'm using is: http://[\w]*[\.]*mywebsite\.[\w/&;%-\.]+/([\d\w]+)(?:.*) I did it this way so when I use $p1 I can just type in http://www.mywebsite/xmlfilename without using the extension because an extenstion like .mp4 will mess things up (as I'm referencing an XML file. However, the above expression is going to try and embed anything now that has 'mywebsite' domain in the URL. Is there anyway that I can set $p1 or $p2, etc so it only grabs the filename (as an example, if I had video.mp4, it only grabs video to put in for $p1 instead of video.mp4 -- I don't want the .mp4 or whatever extension included in $p1). I need some kind of extension so AME only embeds the appropriate links. I've tried everything, and even went to http://www.regexbuddy.com and I got to the point that the above expression sets $p1 without the extension, but now everything embeds. Help please. My 8th grades will be very appreciative, and me too :) |
Quote:
TBH, I couldn't really follow what you are trying to do. If you can provide actual examples of what users would type/paste in and what the site should show (embed code wise) I can see what I can do ;) |
:)
Here's the replacement embed code that I'm using Code:
<object height="316" width="228" align="middle" id="myFlashContent3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="http://www.livescribe.com/media/swf/pencastPlayer.swf?path=http://www.livescribe.com/cgi-bin/WebObjects/LDApp.woa/wa/flashXML?xml=$p1" name="movie" /><param value="high" name="quality" /><param value="true" name="allowfullscreen" /> <object height="316" width="228" align="middle" data="http://www.livescribe.com/media/swf/pencastPlayer.swf?path=http://www.livescribe.com/cgi-bin/WebObjects/LDApp.woa/wa/flashXML?xml=$p1" type="application/x-shockwave-flash"><param value="high" name="quality" /><param value="true" name="allowfullscreen" /> <a href="http://www.adobe.com/go/getflashplayer"><img alt="Get Adobe Flash player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" /></a></object></object> 0000C0A80116000009C5920D00000124F67ECAA959F4B88C and that's it. There's no typical filename like .mp4 or .flv. So the actual code after the $p1 is replaced looks like: Code:
<object height="316" width="228" align="middle" id="myFlashContent3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="http://www.livescribe.com/media/swf/pencastPlayer.swf?path=http://www.livescribe.com/cgi-bin/WebObjects/LDApp.woa/wa/flashXML?xml=0000C0A80116000009C5920D00000124F67ECAA959F4B88C" name="movie" /><param value="high" name="quality" /><param value="true" name="allowfullscreen" /> <object height="316" width="228" align="middle" data="http://www.livescribe.com/media/swf/pencastPlayer.swf?path=http://www.livescribe.com/cgi-bin/WebObjects/LDApp.woa/wa/flashXML?xml=0000C0A80116000009C5920D00000124F67ECAA959F4B88C" type="application/x-shockwave-flash"><param value="high" name="quality" /><param value="true" name="allowfullscreen" /> <a href="http://www.adobe.com/go/getflashplayer"><img alt="Get Adobe Flash player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" /></a></object></object> Code:
(http://[\w]*[\.]*mysite\.[\w/&;%-\.]+\.mp4) Code:
http://[\w]*[\.]*mysite\.[\w/&;%-\.]+/([\d\w]+)(?:.*) I hope that makes more sense. If you'd rather me message you privately with my actual site name for my students, I can do that, but I don't want to say it here publicly since it's a site closed to the public only for my students and for their school work and tutorial videos. Thanks! Tim |
is anyone havign problems with this plugin?? it says embedding disabled by request watch on youtube when I click the vid to watch
|
Quote:
|
To further clarify my previous post, I think really all I need help with is setting up the regular expression formula:
Either Code:
http://[\w]*[/url][\.]*mysite\.[\w/&;%-\.]+/([\d\w]+)(?:.*) Code:
http://[\w]*[/url][\.]*mysite\.[\w/&;%-\.]+\.mp4) Thanks, Tim |
I think I finally figured it out. I must have finally put the right symbol by trial and error into my regular expression. The following works in order for me to get a livescribe pencast correctly embedded:
Code:
http://[\w]*[\.]*mysite\.[\w/&;%-\.]+/([\d\w]+)\.live Tim |
Is there any way to make the container re-sizable to a greater width and height by pressing a collapse button in the corner?
|
This hack has stopped working since yesterday, seems like it needs to be updated for new Youtube settings.
|
Yeah, I can also confirm the hack has stopped parsing all YouTube links since yesterday -- it simply shows the url with the "External Embedding Not Available" title on all links (regardless whether external embedding has been enabled or not.)
Maybe something changed with YouTube's 1080p rollout? |
All times are GMT. The time now is 03:23 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:
|