Credits go to Mjgbales From the Spanish Support Forum of ForoActivo
With this JavaScript code, you can fix the icon "online" that is placed behind the avatar. This code has been tested in phpBB3
Just create a New Javascript:
- Code:
$(function(){
$('.online .postprofile').prepend('<div class="online-img" style="position: absolute; width: 100%; height: 58px; background-image: url(http://2img.net/i/fa/fdf_es3/icon_user_online_es.png); background-position: right center; background-repeat: no-repeat; z-index: 1000; margin-left: -5px; margin-top: -5px;"></div>');
});
And Select In All Pages
That's all Folks.