Online offline 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
sasukekun
IdaTR
6 posters

    Online offline

    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Online offline Empty Online offline

    Post by IdaTR April 27th 2013, 10:10 am

    I want my {USER_ONLINE} to stand with a green color on the profile, and with a image like this on: Online offline Online
    The {USER_OFFLINE} should stand with a red color and with this image: Online offline Offline

    Is it possible?
    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Online offline Empty Re: Online offline

    Post by sasukekun April 27th 2013, 12:42 pm

    IdaTR wrote:I want my {USER_ONLINE} to stand with a green color on the profile, and with a image like this on: Online offline Online
    The {USER_OFFLINE} should stand with a red color and with this image: Online offline Offline

    Is it possible?

    Like this right?

    Online offline Cav0mCV
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Online offline Empty Re: Online offline

    Post by Sanket April 27th 2013, 1:27 pm

    Also, tell us your Forum URL & Version.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Online offline Empty Re: Online offline

    Post by IdaTR April 27th 2013, 1:49 pm

    mostone wrote:
    IdaTR wrote:I want my {USER_ONLINE} to stand with a green color on the profile, and with a image like this on: Online offline Online
    The {USER_OFFLINE} should stand with a red color and with this image: Online offline Offline

    Is it possible?

    Like this right?

    Online offline Cav0mCV

    YUP EXACTLY!

    Sanket wrote:Also, tell us your Forum URL & Version.
    http://zirukus.forumotion.com/

    It should be shown on the profile.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Online offline Empty Re: Online offline

    Post by Sanket April 27th 2013, 1:55 pm

    I don't think we can add it on phpbb3.
    Cassius Dio
    Cassius Dio
    Forumember


    Male Posts : 581
    Reputation : 79
    Language : Romanian &English
    Location : Yellow Submarine

    Online offline Empty Re: Online offline

    Post by Cassius Dio April 27th 2013, 3:54 pm

    Hi! Very Happy

    Add to JavaScript codes management:
    Code:
    $(function(){
    $('.post:not(".online")').addClass('offline');
    });
    and to CSS Stylesheet:
    Code:
    .offline{
    background-image: url(Link offline image);
    background-position: right 0;
    background-repeat: no-repeat;
    }
    Replace "Link offline image" to an image URL adress.
    Mati
    Mati
    Hyperactive


    Posts : 2020
    Reputation : 330
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Online offline Empty Re: Online offline

    Post by Mati April 27th 2013, 10:05 pm

    Hi,

    You can use this CSS code:

    Code:
    .post {
        background: url("http://2img.net/i/fa/offline.png") no-repeat scroll right top #2C2C2C;
    }

    input[type="text"], input[type="password"] {
        background-image: none !important;
    }
    .online {
        background: url("http://2img.net/i/fa/online.png") no-repeat scroll right top #2C2C2C;
        z-index: 999 !important;
    }
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Online offline Empty Re: Online offline

    Post by IdaTR April 27th 2013, 11:08 pm

    Sanket wrote:I don't think we can add it on phpbb3.
    Its Phpbb2.
    SGSS wrote:Hi! Very Happy

    Add to JavaScript codes management:
    Code:
    $(function(){
    $('.post:not(".online")').addClass('offline');
    });
    and to CSS Stylesheet:
    Code:
    .offline{
    background-image: url(Link offline image);
    background-position: right 0;
    background-repeat: no-repeat;
    }
    Replace "Link offline image" to an image URL adress.
    I try it out!
    Matti_7 wrote:Hi,

    You can use this CSS code:

    Code:
    .post {
        background: url("http://2img.net/i/fa/offline.png") no-repeat scroll right top #2C2C2C;
    }

    input[type="text"], input[type="password"] {
        background-image: none !important;
    }
    .online {
        background: url("http://2img.net/i/fa/online.png") no-repeat scroll right top #2C2C2C;
        z-index: 999 !important;
    }
    I will try this out to and come with a response if it worked ^^


    EDIT: None of these worked.


    Last edited by IdaTR on April 28th 2013, 9:20 am; edited 1 time in total
    Mati
    Mati
    Hyperactive


    Posts : 2020
    Reputation : 330
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Online offline Empty Re: Online offline

    Post by Mati April 27th 2013, 11:22 pm

    Hi, IdaTR

    The CSS code works for phpBB3 !!! Very Happy
    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Online offline Empty Re: Online offline

    Post by sasukekun April 28th 2013, 7:43 am

    Matti_7 wrote:Hi, IdaTR

    The CSS code works for phpBB3 !!! Very Happy

    for phpBB2 what??
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    Online offline Empty Re: Online offline

    Post by Jophy April 28th 2013, 9:07 am

    For phpbb2, this would be the code for offline:
    Code:
    .postbody {
      background: url("OFFLINE IMAGE URL HERE") no-repeat scroll right top;
    }

    I have not yet searched the code for the online part, maybe someone knows.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Online offline Empty Re: Online offline

    Post by IdaTR April 28th 2013, 9:23 am

    Oh.. i see... but if i also want it to be shown on the profile? Atm. I'm working on my own profile with html.