[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 267: Trying to access array offset on value of type bool
[bbcode]BBCode Título Scroller - phpBBMexico
BBCode MOD para phpBB 3

Moderators: Carlos, Soporte en MODs, Soporte en phpBB

Forum rules: Solo BBCode, no dudas por favor.

No votes
0%
User avatar
By cisco007
#160
[bbcodet]Titulo:[/bbcodet] BBCode Título Scroller
[bbcodet]Descripción:[/bbcodet] Este bbcode pone un mensaje scroller en la pestaña de tu navegador con movimiento deflechas en ambos lados
[bbcodet]Autor(es)/or Enlace:[/bbcodet] cisco007 (gracias a Dynamic Drive por el HTML)

[i_i][bbcodet]Uso BBcode:[/bbcodet]
Code: Select all
[header]{SIMPLETEXT}[/header]
[/i_i]
[i_i][bbcodet]Reemplazo HTML:[/bbcodet]
Code: Select all
<script type="text/javascript">

//Arrow Head title- By Dynamic Drive
//Based on status bar script by Jason Rex (wonil4@hotmail.com, http://www.syred.net)
//Visit http://www.dynamicdrive.com for full source code

//change title text to your own
    var titletext="{SIMPLETEXT}"
    var thetext=""
    var started=false
    var step=0
    var times=1

    function welcometext()
    {
      times--
      if (times==0)
      {
        if (started==false)
        {
          started = true;
          document.title = titletext;
          setTimeout("anim()",1);
        }
        thetext = titletext;
      }
    }

    function showstatustext(txt)
    {
      thetext = txt;
      setTimeout("welcometext()",4000)
      times++
    }

    function anim()
    {
      step++
      if (step==7) {step=1}
      if (step==1) {document.title='>==='+thetext+'===<'}
      if (step==2) {document.title='=>=='+thetext+'==<='}
      if (step==3) {document.title='>=>='+thetext+'=<=<'}
      if (step==4) {document.title='=>=>'+thetext+'<=<='}
      if (step==5) {document.title='==>='+thetext+'=<=='}
      if (step==6) {document.title='===>'+thetext+'<==='}
      setTimeout("anim()",200);
    }

if (document.title)
window.onload=onload=welcometext
</script>
[/i_i]
[i_i][bbcodet]Línea de ayuda:[/bbcodet]
Code: Select all
[header]tu texto[/header]
[/i_i]
[i_i][bbcodet]Ejemplo:[/bbcodet]
Code: Select all
[header]Bienvenidos a phpbbmexico.com[/header]
[/i_i]

[bbcodet]DEMO:[/bbcodet]
este sitio en la pestaña
[header]Bienvenidos a phpbbmexico.com[/header]
Duda sobre BBcode

ya preguntaste ahi? [ Post made via Sony Xperi[…]

[DUDA] Imagen en Foros

Hola, Puse imágenes propias como íc[…]

Hola! queria saber si existe un mod que te muestre[…]

Hola, me gustaria saber si es posible modificar al[…]