Ceriwis - View Single Post - [tutorial]all Ttg Vbuletin
View Single Post
  #3  
Old 25th April 2011
maximillianw's Avatar
maximillianw
Ceriwis Lover
 
Join Date: Mar 2011
Location: underground
Posts: 1,876
Rep Power: 39
maximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Gurumaximillianw is Ceriwis Guru
Default Kumpulan bbcode

Youtube

Installation:

Step1:
Goto AdminCP => Custom BBCodes => Manage BBCodes => Add new BBCODE

Step 2:

Title:
YouTube BB Code

tag:
yt

replacement
PHP Code:
<!-- Start Youtube BBCODE -->
<
table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" style="margin:10px 0">
<
thead>
<
tr>
<
td class="tcat" colspan="2" style="text-align:center">
<
a href="http://www.youtube.com/watch?v={param}" title="Click to view this video on youtube" target="_blank">{option}</a>
</
td>
</
tr>
</
thead>
<
tr>
<
td>
<
object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
</
td>
</
tr>
</
table>
<!--
End Youtube BBCODE -->


Example:
[yt=video name]ejOJkcs-a7s[/yt]

Discription:
YouTube embeded videos

Use {option}
yes



SIGN TAG:
Title: Sign
Tag: s
Replacement:
Code:

PHP Code:
<table border="0" cellspacing="0" cellpadding="0">
<
tr>
<
td align="center" style="background-color: White; border: 1px solid Black; padding: 1px;"><FONT COLOR="Black"><normalfont>{param}</normalfont></FONT>
</
td>
</
tr>
<
tr>
<
td align="center">
<
img src="/images/schildhalter.gif" alt="" border="0">
</
td>
</
tr>
</
table>


Example: [ s ]Look at me![/ s ] -->>
Description: Wrap your text with a cynical looking smiley holding a sign.
Use {option}: No
Button Image: /images/s-tag.gif
NB - remove the spaces around the example [ s ], there is a conflict here with vb.org 's' bbcode