Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[youtube]
#1
I've got these tags, working great.
Though, is there anyway I can make it work, just by using [yt][/yt]?
Reply
#2
What is the name of the plugin you are using Smile
| Conor C - The SkySpace
| Managed and Unmanaged Dedicated Servers and VPS.
| 99.9% Uptime Guarantee • 7 Day Money Back Guarantee
Reply
#3
you would have to mod the plugin that you are using.
replace youtube to yt in the plugin php file.
unactivate your plugin.
upload new modded plugin to plugins dir.
activate your plugin again.
Reply
#4
If you're using Omniscients' plugin for the youtube tags, [yt] should work fine. I always use the [yt]. I've never used [youtube].
At the top will be the same place you hang from.
Reply
#5
You can use just a MyBB Code you dont need a plugin. Tell me if you want that code i will give you.
Reply
#6
(02-20-2010, 01:37 PM)eXPerience™ Wrote: You can use just a MyBB Code you dont need a plugin. Tell me if you want that code i will give you.

Can I please have the code?
Reply
#7
Sure:

Title:
Code:
Youtube

Short Description:
Code:
YouLarge Embeddable Youtube video

Regular Expression:

Code:
\[youtube\]http://www.youtube.com/watch\?v=(.*)\[/youtube\]

Replacement:

Code:
<center><div style="margin:0;padding:0;width:642px;"><div style="float:right;"><button onclick="MyBB.popupWindow('http://www.youtube.com/watch_popup?v=$1','youtube_$1',640,480);" style="background:url(http://s.ytimg.com/yt/img/master-vfl102488.png) 0 -658px;border:0;height:22px;width:27px;" /></div><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/$1&amp;fs=1&amp;rel=0" width="642" height="388"><param name="movie" value="http://www.youtube.com/v/$1&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /></object></div></center>
Reply
#8
eXPerience™ is correct.
you can easy make mycodes in your admin panel.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)