Marquee//Marquesinas
Texto TachadoCódigo PHP:TITULO: Marquee
Tag: Marquee
Replacement: <marquee>{param}</marquee>
Ejemplo: [Marquee]Aqui su texto[/Marquee]
Description: Embolver entre las etiquetas [marquee] el texto seleccionado
Use {option}: no
imgen del boton: images/editor/marquee.gif
Texto con FondoCódigo PHP:Titulo: texto tachado
Tag: Strike
Reemplazo: <span style="text-decoration: line-through;">{param}</span>
Replacement: [Strike]Aqui su texto[/Strike]
Description: Marcar como tachado el texto
Use {option} no
Imagen del boton: images/editor/strike.gif
AcronymCódigo PHP:Titulo: Background Color
Tag: Bgcolor
Replacement: <div style="width: 100%; background-color:{option}">{param}</div>
Example: [Bgcolor=red]Aqui su texto[/Bgcolor]
Description: aGregar un color de fondo a su texto..
Use {option} yes
Button Image: images/editor/bg.gif
Texto ResaltadoCódigo PHP:Titulo: Acronym
Tag: Acronym
Replacement: <acronym title="{option}">{param}</acronym>
Example: [Acronym=pretty neat huh?]Hover for message[/Acronym]
Description: Marca un popup al texto seleccionado
Use {option} yes
Button Image: images/editor/acronym.gif
Código PHP:Title: Highlight BBCode
Tag: Highlight
Replacement: <span style="background-color: Yellow; foreground-color: Black;">{param}</span>
Example: [highlight]vBulletin[/highlight]
Description:
Use {option} No
Button Image:images/editor/highlight.gif
MarcoMediaplayerCódigo PHP:Title: bbcode Marco
Tag: [marco]
Replacement: <table width="90%" border="0" align="center" cellpadding="2"
cellspacing="2"><tr><td><fieldset class="bbfieldset"><legend class="bblegend">{option}</legend>
{param}</fieldset></td></tr></table>
Example: [marco=hola]esto queda dentro del marco[/marco]
Description:embuelve en marco el texto seleccionado
Use {option} si
Button Image: images/editor/bbfieldset.gif
Código PHP:Title:MediaPlayer BB Code
Tag: MP
Replacement: <embed src="{param}" width="400" height="300" autostart="true"></embed>
Example: [mp] Aqui la url de tu MP3 o video [/mp]
Description:Embolver en MediaPlayer mp3,wma
Use {option} si
Button Image: images/editor/mp.gif
Spoiler - El que uso yo
Youtube VideoCódigo PHP:Title:spoiler bbcode
Tag: Spoiler
Replacement:
<div>
<div class="pre-spoiler">
<span style="float:left; padding-top: 2px;">Descarga</span> <input type="button" value="Ver"
style="width:80px;font-size:10px;margin:0px;padding:0px;" onclick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')
[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')
[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Ocultar'; }
else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')
[0].style.display = 'none'; this.value = 'ver';}">
</div>
<div>
<div class="spoiler" style="display: none;">{param}</div>
</div>
</div>
Example: [spoiler]test[/spoiler]
Description:Ocultar texto o link de descargas
Use {option} no
Button Image: images/editor/spoiler.gif
Google VideoCódigo PHP:Title:YouTube Video
Tag: youtube
Replacement:
<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="View this video at
YouTube in a new window or tab" target="_blank">YouTube Video</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="340" type="application/x-shockwave-flash"
data="http://www.youtube.com/v/{param}">
<param name="movie" value="http://www.youtube.com/v/{param}" />
<param name="wmode" value="transparent" />
<em><strong>ERROR:</strong> If you can see this, then <a
href="http://www.youtube.com/">YouTube</a> is down or you don't have Flash installed.</em>
</object>
</td>
</tr>
</tbody>
</table>
Example: [youtube]hl2UUunlI2Q[/youtube]
Description:Embed a YouTube video with no custom title.
Use {option} no
Button Image: images/editor/youtube.gif
FlashCódigo:Title: Google Video Tag: gvideo Replacement: <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://video.google.com/videoplay?docid={param}" title="View this video at Google Video in a new window or tab" target="_blank">Google Video</a> </td> </tr> </thead> <tbody> <tr> <td class="panelsurround" align="center"> <object width="400" height="326" type="application/x-shockwave-flash" data="http://video.google.com/googleplayer.swf?docId={param}"> <param name="movie" value="http://video.google.com/googleplayer.swf? docId={param}" /> <param name="allowScriptAccess" value="sameDomain" /> <param name="quality" value="best" /> <param name="scale" value="noScale" /> <param name="wmode" value="transparent" /> <param name="salign" value="TL" /> <param name="FlashVars" value="playerMode=embedded" /> <em><strong>ERROR:</strong> If you can see this, then <a href="http://video.google.com/">Google Video</a> is down or you don't have Flash installed.</em> </object> </td> </tr> </tbody> </table> Example: [gvideo]3688185030664621355[/gvideo] Description:Embed a Google Video video with no custom title. Use {option} no Button Image: images/editor/Gvideo.gif
Código:Title: Flash BB Code Tag: fl Replacement: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="auto" height="auto"> <param name="movie" value="{param}" /> <param name="quality" value="high" /> <embed src="{param}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed> </object> Example: [fl]http://oyun.tuzakforum.com/games/017/bushaerobicswm.swf[/fl] Description:Agregar Archivo flash Use {option} si/no opcional Button Image: images/editor/flash.gif


LinkBack URL
About LinkBacks
Responder Citando
