Online und Offline Symbol auch bei responsiver Ansicht
Verfasst: 06.08.2014 12:08
Hallo
Ich versuche bei meinem Style das Online und Offline Symbol auch bei responsiver Ansicht anzuzeigen.
In der
das hier eingefügt:
In der
Jetzt wird die online Grafik bei responsiver Ansicht angezeigt, aber auch bei den Usern die offline sind.
In der "normalen" Ansicht passt alles.
Board und Style Version sind auf phpBB 3.1.0-RC2 ~ Build 1670
Ich versuche bei meinem Style das Online und Offline Symbol auch bei responsiver Ansicht anzuzeigen.
In der
viewtopic_body.html
hab ich nach:Code: Alles auswählen
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.ONLINE_IMG and not postrow.S_IGNORE_POST --><dd class="profile-online-img">{postrow.ONLINE_IMG}</dd><!-- ENDIF -->
./theme/responsive.css
hab ich folgendes eingetragen:Code: Alles auswählen
.postprofile dt, .postprofile dd.profile-online-img {
background-image: url("./de/icon_user_online.png");
background-position: 83% -4px;
background-repeat: no-repeat;
}
.imageset.icon_user_online {
background-image: none;
}
In der "normalen" Ansicht passt alles.
Board und Style Version sind auf phpBB 3.1.0-RC2 ~ Build 1670