Unde se setează butonul "ONLINE" sau "Conectat" să fie ca pe phpbb.com sau phpbb.ro cu "prosilver"? Şi nu doar o bulină gri.
10x

edit: La phpBB 3.2.2. eu bănuiesc că strică afișarea: background-image: none; în context.css
Cod: Selectaţi tot
.icon.icon-md {
font-size: 10px;
}
.online {
background-image: url("./en/icon_user_online.gif");
}
.icon, .button .icon, blockquote cite::before, .uncited::before {
display: inline-block;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: FontAwesome;
font-size: 14px;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.online {
background-image: none;
background-position: 100% 0;
background-repeat: no-repeat;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
i, em {
font-style: italic;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;
}
.postprofile {
color: #666666;
}