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.
4 posters

    Online offline

    avatar
    markonilo
    Forumember


    Posts : 49
    Reputation : 1
    Language : serbian

    Completed Online offline

    Post by markonilo April 28th 2013, 12:44 pm

    How to add online status like here on forumuotion???


    Last edited by markonilo on April 30th 2013, 5:04 pm; edited 3 times in total
    Jophy
    Jophy
    ForumGuru


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

    Completed Re: Online offline

    Post by Jophy April 28th 2013, 12:46 pm

    Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
    avatar
    markonilo
    Forumember


    Posts : 49
    Reputation : 1
    Language : serbian

    Completed Re: Online offline

    Post by markonilo April 29th 2013, 1:59 pm

    BUMP!
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8755
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Completed Re: Online offline

    Post by Derri April 29th 2013, 9:48 pm

    Hi I'm not sure I understand your first question. However don't you already have an online/offline button

    I guess you could try adding the code in 6th post down. Its got some useful coding which adds an online/offline button. It has instructions so make sure you read them.

    https://help.forumotion.com/t123228-online-offline?highlight=how+to+add+an+online+offline+button

    I'm not sure if it will work or not. Maybe someone could provide a more useful answer.

    avatar
    markonilo
    Forumember


    Posts : 49
    Reputation : 1
    Language : serbian

    Completed Re: Online offline

    Post by markonilo April 29th 2013, 9:52 pm

    Hi I'm not sure I understand your first question. However don't you already have an online/offline button

    I guess you could try adding the code in 6th post down. Its got some useful coding which adds an online/offline button. It has instructions so make sure you read them.

    https://help.forumotion.com/t123228-online-offline?highlight=how+to+add+an+online+offline+button

    I'm not sure if it will work or not. Maybe someone could provide a more useful answer.

    Look on my forum http://okrugpn.forumsr.com/
    avatar
    markonilo
    Forumember


    Posts : 49
    Reputation : 1
    Language : serbian

    Completed Re: Online offline

    Post by markonilo April 30th 2013, 1:23 am

    BUMP!
    Jophy
    Jophy
    ForumGuru


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

    Completed Re: Online offline

    Post by Jophy April 30th 2013, 5:20 am

    markonilo wrote:
    Hi I'm not sure I understand your first question. However don't you already have an online/offline button

    I guess you could try adding the code in 6th post down. Its got some useful coding which adds an online/offline button. It has instructions so make sure you read them.

    https://help.forumotion.com/t123228-online-offline?highlight=how+to+add+an+online+offline+button

    I'm not sure if it will work or not. Maybe someone could provide a more useful answer.

    Look on my forum http://okrugpn.forumsr.com/

    markonilo wrote:BUMP!
    Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead.

    Did you add it here?:
    Admin Panel > Display > Pics Management > Advanced Mode > Mini icons:
    Mini icons - Online : Upload there
    > Save
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8755
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Completed Re: Online offline

    Post by Derri April 30th 2013, 7:38 am

    Jophy I think he was wanting something to appear in the top right hand corner like the support forum has. He said this to me via private message when asked me for help on the subject. However I told him I'm not exactly sure how to go about doing this on PHpBB2
    avatar
    markonilo
    Forumember


    Posts : 49
    Reputation : 1
    Language : serbian

    Completed Re: Online offline

    Post by markonilo April 30th 2013, 1:34 pm

    Jophy I think he was wanting something to appear in the top right hand corner like the support forum has. He said this to me via private message when asked me for help on the subject. However I told him I'm not exactly sure how to go about doing this on PHpBB2


    I would online same status as the forum to be in the upper right corner
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 634
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Completed Re: Online offline

    Post by Ultron's Vision April 30th 2013, 1:48 pm

    This can be done via jQuery or through template editing if you are the founder of the forum.

    I do not exactly know the selectors used as I cannot inspect the page from my mobile on, but the code would look something like this...

    Code:
    jQuery(document).ready(function(){
    if(jQuery('/* add element selector here, I can post more later */:has(img[src="add your online URL button here as Jophy described how to do it above"])')){
    jQuery('add element selector again').after('<img src="add the element you want to be displayed, for this forum, it is http://2img.net/i/fa/prosilver/icon_user_online_en.png" <!-- and more html attributes if necessary --> />');
    }
    });

    I will update this soon.
    Jophy
    Jophy
    ForumGuru


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

    Completed Re: Online offline

    Post by Jophy April 30th 2013, 5:28 pm

    Hi, the topic has been marked complete, is this solved? Smile
    avatar
    markonilo
    Forumember


    Posts : 49
    Reputation : 1
    Language : serbian

    Completed Re: Online offline

    Post by markonilo April 30th 2013, 6:21 pm

    Hi, the topic has been marked complete, is this solved?


    no but close
    Jophy
    Jophy
    ForumGuru


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

    Completed Re: Online offline

    Post by Jophy April 30th 2013, 6:22 pm

    Locked as requested