Announcement
Collapse
No announcement yet.
agragar barra de texto
Collapse
This topic is closed.
X
X
-
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.
-
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>
espero a alguien le sirva
Comment
-
Comment