Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Mod Requests => Topic started by: lordrene on January 12, 2015, 09:33:47 PM

Title: Online / Offline 'dot' in avatar?
Post by: lordrene on January 12, 2015, 09:33:47 PM
Is there a mod or code to add the "dot" to online / offline users
like this
(http://i.imgur.com/cb3IQjA.png)

Online can be one color and offline another color!
Title: Re: Online / Offline 'dot' in avatar?
Post by: Arantor on January 12, 2015, 09:43:30 PM
Not in the avatar - it is a configurable feature in the default theme (since it's turned on here for example) but doing it in the avatar is a bit different and likely to be unique to you.

I would point out that most of the changes you want are unique to you and you might be better served being prepared to pay someone just to do all the changes you want rather than asking about each little thing and maybe getting an answer eventually.
Title: Re: Online / Offline 'dot' in avatar?
Post by: Antes on January 12, 2015, 10:11:53 PM
http://www.simplemachines.org/community/index.php?topic=531258.msg3776100#msg3776100

not well customized but it works :P
Title: Re: Online / Offline 'dot' in avatar?
Post by: lordrene on January 12, 2015, 10:37:20 PM
Quote from: Antes on January 12, 2015, 10:11:53 PM
http://www.simplemachines.org/community/index.php?topic=531258.msg3776100#msg3776100

not well customized but it works :P
Can you provide a screenshot? because It's not showing up on mine :(
Title: Re: Online / Offline 'dot' in avatar?
Post by: br360 on January 12, 2015, 10:43:09 PM
It does work. Did you try a hard refresh?
Title: Re: Online / Offline 'dot' in avatar?
Post by: lordrene on January 12, 2015, 10:48:06 PM
Quote from: br360 on January 12, 2015, 10:43:09 PM
It does work. Did you try a hard refresh?
Let me try it again
Title: Re: Online / Offline 'dot' in avatar?
Post by: lordrene on January 12, 2015, 11:26:01 PM
Not showing up
I can't even find the css when i Inspect Element
Title: Re: Online / Offline 'dot' in avatar?
Post by: br360 on January 12, 2015, 11:33:22 PM
Did you add the code below to the bottom of your themes/index.css?

Code (Add to End) Select
.dot_avatar {position: absolute;}
Title: Re: Online / Offline 'dot' in avatar?
Post by: lordrene on January 12, 2015, 11:42:56 PM
Quote from: br360 on January 12, 2015, 11:33:22 PM
Did you add the code below to the bottom of your themes/index.css?

Code (Add to End) Select
.dot_avatar {position: absolute;}
Yeah
(http://i.imgur.com/V0R3Kk2.png)

and added the other code before the code highlighted to Display.template.php
(http://i.imgur.com/Wai53UC.png)

and nothing is showing up, refreshed and everything
(http://i.imgur.com/e6MBedM.png)
Title: Re: Online / Offline 'dot' in avatar?
Post by: br360 on January 12, 2015, 11:52:53 PM
Looks about right. The only thing I could think of is since that doesn't look like the default theme you are using; did you add the code to correct index.css? If you added that code to say the default theme's index.css, it would only work on that theme, and not on the others.

Title: Re: Online / Offline 'dot' in avatar?
Post by: lordrene on January 13, 2015, 12:07:06 AM
Yeah it's the default theme, not working for me, going to continue looking around for the mod or code