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.
The forum of the forums
4 posters

    Hidden users

    Anzo
    Anzo
    Forumember


    Posts : 358
    Reputation : 8
    Language : English/Arabic
    Location : Baghdad - Iraq

    In progress Hidden users

    Post by Anzo November 26th 2014, 8:33 pm

    Hello, I'm wondering: Is there a method I could use to disable members from going invisible/hidden when they're online and/or offline?
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: Hidden users

    Post by Ramdaman November 26th 2014, 8:34 pm

    Other than a JavaScript (which might not also work), there are no possible methods to reveal hidden users.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Hidden users

    Post by Ape November 26th 2014, 8:36 pm

    it can be done in templates but i can't remember how its done in Hidden users Fmpunb10Sad

    its in Templates >> Profile >> profile_add_body
    if its the same as phbb3 then its under

    phpbb3 / phpbb2
    find and remove

    Code:
    <label><input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />{L_HIDE_TAB}</label>

    Save and then click Add  look in profile and the tool should be removed
    i think there all the same Wink

    APE



    Hidden users Left1212Hidden users Center11Hidden users Right112
    Hidden users Ape_b110
    Hidden users Ape1010
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Hidden users

    Post by SLGray November 26th 2014, 8:50 pm

    Remove this from your profile_add_body template:
    Code:
    <dl>
     <dt><label>{L_HIDE_USER}&nbsp;:</label></dt>
     <dd><label><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /><span class="cont">{L_YES}</span></label>
     <label><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /><span class="cont">{L_NO}</span></label>
     </dd>
     </dl>


    Last edited by SLGray on November 26th 2014, 8:52 pm; edited 1 time in total



    Hidden users Slgray10

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


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Hidden users

    Post by Ape November 26th 2014, 8:51 pm

    yes thats the one lol my head is really not with it lol



    Hidden users Left1212Hidden users Center11Hidden users Right112
    Hidden users Ape_b110
    Hidden users Ape1010

      Current date/time is September 22nd 2024, 11:19 pm