Announcement

Collapse
No announcement yet.

agragar barra de texto

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [PEDIDO] agragar barra de texto

    quisiera agradar una barra de texto en desplazamiento informativo
    Click image for larger version

Name:	cuadro de texto.jpg
Views:	1
Size:	117.7 KB
ID:	86655

    algo así pero que aparezca en todas las paginas
    <FONT FACE="IMPACT">
    <MARQUEE BGCOLOR="FFFF00">
    Esto se ve con la fuente Impact</MARQUEE>
    </FONT>
    Last edited by cachencho29; 17-12-2013, 17:10.

  • #2
    Hola, fijate que eso ya esta armado para el modo vacaciones y el borrado de cuenta. Tan solo deberías revisar includes/functions/ShowTopNavigationBar.php y allí verás que es lo que puedes hacer.

    Revisa este bloque:

    PHP Code:

    if ( $CurrentUser['urlaubs_modus'] && $CurrentUser['db_deaktjava'] )
    {
        
    $parse['show_umod_notice']          .= $CurrentUser['db_deaktjava'] ? '<table width="100%" style="border: 2px solid red; text-align:center;background:transparent;"><tr style="background:transparent;"><td style="background:transparent;">' $lang['tn_delete_mode'] . date('d.m.Y h:i:s',$CurrentUser['db_deaktjava'] + (60 60 24 7)).'</td></tr></table>' '';
    }
    else
    {    
    if ( 
    $CurrentUser['urlaubs_modus'] < time() )    
    {
            
    $parse['show_umod_notice']       = $CurrentUser['urlaubs_modus'] ? '<table width="100%" style="border: 2px solid #1DF0F0; text-align:center;background:transparent;"><tr     style="background:transparent;"><td style="background:transparent;">' $lang['tn_vacation_mode_active'] .'</td></tr></table><br>' '';    
    }   
    else    
    {
            
    $parse['show_umod_notice']       = $CurrentUser['urlaubs_modus'] ? '<table width="100%" style="border: 2px solid #1DF0F0; text-align:center;background:transparent;"><tr style="background:transparent;"><td style="background:transparent;">' $lang['tn_vacation_mode'] . date('d.m.Y h:i:s',$CurrentUser['urlaubs_until']).'</td></tr></table><br>' '';              
    }
        
    $parse['show_umod_notice']      .= $CurrentUser['db_deaktjava'] ? '<table width="100%" style="border: 2px solid red; text-align:center;background:transparent;"><tr style="background:transparent;"><td style="background:transparent;">' $lang['tn_delete_mode'] . date('d.m.Y h:i:s',$CurrentUser['db_deaktjava'] + (60 60 24 7)).'</td></tr></table>' '';

    <?php echo "lucky"; ?>

    ¿Viste algo que no corresponde y que no fue moderado? Utiliza el botón reportar post.

    Comment


    • #3
      le encontré una solución a mi inquietud en el archivo:
      /styles/views/general

      en topnav.php debago de {show_umod_notice} agregue lo siguiente:

      HTML Code:
      <TABLE BORDER=1>
      <TR><TD>
      <MARQUEE WIDTH=100% HEIGHT=20> cobra tu bono diario _ si tienes materia oscura puedes cobrar el evento diario _ dudas y consultas en el foro </MARQUEE>
      </TD></TR>
      </TABLE>
      </div>
      Click image for larger version

Name:	cuadrado texto.png
Views:	1
Size:	85.3 KB
ID:	85373

      espero a alguien le sirva

      Comment


      • #4
        Me alegro que se haya solucionado :D. Cierro.
        AresWars! www.areswars.com

        Comment

        Working...
        X