View Full Version : Miscellaneous Hacks - inlineVideo - Youtube / Myspace / Google / Ebaums
Coders Shack
05-22-2007, 10:00 PM
value. . . . . . . . Brought to you by
https://vborg.vbsupport.ru/
. . . http://www.Scriptasy.com
value
I WOULD LIKE A MOD TO CLOSE THIS AND MOVE IT TO THE GRAVEYARD
it has been made obsolete by my other mod [here (https://vborg.vbsupport.ru/showthread.php?t=150761)]
[/CENTER]
Installation Time: <2 mins
Products: 1
File Edit: 1
VB Version: 3.6.7
v2.02
removed the need for template edits. Example:
value
youtube-myspace-videos-posts/ (http://beasttoast.com/forum/f30/youtube-myspace-videos-posts-4535/)
Description:
value
ok this mod is a little different than the other ones it adds a button to the tool bar and when you click it you just enter the URL of the video if its myspace then it creates the myspace video BB code if its youtube then it creates the youtube BB code. There is no need to enter the end of the video link you can just enter the whole URL in.
Installation:
value
Open clientscript/vbulletin_textedit.js and Find:
// ================================================== ===========================
// vB_Text_Editor methods
/**
* Editor initialization wrapper
*/Add This above:
/**
* Insert Video Link
*/
this.createvideolink = function(e, url)
{
var my_colors=prompt("MySpace, YouTube, Google video, or eBaum's World video URL","");
if ((my_colors=="") || (my_colors==null))
{
alert("Please Enter The Full URL!");
}
else
{
if (my_colors.match("youtube.com"))
{
var col_array=my_colors.split("?v=");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("myspace.com"))
{
if (my_colors.match("videoID="))
{
var col_array=my_colors.split("videoID=");
}
else
{
var col_array=my_colors.split("videoid=");
}
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("video.google."))
{
var col_array=my_colors.split("docid=");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("ebaumsworld.com"))
{
var my_colors = my_colors.replace(".html","");
var col_array = my_colors.split("ebaumsworld.com/");
return this.insert_text("" + col_array[1] + "");
}
else if (my_colors.match("metacafe.com"))
{
var my_colors = my_colors.replace(new RegExp(/\/$/),"");
var col_array = my_colors.split(new RegExp(/\/watch\//g));
return this.insert_text("" + col_array[1] + "");
}
else
{
alert("Please Enter The Full URL!");
}
}
};Ok, install the product xml. Then go to your BB Code Manager and click edit and resave all 5 of the BBCODES.
valueIf you like then [Mark As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147906)]
value
Coders Shack
05-23-2007, 06:17 AM
Reserved for updates.
also this is my cousins hack "Mr Chad" and he has given me permission to re-release it.
I have made changes and made it work a little smoother.
da420
05-23-2007, 06:30 AM
The installer only made the Ebaums World and YouTube entries in my Custom BB Codes, not the others.
But, other than that, this is great. Really makes it easy for the users. Thanks...
Coders Shack
05-23-2007, 06:39 AM
The installer only made the Ebaums World and YouTube entries in my Custom BB Codes, not the others.
But, other than that, this is great. Really makes it easy for the users. Thanks...
glad you like it and umm, well in your case and probably future cases ill post manual BB codes.
(not now tho because I'm gonna go to sleep)
redlabour
05-23-2007, 06:59 AM
Is there a possibility to add myvideo.de ? In Fact the greatest non english Videocommunity.
And it was absolutely amazing if you add Real, WMV and Quicktime Support. ;)
Cant editor_toolbar_on and postbit_quickedit and showthread_quickreply Templateedits done with Hooks?
Nominated for MOTM - but not installed for the moment!
da420
05-23-2007, 09:11 AM
One small thing... minor spelling mistake in your code.
'of' I'm sure you meant it to be 'or'.
var my_colors=prompt("MySpace, YouTube, Google video, eBaum's World of Metacafe URL","");
I uploaded the manual BB Codes in the attached text file. So, if the product xml doesn't add them to the database you can add them yourself.
Also;
I would like to add Break, LiveLeak, and DailyMotion to the list of video's this hack can embed. Do I have permission to share with others how I did it in this thread when I do?
Again, thanks for this.
COBRAws
05-23-2007, 03:26 PM
Finally one-4-all
It would be great that it was SEO'ed (added the video title in the litte video window title)
Snake
05-23-2007, 04:51 PM
Thanks for the release! :)
maxicep
05-23-2007, 05:23 PM
thanks
Amavisca
05-23-2007, 10:00 PM
It would be nice if somebody can add a function fullscreen, none of the mod has this function yet. Would it be you???
puertoblack2003
05-23-2007, 11:22 PM
nice addition good job installed :up:
rjmjr69
05-24-2007, 01:31 AM
awesome works great
Hornstar
05-24-2007, 04:54 AM
excellent work, it is really good to see one that works like this.
some ideas for a future update. there is another youtube one on vb that is more seo friendly, adds the name of the video to the post etc, it would be nice if you could include that to this mod as well.
and of course, the more players you add the better. so far looking good tho.
thanks.
Coders Shack
05-24-2007, 05:17 AM
trying to make this an edit-less mod but cant get the quick edit cache template to work.
Carl Anderson
05-24-2007, 05:53 AM
Yahoo video would be nice also...........
Thx
redlabour
05-24-2007, 07:03 AM
Yahoo video would be nice also...........
It would be great that it was SEO'ed (added the video title in the litte video window title)
Full ACK!
But please dont forget myvideo.de, wmv, mp3 and Quicktime. ;)
It has a chance to give a Alternative to the not longer supported AnyMedia Mod. :)
mktrilogy
05-24-2007, 07:41 AM
dailymotion would be cool too.
eurofunny
05-24-2007, 01:42 PM
Nice Hack.......
http://en.sevenload.com/ would be nice in this hack too
venomx
05-24-2007, 01:51 PM
Anyway to add videos from break.com?
iogames
05-24-2007, 02:29 PM
Well in favor of a 'ALL-IN-ONE' Video poster... I have ten reasons to request it... LOL
iogames
05-24-2007, 02:42 PM
Reason #1: I know you can... ;)
linkasaur
05-25-2007, 04:23 AM
Thanks for this nice mod. It is working great!
stwilson
05-25-2007, 05:13 AM
Works like a charm. Anyone have a video camera button without any background behind it?
Coders Shack
05-25-2007, 08:45 AM
Works like a charm. Anyone have a video camera button without any background behind it?
you could always edit the image lol.
Can't get videos from ebaum to play. Windows appears but nothing happens when pressing play. :confused:
TCattitude
05-25-2007, 03:32 PM
Can't get videos from ebaum to play. Windows appears but nothing happens when pressing play. :confused:
Same here. Ebaums flashplayer don't work.
www.dailymotion.com would be good too ;)
Same here. Ebaums flashplayer don't work.
www.dailymotion.com (http://www.dailymotion.com) would be good too ;)
Odd. Playing the sample in the AdminCP works.
69lakalle
05-25-2007, 06:19 PM
i cant manage to c the picture ... i just get the INSERT VIDEO link i upload it to images/editor/
but ...nothing happens ...do i have to edit the code and add the link ?
da420
05-25-2007, 07:05 PM
You have to upload the included image to the editor image directory for your style.
Coders Shack
05-25-2007, 10:26 PM
i cant manage to c the picture ... i just get the INSERT VIDEO link i upload it to images/editor/
but ...nothing happens ...do i have to edit the code and add the link ?
view the location of the image lol... your a designer you should know.
Coders Shack
05-25-2007, 10:28 PM
v2.02
removed the need for template edits.To upgrade search video in your templates and you should find the 3 edits you made, just remove them. Then go to your BB code manager and delete the ones the that product added. Then uninstall the product, and re-install it. You can keep the javascript file the same.
cassanova792
05-25-2007, 11:19 PM
no matter what i do i cant get the video camera icon. I have the same problem as 69lakalle. I tried everything, i put it in the proper folder. i viewed the image location and the page doesnt show up yet i know its there. I deleted the createvideo.gif ending to see if the folder was correct and it was. PLZ HELP ME.
Coders Shack
05-25-2007, 11:27 PM
no matter what i do i cant get the video camera icon. I have the same problem as 69lakalle. I tried everything, i put it in the proper folder. i viewed the image location and the page doesnt show up yet i know its there. I deleted the createvideo.gif ending to see if the folder was correct and it was. PLZ HELP ME.
theres nothing advanced abt this.... You need to upload the image to your styles editor folder. Different styles will produce different image paths, if defined in the style.
@Coders Shack
Do you mind posting the replacement code for ebaumsworld? I simply cannot make it to work using the code posted earlier. I think it's because of the encoded URLs.
Installing the product file misses the youtube and ebaumsworld, so they need to be entered manually as of now.
da420
05-26-2007, 05:58 AM
For Ebaums you have to take the URL from within the embed code, and not the actual URL from the page. That's the only way I have been able to get it to work, kind of a roundabout way of doing it, but it's the only way I could see.
Ticinofelino
05-26-2007, 06:56 AM
Thanks, i love it, installed! :up:
For Ebaums you have to take the URL from within the embed code, and not the actual URL from the page. That's the only way I have been able to get it to work, kind of a roundabout way of doing it, but it's the only way I could see.
Nope, that didn't work either. :(
ezurick
05-27-2007, 01:36 PM
Ok... I installed and followed the code {add} as suggested... I uploaded that .js and I now see the icon, but when I click it... nothing happens. Not sure what I am doing wrong... I also resaved all 5 of the BB codes too... Not sure what I missed...
SomeSailor
05-27-2007, 01:56 PM
I'm in the same boat. Uploaded the .js, uploaded the icon, imported the XML.
I see the icon in a post, but when I click... nothing happens. When I hover over the icon, I do get the "Insert Video" flyover.
Any ideas? Nothing pops up at all...
Added:
If I add an optional image in the BBCode Manager, it'll work... but I have 5 extra icons on there now. :)
Any ideas on why the original one is still inactive?
* Marked as uninstalled until ebaums get fixed *
tmorr37
05-27-2007, 03:09 PM
does not work for me
Version 3.6.7
SomeSailor
05-27-2007, 03:19 PM
Too bad too... was looking forward to this one.
Not working in VB3.6.7PL
iogames
05-27-2007, 07:24 PM
C'mon CoderShack I know you can set the course straight, it can be useless today... but later in life you won't regret it... lol:rolleyes:
obmob
05-27-2007, 08:12 PM
Oh, hopefully i can make this one work, thanks. :p
ru55ian
05-27-2007, 11:36 PM
I'm in the same boat. Uploaded the .js, uploaded the icon, imported the XML.
I see the icon in a post, but when I click... nothing happens. When I hover over the icon, I do get the "Insert Video" flyover.
Any ideas? Nothing pops up at all...
Added:
If I add an optional image in the BBCode Manager, it'll work... but I have 5 extra icons on there now. :)
Any ideas on why the original one is still inactive?
Please enable your activeX in your explorer and you will be able to click on the button.
P.S. it works great in 3.6.7
TheBlackPoet
05-28-2007, 02:02 AM
Odd. Playing the sample in the AdminCP works.
this is the code for ebaums
<embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform. php%3Frid%3D195%26ref%3D/{param}&stream=http%3A%2F%2Fwww.ebaumsworld.com/{param}.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
notice {param}... this should really be the ebaums code that you will need to play the video..
so the find a video you want to play.. and replace the {param} your video will play.. and when you add the code in an actual thread..., it should work...
example...
<embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform. php%3Frid%3D195%26ref%3D//watch/22495&stream=http%3A%2F%2Fwww.ebaumsworld.com/2007/05/star-wars-sexual.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
(this may not be what the coder intended.., but it works for ME!!!)
i simply added the url :::: http://emuse.ebaumsworld.com/video/watch/22231 and the appropiate video came up and played...
kevcj
05-28-2007, 05:17 PM
THANK YOU!! Very nice mod.
rjmjr69
05-29-2007, 06:11 AM
any advantage to upgrading?
Coders Shack
05-29-2007, 07:04 AM
any advantage to upgrading?
nope.
maxicep
05-29-2007, 12:14 PM
can you include imeem player to this hack, i tried but cant do it.
kevcj
05-29-2007, 10:26 PM
Does this mod put any load on the server from streaming the videos?
i simply added the url :::: http://emuse.ebaumsworld.com/video/watch/22231 and the appropiate video came up and played...
Still nothing, it starts transferring but it all just stalls and no video shows up. Thanks for helping though.
gg_luna128
06-01-2007, 02:32 AM
I'd like a version that doesn't need to edit a core vbulletin file.
subzero06
06-02-2007, 02:24 AM
Thank you, works well
rjmjr69
06-02-2007, 02:43 AM
Weird how some people have issues. The button I believe for most of you must be installed in the SKINS buttons folder not the default folder
subzero06
06-02-2007, 03:21 PM
Hey, add Break and Liveleak videos please??
vitrag24
06-03-2007, 07:05 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=111386&highlight=google+video" target="_blank">https://vborg.vbsupport.ru/showt...t=google+video</a>
i have installed this
i want myspace and google video also..how o do it?
shd i uninstall it and install this one
any way to edit directly?
in youtube video i dint inported any xml file
directly added bbcode
Installed it but Youtube/Google (I only tested these two) work in the Admin BBCode section but when tested on my board, hitting the play icon or button doesn't do anything. If I click the play icon in the middle of the video, it takes me to youtube.
Any idea of what I did wrong and how I can fix it?
S1OPP
06-07-2007, 08:32 PM
Installed and working a treat.
Thanks!
Spinball
06-08-2007, 11:25 AM
Nice hack, thanks.
Any chance you could add a similar function for MP3 playback?
Maybe using Google's inline MP3 player (http://labnol.blogspot.com/2006/08/google-mp3-player-found-in-gmail.html)?
Alibass
06-08-2007, 05:10 PM
@Coders Shack
What's the deal? I cannot get a drop down box to insert the url when I click on the cam icon. It's there and highlights when you mouse over, but it does nothing when you click it. :confused:
You got any pointers for me to look into? It would greatly be appreciated. :) Running 3.6.7PL1 here.
vitrag24
06-08-2007, 06:19 PM
is this hack working properly without any prb on 3.6.4?
and easy to install without any patch or edition in ur addon/
as i'm not much familiar with programming
aggiefan
06-08-2007, 08:10 PM
does this work for hosting mp3 files? we use a different version hacked up to work with youtube which gets most of our videos but it doesnt work with mp3's. and we put our podcasts inline and would like to be able to play them.
Alibass
06-08-2007, 08:30 PM
Okay I got my problem corrected from post #61, but I have another problem maybe some one can help with. When playing youtube vids I get no audio from post or testing in bbcode control. I have tried google vids and they work okay. I mostly use youtube and the reason I installed hack.
kevcj
06-08-2007, 09:19 PM
Alibass, are you having problems yesterday and today (thursday and friday?) Youtube has been having problems for the past 2 days. Yesterday some of my embedded videos would not load, nor would youtube load. And today (friday) youtube is running slow, plus comments on my videos are out of order, replies to comments are showing up under the wrong person.
So the audio might be be having problems from youtube.
karlm
06-09-2007, 03:10 AM
nice work... thanks.
Zixxy
06-09-2007, 03:17 PM
I add the code to the js file and upload the xml and install it but when I go to BB Manager, nothing there!
EDIT:: NVM. Working
LPH2004
06-11-2007, 04:50 PM
Hmm. I edited the .js file, uploaded, uploaded the .xml, saved the BBCodes, and tried a post. The camera image for inserting video URLs is present and opens a place to insert URL. Copied Youtube code and end up with the following in the post. There is no video.
MxmTaCnuMPA
Any suggestions? This is 3.6.7PL
See problem post (http://www.harrypotterchat.org/play-madam-pomfrey-hospital-wing/4752-new-forum-software.html#post32422)
Updated this post because of my poor wording.
Alibass
06-11-2007, 04:55 PM
Hmm. I edited the .js file, uploaded, uploaded the .xml, saved the BBCodes, and tried a post. The image for videos is present and opens a place to insert URL. Copied Youtube code and end up with the following in the post. There is no video.
MxmTaCnuMPAAny suggestions? This is 3.6.7PL
See problem post (http://www.harrypotterchat.org/play-madam-pomfrey-hospital-wing/4752-new-forum-software.html#post32422)
You may look here http://www.google.com/support/youtube/bin/answer.py?answer=56115&topic=10560
My problem with youtube is I cant hear the audio. Vid is fine. I did what youtube troubleshooting suggested for audio, but did not work for me.
LPH2004
06-11-2007, 05:03 PM
You may look here http://www.google.com/support/youtube/bin/answer.py?answer=56115&topic=10560
My problem with youtube is I cant hear the audio. Vid is fine. I did what youtube troubleshooting suggested for audio, but did not work for me.
I'm sorry but I don't think that has anything to do with this problem experienced on the HP site. The code is showing rather than a place for video. I know YouTube is running slow today but at least something should show up besides the code. (?)
Update: FWIW, I also attempted a google video and the same problem exists. Only the code shows, not the video.
Alibass
06-11-2007, 05:08 PM
The image for videos is present
Sorry m8 I misread your post.
LPH2004
06-11-2007, 05:17 PM
Sorry m8 I misread your post.
NP. Hopefully someone can shed light on why only the code is showing and not video. I should fix my original post because I see my typing was slower than my brain.
Update: OK. I looked at the BB code manager and all code looks correct. When I saved this code, then the posts worked properly. YEAH !
ytclear
06-12-2007, 04:45 PM
I love this addon but have a question.
Is there anyway to disable this for signatures? I know you can disable bb code for signatures but than people cant even have links in their signatures.
Does anyone know how i can do this?
Evaporate
06-13-2007, 06:05 PM
Thanks for that. *clicks install.
One question any plan for gametrailers support. It's the one I really want to embed. :)
rickyreter
06-14-2007, 08:42 PM
Hi,can this be set just for admin?
Artes_Marciales
06-17-2007, 07:42 AM
Sorry, I am new in vBulletin,
How to install the product xml? :confused:
gator777
06-18-2007, 05:23 PM
Great hack, and thanks for all your efforts. I modified the "vbulletin_textedit.js" file to pull the video file tag directly from the embedded/blog code (vs. the URL) with the exception of Google video, because it does not offer the code. I did this because "Break.com", one of the more popular video sites, does not associate the URL within the embedded file tag.
My users just simply copy and paste the embedded/blog code from Break.com, YouTube, LiveLeak, Metacafe, Yahoo, MySpace, and eBaum's World, which inturn places the proper BB code and file tag. For Google Video, I tell my visitors to use the URL instead, because, as I said, it does not offer embed code.
I'm not a coder, and I struggled through the entire process of trial and error, but I can honestly say that I am very happy with the results. I'm writing this post in case you may want to create an alternate version that would use the "provided" embed/blog" code instead of the URL, or even perhaps have it use both (either/or).
Thanks again for a great hack. :D
rickyreter
06-18-2007, 05:37 PM
your forum not work?
rickyreter
06-18-2007, 05:38 PM
your forum not work?
working sorry
aberg
06-18-2007, 06:46 PM
Hmm. I edited the .js file, uploaded, uploaded the .xml, saved the BBCodes, and tried a post. The camera image for inserting video URLs is present and opens a place to insert URL. Copied Youtube code and end up with the following in the post. There is no video.
MxmTaCnuMPA
Any suggestions? This is 3.6.7PL
Same problem here.
Uninstall this hack
optrex
06-19-2007, 02:22 PM
I have this excellent hack working in the forum, but unfortunately it conflicts with photpost, meaning that the quick comments and comment on a photo options do not work, because the text editor does not show.
Any ideas how we could go about fixing it.
optrex
06-19-2007, 02:34 PM
I think I've found a way. In the plugin manager, find inline video.
At the very beginning add
if ( VB3_INTEGRATION != "on" ) {
at the very end add
}
it doesn't show the webcam icon, but you wont want to put youtube into a gallery comment.
iogames
06-21-2007, 06:08 AM
Obviously this is a good idea, and poor strategic/management...
Sorry to say it CoderShack, but welcome to the real world, people skills and humbleness are necessary in this life...
Here is another part of the code that plays the most Popular videos out there:
For youtube, google, myspace, and ebaums embeding video code i just used Coders Shack hack.
Title: MetaCafe Video BB Code
Tag: metacafe
Replacement: <embed src="http://www.metacafe.com/fplayer/{param}.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
Example: 301001/1_minute_unlock
Title: Embed Liveleak videos
Tag: liveleak
Replacement: <embed src="http://www.liveleak.com/player.swf" width="450" height="370" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="autostart=false&token={param}" scale="showall" name="index" />
Example: 96feee086c
Title: Embed Daily Motion Videos
Tag: dailymotion
Replacement: <div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/{param}"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/{param}" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></div>
Example: 74Kct2CLI6oTj5HBX
Title: Break Embed Code
Tag: break
Replacement: <object type="application/x-shockwave-flash" width="425" height="350" data="http://embed.break.com/{param}">
<param name="movie" value="http://embed.break.com/{param}" />
<param name="wmode" value="transparent" />
</object>
Example: MjU3ODkx
&
./clientscript/vbulletin_textedit.js
Find:
// vB_Text_Editor methods
/**
* Editor initialization wrapper
*/
Add Under.
/**
* Insert Video Link
*/
this.createvideolink = function(e, url)
{
var my_colors=prompt("MySpace, YouTube, Google video, Liveleak, Break, MetaCafe, Dailymotion, or eBaum's World video URL","");
if ((my_colors=="") || (my_colors==null))
{
alert("Please Enter The Full URL!");
}
else
{
if (my_colors.match("youtube.com"))
{
var col_array=my_colors.split("?v=");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("myspace.com"))
{
if (my_colors.match("videoID="))
{
var col_array=my_colors.split("videoID=");
}
else
{
var col_array=my_colors.split("videoid=");
}
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("video.google."))
{
var col_array=my_colors.split("docid=");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("ebaumsworld.com"))
{
var my_colors = my_colors.replace(".html","");
var col_array = my_colors.split("ebaumsworld.com/");
return this.insert_text("" + col_array[1] + "");
}
else if (my_colors.match("metacafe.com"))
{
var my_colors = my_colors.replace(new RegExp(/\/$/),"");
var col_array = my_colors.split(new RegExp(/\/watch\//g));
return this.insert_text("" + col_array[1] + "");
}
else if (my_colors.match("liveleak.com"))
{
var col_array=my_colors.split("view?i=");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("dailymotion.com"))
{
var col_array=my_colors.split("/swf/");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else if (my_colors.match("embed.break."))
{
var col_array=my_colors.split("com/");
var part_num=1;
return this.insert_text("" + col_array[part_num] + "");
}
else
{
alert("Please Enter The Full URL!");
}
}
};
Just the Yahoo's video code is needed to make of this hack an 'Universal Inline Video' [as it was requested many times for the users since the beginning]
so I will pay to whom wrap all the hack together, then I will release the hack for free then I don't have to wait for a kid... ;)
iogames
06-21-2007, 06:09 AM
[Sighs] I said it :D
saidsrc
06-22-2007, 10:43 AM
There is a good wiev.
videos are in a table
bb codes
Title
MySpace Video BB Code
BB Code
1470466793
HTML
<center><table width="430" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="430" class="thead"><center>MySpace Video</center></td> </tr> <tr> <td class="alt2"><center><embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=1470466793&type=video" type="application/x-shockwave-flash" width="430" height="346"></embed></center></td> </tr> </table></center>
Title
Google Video BB Code
BB Code
2179664390181099936
HTML
<center><table width="400" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="400" class="thead"><center>Google Video</center></td> </tr> <tr> <td class="alt2"><center><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=2179664390181099936&hl=en" flashvars=""></embed></center></td> </tr> </table></center>
Title
YouTube Video BB Code
BB Code
H0dmHYz1HMA
HTML
<center><table width="425" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="425" class="thead"><center>Youtube Video</center></td> </tr> <tr> <td class="alt2"><center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/H0dmHYz1HMA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/H0dmHYz1HMA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></center></td> </tr> </table></center>
Title
Ebaums Video BB Code
BB Code
2006/07/yahweh
HTML
<center><table width="480" border="1" cellspacing="0" cellpadding="0"><tr><td width="480" class="thead"><center>Ebaums Video</center></td></tr><tr><td class="alt2"><center><embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform. php%3Frid%3D195%26ref%3D/2006/07/yahweh.html&stream=http%3A%2F%2Fwww.ebaumsworld.co m/2006/07/yahweh.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></center></td></tr></table></center>
Title
MetaCafe Video BB Code
BB Code
301001/1_minute_unlock
HTML
<center><table width="400" border="1" cellspacing="0" cellpadding="0"><tr><td width="400" class="thead"><center>MetaCafe Video</center></td></tr><tr><td class="alt2"><center><embed src="http://www.metacafe.com/fplayer/301001/1_minute_unlock.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></center></td></tr></table></center>
RetroDreams
06-22-2007, 12:58 PM
view the location of the image lol... your a designer you should know.
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.
RetroDreams
06-22-2007, 03:56 PM
Created a nice editor bar button for video for those of you not wanting to use the included image:
https://vborg.vbsupport.ru/
It's transparent, so it should work nicely with whatever style/scheme you've got working. Just right-click the image above and Save Target As.
Coders Shack
06-22-2007, 05:50 PM
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.
... This isn't my job, this is something I'm doing as a favor i gain nothing from it.
Its people like you that make me feel like releasing nothing, I'm not sure how you think that I'm obligated to give you quality customer support. If i could ban people from my hacks on this forum you would be the first... Ungrateful members of vb.org, in the real world if you wanted to hire me i would say "F**K YOU" because i can.
Created a nice editor bar button for video for those of you not wanting to use the included image:
http://www.goldhelmet.com/forums/images/editor/createvideo.gif
It's transparent, so it should work nicely with whatever style/scheme you've got working. Just right-click the image above and Save Target As.
very nice :D
iogames
06-22-2007, 07:18 PM
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.
Lol... gladly to see that I'm not the only one sitting & waiting for a decent response when I got 2 corporations to manage, a family to take care of, and dozens of workers and hundreds of clients to attend...
Someday 'Reality will set in' :rolleyes:
rjmjr69
06-22-2007, 08:54 PM
Lol... gladly to see that I'm not the only one sitting & waiting for a decent response when I got 2 corporations to manage, a family to take care of, and dozens of workers and hundreds of clients to attend...
Someday 'Reality will set in' :rolleyes:
Busy man. I agree with you.
If someone is going to post something here for the members then they should be dedicated to supporting it or mark it un supported and people will leave you alone. Your hacks are great I love your work. But I agree your attitude needs some major adjustments. It comes with growing up some just take longer than others.
Just keep your head up swallow the crap thats thrown at you and be a man about it let it slide and help out support your work.
Subah
06-22-2007, 09:42 PM
Cool hack wait to complet the collection :)
GlitterKill
06-22-2007, 09:46 PM
Any idea how I can fix this uncached template?
uncached template: postbit_quickedit
GlitterKill
06-22-2007, 09:56 PM
NM I got it. :)
da420
06-23-2007, 03:13 AM
Guys, I would give it up. With your gimme something for nothing and then ask for more attitudes, I wouldn't really want to release stuff for free either. Sometimes you must learn to appreciate what you got, and bite your lip for the rest. Sorry, but that's also part of 'the real world.'
Coders Shack
06-23-2007, 03:51 AM
due to member attitude UNSUPPORTED, happy :D
DieselMinded
06-23-2007, 04:00 AM
Geesh ! I was getting ready to install this !
Thanks Alot Guys !!!!
DM
da420
06-23-2007, 04:15 AM
Why would you not install it? It's still a very good mod.
iogames
06-23-2007, 03:05 PM
Guys, I would give it up. With your gimme something for nothing and then ask for more attitudes, I wouldn't really want to release stuff for free either. Sometimes you must learn to appreciate what you got, and bite your lip for the rest. Sorry, but that's also part of 'the real world.'
First of all, I want to thank da420, cause he develop the rest of the code for this hack...
due to member attitude UNSUPPORTED, happy :D
Second da420, If I were you, I shouldn't be defending this case, I strongly believe that CoderShack is Chad in reality...
'Chad's Sig'
If anyone wants any of my past modifications please PM me... I will provide you with a link to them. I have decided to remove all my modifications from VB.org because of a small incident...
CoderShack's Registration date: 4/13/07
If not, then runs in the family, lol... [supposedly cousins]
If yes, they are the same guys who offered me and downloaded warez:
Warez (http://www.iogames.com/xxx/warez.gif)[I apology to the Mods for posting this, I'm just building my case, after that I will quit this thread]
I'm Graphic Designer for a Studio in North Hollywood, and even us, don't have that software yet, and we don't have plans to acquire it in the near future...
www.arcadia.progvisual.com/elisha.jpg
www.arcadia.progvisual.com/natalia.jpg
www.arcadia.progvisual.com/ida.jpg
www.iogames.com/xxx/RhondaPack.jpg
www.iogames.com/xxx//Friends.jpg
So, we are stumbling with an old problem... I move on to rebuild the hack, and keep thriving in our projects... Votes?
p.s. A Dr Phil's Intervention could be useful too... ;)
iogames
06-23-2007, 03:20 PM
Here you can find and verify the status of my Corporations:
https://esos.state.nv.us/SOSServices/AnonymousAccess/CorpSearch/CorpSearch.aspx
1. Freedom of Information Act, Inc.
2. IO Games, Inc.
;)
ISN'T 'REAL LIFE' SOOO BEAUTIFUL??? :D:D:D Isn't??? [Kissy-Kissy]
The Notorious
06-23-2007, 04:39 PM
Good hack installed.
Spinball
06-24-2007, 10:10 AM
Can anyone help, please?
Had this installed and working a treat with 3.6.4.
Then upgraded to 3.6.7 and reinstalled.
Clicking the camera icon in the editor now does nothing.
Had to uninstall until I can get a solution.
Thanks.
ytclear
06-25-2007, 03:24 PM
I love this addon but have a question.
Is there anyway to disable this for signatures? I know you can disable bb code for signatures but than people cant even have links in their signatures.
Does anyone know how i can do this?
Anyone know how to no allow it in signature? Without turning bbcode off?
saidsrc
06-27-2007, 07:39 AM
hey, this hack so good worked, but, now ! :(
in the admin cp, edit bb code, replacement,
after i can preview youtube video,
but in the board, there is a youtube canvas, its write image coming soon,
loading....
but there is not a video (:)
how i can solve this .
there is a caps,
Coders Shack
06-27-2007, 07:52 AM
trash the hack...
https://vborg.vbsupport.ru/showthread.php?t=150761
saidsrc
06-27-2007, 09:51 AM
"mark as uninstalled"
iogames
06-28-2007, 03:02 PM
https://vborg.vbsupport.ru/showthread.php?t=150863
LET'S MIGRATE TO THIS PROFESSIONAL SOLUTION! :D
Coders Shack
06-28-2007, 06:32 PM
go for it... too bad "ignored users" are not stored in the cookies.
GuaRRand
07-04-2007, 11:30 AM
so.. if i wanna uninstall this and install the newer one... i'ts gonna be a dirty job i guess??
(usually clickign uninstall doesnt uninstall products and plugins properly..)
zeus_r6
07-05-2007, 08:14 PM
any ideas how to get this to work with: www.liveleak.com?
Coders Shack
07-05-2007, 10:50 PM
easy... just post the request in this thread.
https://vborg.vbsupport.ru/showthread.php?t=150761
69lakalle
07-11-2007, 03:20 PM
https://vborg.vbsupport.ru/showthread.php?t=150761 is better an easier !! OMG
ahmed_a_najim
07-19-2007, 08:13 AM
i have a problem
the addon do not work
adivor
09-13-2007, 05:44 AM
Thanks to all...work fine in my forum www.adivor.it/forum
tei727
10-27-2007, 11:31 PM
when pressing the button nothing happens.
Coders Shack
10-28-2007, 12:13 AM
when pressing the button nothing happens.
please uninstall this mod and install this one:
https://vborg.vbsupport.ru/showthread.php?t=150761
Bicho??
04-30-2008, 12:21 AM
How can i do to put this working in VB 3.7.0
popular
05-15-2008, 05:05 AM
same or how i would love for it to work for VB 3.7 as users are used to having that button there is there a way to make both versions work? thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.