Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Icono Online OfflineTema Solucionado

Dudas sobre estilos phpBB 3.0.x
Colaboraciones gráficas paquetes de rangos aquí y botones aquí.
Cerrado
Tonica801
Observador/a
Mensajes: 27
Registrado: 09 Jul 2010, 02:36
Edad: 33

Icono Online Offline  Tema Solucionado

#1

Mensaje por Tonica801 »

Versión de phpBB: 3.0.7-PL1
Tipo de phpBB: phpBB estandar, (tambien llamado Vanilla) phpBB2 o phpBB3
MODs Instalados: Si
Tu conocimiento: Conocimiento básico
Enlace del Foro: http://foro.tonicadesing.es/

¿Qué recuerdas haber hecho en el foro antes de aparecer este error?


¿Qué has realizado para intentar resolver el problema?


Descripción y Mensaje
Bueno mirar como tengo puesto el icono de online:
Imagen

Estava en la derecha y yo quiero ponerlo a la izquierda. En el .css tengo puesto asi:
colours.css

Código: Seleccionar todo

.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
background-position: top left;
margin-top: -5px;
}
 
.online dt {
margin-top: 5px;
}
 
.offline {
background-image: url("{T_THEME_PATH}/images/icon_user_offline.gif");
background-position: top left;
background-repeat: no-repeat;
margin-top: -5px;
}
 
.offline dt {
margin-top: 5px;
}
content.css

Código: Seleccionar todo

.online {
    background-repeat: no-repeat;
}
En el viewtopic_body.html

Código: Seleccionar todo

            <dl class="postprofile" id="profile{postrow.POST_ID}">
            <div id="bgprofile" class="<!-- IF ((S_MPSS and S_MPSS_USER) or (S_MPSS and not S_MPSS_ALLOW_USER)) and postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF --><!-- IF not ((S_MPSS and S_MPSS_USER) or (S_MPSS and not S_MPSS_ALLOW_USER)) and postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online <!-- ELSE --> offline <!-- ENDIF -->">
            <center><dt>
                <!-- IF postrow.POSTER_AVATAR -->
                    <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
                <!-- ENDIF -->
                <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
            </dt>
 
            <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
            <!-- IF postrow.EXTRA_RANK_TITLE or postrow.EXTRA_RANK_IMG --><dd>{postrow.EXTRA_RANK_TITLE}<!-- IF postrow.EXTRA_RANK_TITLE and postrow.EXTRA_RANK_IMG --><br /><!-- ENDIF -->{postrow.EXTRA_RANK_IMG}</dd><!-- ENDIF --></center>
 
        <dd>&nbsp;</dd>
 
        <dd><strong>Estado:</strong><!-- IF postrow.S_ONLINE --><span style="color:#008000; font-weight:bold;"> {L_ONLINE}</span><!-- ELSE --><span style="color:#FF0000; font-weight:bold;"> {L_OFFLINE}</span><!-- ENDIF --></dd>
        <!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
    <div class="collapse" id="{postrow.POST_DATE}"> 
    <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
     <tr> 
      <td align="center" style="padding: 2px;"> 
       <a onclick="toggle('{postrow.POST_DATE}');"><img src="{T_IMAGESET_LANG_PATH}/expand.gif" border="0" /></a> 
      </td> 
     </tr> 
    </table>      
    <table id="expandable" width="100%" border="0" cellpadding="0" cellspacing="0"> 
     <tr> 
      <td>
        <!-- IF postrow.POSTER_AGE --><dd><strong>{L_AGE}:</strong> {postrow.POSTER_AGE}</dd><!-- ENDIF -->
        <!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
        <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
        <!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW -->
            <dd><strong>{L_GIVEN}:</strong> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> <!-- IF postrow.POSTER_GIVE_COUNT > 1 --> {L_THANKS} <!-- ELSE --> {L_THANK} <!-- ENDIF --></dd>
            <dd><strong>{L_RECEIVED}:</strong><a href="{postrow.POSTER_RECEIVE_COUNT_LINK}"> {postrow.POSTER_RECEIVE_COUNT}</a>  <!-- IF postrow.POSTER_RECEIVE_COUNT > 1 --> {L_THANKS} <!-- ELSE --> {L_THANK} <!-- ENDIF --></dd>
        <!-- ENDIF -->
 
        <!-- IF postrow.S_PROFILE_FIELD1 -->
            <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
            <dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>
        <!-- ENDIF -->
 
        <!-- BEGIN custom_fields -->
            <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
        <!-- END custom_fields -->
      </td> 
     </tr> 
    </table> 
    </div>
        </div>
 
        <!-- IF not S_IS_BOT -->
        <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM or postrow.U_JABBER -->
            <dd>
                <ul class="profile-icons">
                    <!-- IF postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}"><span>{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}"{EXTERNAL_LINK_TARGET} title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" onclick="popup(this.href, 550, 320); return false;" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" onclick="popup(this.href, 550, 320); return false;" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" onclick="popup(this.href, 780, 550); return false;" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" onclick="popup(this.href, 550, 320); return false;" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
                    <!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
                </ul>
            </dd>
        <!-- ENDIF -->
        <!-- ENDIF -->
        </dl>
    <!-- ENDIF -->
