This a simple javascript, that lets you to set up the online icon above avatar. By default, the icon behind it. Now you can fix that
Demo:
Place: In All Pages.
---
You only need to change the text in capitals for the link of the online icon, that you want
If appear a double icon in the profiles, you should go to :
And mark "Hide" and save changes.
That's all folks.
Demo:
- Code:
$(function(){
$('.online .postprofile').prepend('<div class="online-img" style="position: absolute; width: 100%; height: 58px; background-image: url(YOUR ONLINE ICON URL GOES HERE); background-position: right center; background-repeat: no-repeat; z-index: 1000; margin-left: -5px; margin-top: -5px;"></div>');
});
Place: In All Pages.
---
You only need to change the text in capitals for the link of the online icon, that you want
If appear a double icon in the profiles, you should go to :
ACP > Display > Pictures & Colors > Pics Management > Buttons > Online
And mark "Hide" and save changes.
That's all folks.