The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
inlineVideo - Youtube / Myspace / Google / Ebaums Details »» | |||||||||||||||||||||||||||
inlineVideo - Youtube / Myspace / Google / Ebaums
Developer Last Online: Sep 2013
[hr]value[/hr]
I WOULD LIKE A MOD TO CLOSE THIS AND MOVE IT TO THE GRAVEYARD it has been made obsolete by my other mod [here] [/CENTER] Installation Time: <2 mins Products: 1 File Edit: 1 VB Version: 3.6.7
[hr]value[/hr] youtube-myspace-videos-posts/ Description: [hr]value[/hr] 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: [hr]value[/hr] Open clientscript/vbulletin_textedit.js and Find: Code:
// ============================================================================= // vB_Text_Editor methods /** * Editor initialization wrapper */ HTML Code:
/** * 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("[youtube]" + col_array[part_num] + "[/youtube]"); } 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("[myspace]" + col_array[part_num] + "[/myspace]"); } else if (my_colors.match("video.google.")) { var col_array=my_colors.split("docid="); var part_num=1; return this.insert_text("[googlevideo]" + col_array[part_num] + "[/googlevideo]"); } 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("[ebaumsvideo]" + col_array[1] + "[/ebaumsvideo]"); } 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("[metacafe]" + col_array[1] + "[/metacafe]"); } else { alert("Please Enter The Full URL!"); } } }; [hr]value[/hr] If you like then [Mark As Installed] [hr]value[/hr]Show Your Support
|
Comments |
#92
|
||||
|
||||
Cool hack wait to complet the collection
|
#93
|
|||
|
|||
Any idea how I can fix this uncached template?
uncached template: postbit_quickedit |
#94
|
|||
|
|||
NM I got it.
|
#95
|
|||
|
|||
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.'
|
#96
|
|||
|
|||
due to member attitude UNSUPPORTED, happy
|
#97
|
||||
|
||||
Geesh ! I was getting ready to install this !
Thanks Alot Guys !!!! DM |
#98
|
|||
|
|||
Why would you not install it? It's still a very good mod.
|
#99
|
||||
|
||||
Quote:
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' Quote:
Quote:
If yes, they are the same guys who offered me and downloaded warez: Warez[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... |
#100
|
||||
|
||||
Here you can find and verify the status of my Corporations:
https://esos.state.nv.us/SOSServices...orpSearch.aspx 1. Freedom of Information Act, Inc. 2. IO Games, Inc. ISN'T 'REAL LIFE' SOOO BEAUTIFUL??? Isn't??? [Kissy-Kissy] |
#101
|
||||
|
||||
Good hack installed.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|