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

    Hide online

    avatar
    FIB
    Forumember


    Male Posts : 491
    Reputation : 2
    Language : English
    Location : UK

    Hide online Empty Hide online

    Post by FIB March 5th 2015, 9:41 pm

    In the member profile/option there is the option to 'Hide onlne status' Is there any way of removing it so that no one can hide?
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    Hide online Empty Re: Hide online

    Post by brandon_g March 5th 2015, 9:50 pm

    Unfornatelly there is no way to keep anyone from hiding (no way to disable hide online status), all you can do is put in a rule that forbids it and that any user who does will reprimended, the other thing you can do is in the acp you can modify any user who does's profile and tick no to hide my online status and manually un hide them. Sorry Sad.



    Hide online Brando10
    Remember to mark your topic Hide online Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Hide online Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Derri
    Derri
    Helper
    Helper


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

    Hide online Empty Re: Hide online

    Post by Derri March 5th 2015, 9:57 pm

    Hello,

    Your forum version is PunBB correct?
    avatar
    FIB
    Forumember


    Male Posts : 491
    Reputation : 2
    Language : English
    Location : UK

    Hide online Empty Re: Hide online

    Post by FIB March 5th 2015, 11:38 pm

    No this one is phpbb2
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    Hide online Empty Re: Hide online

    Post by SLGray March 6th 2015, 1:37 am

    If you can edit the templates, you can remove it.



    Hide online Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Derri
    Derri
    Helper
    Helper


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

    Hide online Empty Re: Hide online

    Post by Derri March 6th 2015, 5:37 am

    For PHPBB2 Go to: Admin panel >> Display > Templates > Profile > Profile_add_body

    In the search box type 'hide' around three times (maybe more) and you'll come across something like this:

    Code:
    <tr>
    <td class="row1"><span class="gen">{L_HIDE_USER} :</span></td>
    <td class="row2">
    <label class="gen"><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />{L_YES}</label>
    <label class="gen"><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
    </td>
    </tr>

    Remove that, hit save, publish template and then the option to hide users won't exist any more. However any existing users hidden will have to be unhidden via the ACP, user profiles.