Alguna Solucion?

PD: estuve buscando en solucionados y nada.[/i]
Nombre del foro: TonicaDesing
URL website: http://foro.tonicadesing.es/
Hosting: 1&1.es
Mods Instalados: 29
Spoiler
acp_announcement_centre_122, Collapse and Expand custom profiles in viewtopic v1.0.0, Fade_news_MOD, genders1.0.1, guest_hide_bbcode_mod, imageshack_upload, integrated_errors_1.0.2a, Last Posts Titles MOD, Mark_edited_posts_as_unread_v1.0.1, mChat, Medals_System_MOD_0.10.2, Mini_Profile_Side_Switcher_v2.0.1, no_avatar, NV_who_was_here_1_0_2, pastebin_mod_2_0_2, phpbb_arcade_1.0.RC9_07-10-2009_115140, phpbb3-portal.1.2.2.tar, Prime Links, reimg_image_resizer, simple_comment_1.6.1, Special_And_Normal_Rank_Images_1.1.0, th23_autolinks_1_2_4, thanks_for_post_v128, This_post_helped_me_v1.0.0, top_five, topic_solved-1.4.4, Welcom_Mod_2.0.0, WPM 2.2.4, WTU_1.0.0
Versión de phpbb3: 3.0.7-PL1
Estilo utilizado: TD Style
Versión del Estilo: v2.9
Autor del estilo: Tonica801 - © TonicaDesing 2010

Tonica801
Observador/a
Mensajes: 27
Registrado: 09 Jul 2010, 02:36
Edad: 33

Re: Icono Online Offline

#2

Mensaje por Tonica801 »

Ya lo solucione, era cambiar el icono del online y offline a mas pequeño xd
Nombre del foro: TonicaDesing
URL website: http://foro.tonicadesing.es/
Hosting: 1&1.es
Mods Instalados: 29
Spoiler
acp_announcement_centre_122, Collapse and Expand custom profiles in viewtopic v1.0.0, Fade_news_MOD, genders1.0.1, guest_hide_bbcode_mod, imageshack_upload, integrated_errors_1.0.2a, Last Posts Titles MOD, Mark_edited_posts_as_unread_v1.0.1, mChat, Medals_System_MOD_0.10.2, Mini_Profile_Side_Switcher_v2.0.1, no_avatar, NV_who_was_here_1_0_2, pastebin_mod_2_0_2, phpbb_arcade_1.0.RC9_07-10-2009_115140, phpbb3-portal.1.2.2.tar, Prime Links, reimg_image_resizer, simple_comment_1.6.1, Special_And_Normal_Rank_Images_1.1.0, th23_autolinks_1_2_4, thanks_for_post_v128, This_post_helped_me_v1.0.0, top_five, topic_solved-1.4.4, Welcom_Mod_2.0.0, WPM 2.2.4, WTU_1.0.0
Versión de phpbb3: 3.0.7-PL1
Estilo utilizado: TD Style
Versión del Estilo: v2.9
Autor del estilo: Tonica801 - © TonicaDesing 2010

Cerrado

Volver a “Soporte para Estilos phpBB 3.0.x”