How To Make a Username Always Appear as Online Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    How To Make a Username Always Appear as Online

    avatar
    angelus_72
    New Member


    Male Posts : 2
    Reputation : 1
    Language : English, French

    In progress How To Make a Username Always Appear as Online

    Post by angelus_72 November 30th 2014, 12:25 am

    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.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How To Make a Username Always Appear as Online

    Post by Ange Tuteur November 30th 2014, 2:07 am

    Hello angelus_72,

    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.