How To Make a Username Always Appear as Online
2 posters
Page 1 of 1
How To Make a Username Always Appear as Online
Hello,
I've recently created an account to handle automated messages and dice rolls, and I would like her to always appear as online. I figured this would have to be done through CSS, so I apologize is this is the wrong place.
What would I need to enter to make this the case? And how would I change the colour? The name of the Automaton is Last Order, with a pink name. I just want the forum to seem slightly more active, so new members don't think we're dead.
Tia.
I've recently created an account to handle automated messages and dice rolls, and I would like her to always appear as online. I figured this would have to be done through CSS, so I apologize is this is the wrong place.
What would I need to enter to make this the case? And how would I change the colour? The name of the Automaton is Last Order, with a pink name. I just want the forum to seem slightly more active, so new members don't think we're dead.
Tia.
Re: How To Make a Username Always Appear as Online
Hello angelus_72,
To change the color of the username without a group you can use the following CSS rule :
Replace #, by the ID of the user account. e.g. https://help.forumotion.com/u88576
So I'd write :
As for the account appearing "Online", you would either need to do that with an alternate browser, or maybe make modifications to the template to add the user account into the list with JavaScript.
To change the color of the username without a group you can use the following CSS rule :
- Code:
a[href="/u#"] { color:pink !important }
Replace #, by the ID of the user account. e.g. https://help.forumotion.com/u88576
So I'd write :
- Code:
a[href="/u88576"] { color:pink !important }
As for the account appearing "Online", you would either need to do that with an alternate browser, or maybe make modifications to the template to add the user account into the list with JavaScript.
Similar topics
» 1 Username online in two places?
» Make users online look like this?
» How to make online list like that?
» Make a banned username's SLAHED
» how can i make online or offline in topic profile
» Make users online look like this?
» How to make online list like that?
» Make a banned username's SLAHED
» how can i make online or offline in topic profile
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum