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.

Turning off the hidden option

+5
Sanket
george20
Kalliopi
RenSo-
ivan1950
9 posters

Go down

In progress Turning off the hidden option

Post by ivan1950 Mon Jan 02 2012, 05:06

Is there any way to turn off the option for users to be hidden? Thanks.
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by RenSo- Mon Jan 02 2012, 05:12

What do you mean ? Any example ?
RenSo-
RenSo-
Forumember

Male Posts : 70
Reputation : 5
Language : Estonian | Html | Php | Css | MySQL
Location : Estonia

Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Mon Jan 02 2012, 05:14

There are registered users, hidden users and guests. In the user control panel members can choose to be hidden. I would like to remove that option.
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by Guest Mon Jan 02 2012, 10:45

Do you use invision? Smile Can you provide your forum url and an test account?
avatar
Guest
Guest


Back to top Go down

In progress Re: Turning off the hidden option

Post by Kalliopi Mon Jan 02 2012, 14:32

ivan, allowing guests to be hidden is one of the features of Forumotion and in fact many other forums. This question has been asked before and as far as I aware, there is no option to turn it off and I am not sure why you would want to. You can enable all administrators & moderators to see the 'hidden' members when they are logged on. so that it is only regular members they are hidden from. Smile
Kalliopi
Kalliopi
Forumember

Posts : 434
Reputation : 30
Language : English

Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Mon Jan 02 2012, 15:45

Kalliopi wrote:ivan, allowing guests to be hidden is one of the features of Forumotion and in fact many other forums. This question has been asked before and as far as I aware, there is no option to turn it off and I am not sure why you would want to. You can enable all administrators & moderators to see the 'hidden' members when they are logged on. so that it is only regular members they are hidden from. Smile

I really don't want this to be a debate on the good and the bad of being hidden, I know I can see them. Call it a personal preference but I have found that over time hidden members rarely post and they often eventually cause some sort of problem. Look at it this way, why does a member need to be hidden?
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Wed Jan 04 2012, 15:56

bump
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by george20 Wed Jan 04 2012, 20:38

this worked for me , members dont have the option to hide there status, But if you go in to your profile or theres as admin you can do it,


https://help.forumotion.com/t84365-disable-the-hide-your-online-status
avatar
george20
Forumember

Male Posts : 258
Reputation : 3
Language : English
Location : Leicestershire

http://www.suzukib-king.org/

Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Thu Jan 05 2012, 15:46

Thanks for trying but I don't seem to have the "Templates" option under "Display".
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by Sanket Thu Jan 05 2012, 15:48

Invision does not have template editing.
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: Turning off the hidden option

Post by george20 Thu Jan 05 2012, 16:05

ivan1950 wrote:Thanks for trying but I don't seem to have the "Templates" option under "Display".
sorry I cant help Sad
avatar
george20
Forumember

Male Posts : 258
Reputation : 3
Language : English
Location : Leicestershire

http://www.suzukib-king.org/

Back to top Go down

In progress Re: Turning off the hidden option

Post by Festina Lente Thu Jan 05 2012, 18:39

But how to prevent members to use Hide my online status on phpBB 2 forum... how to disconnect this option?
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: Turning off the hidden option

Post by Guest Thu Jan 05 2012, 21:13

Johnny Doc wrote:But how to prevent members to use Hide my online status on phpBB 2 forum... how to disconnect this option?
Go to Administration Panel => Display => Templates => Profile => profile_add_body => Edit => Find:
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>
and remove. Save, then publish! Smile
avatar
Guest
Guest


Back to top Go down

In progress Re: Turning off the hidden option

Post by Festina Lente Thu Jan 05 2012, 21:29

That's itTurning off the hidden option 3630314092... tnx
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: Turning off the hidden option

Post by Guest Thu Jan 05 2012, 21:42

Welcome! Razz
avatar
Guest
Guest


Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Fri Jan 06 2012, 15:50

So there is no solution for Invision?
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by Guest Fri Jan 06 2012, 16:41

Try by adding in Javascript management:
Code:
$(function(){
$('dd').has('label input[name="hideonline"]').remove();
)}
avatar
Guest
Guest


Back to top Go down

In progress Re: Turning off the hidden option

Post by Nera. Fri Jan 06 2012, 19:16

ivan1950 wrote:So there is no solution for Invision?

Ćao Ivane,

This will work for Invision:

Code:
$(function() {
    $('.box-content.profile.prefs fieldset').find('dl:eq(4)').remove();
});

Add it to AP > Modules > JS (All pages) and be sure to enable your JS first.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Fri Jan 06 2012, 22:24

Thank you all, I will give that a try!
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by ivan1950 Fri Jan 06 2012, 22:39

Excuse my coding ignorance but I haven't played with this option before, it does warn that I should be an expert at this.

I go to modules, then javascript codes management. Then I Enable Javascript code management.
Then create a new javascript.
It asks for a title, will any title do? Then do I just C&P the code provided by Nera into the Javascript code box? Sorry for being a newb.
avatar
ivan1950
New Member

Posts : 10
Reputation : 1
Language : english

Back to top Go down

In progress Re: Turning off the hidden option

Post by SLGray Fri Jan 06 2012, 23:29

ivan1950 wrote:Excuse my coding ignorance but I haven't played with this option before, it does warn that I should be an expert at this.

I go to modules, then javascript codes management. Then I Enable Javascript code management.
Then create a new javascript.
It asks for a title, will any title do? Then do I just C&P the code provided by Nera into the Javascript code box? Sorry for being a newb.

Any title will do.

Just copy and paste (remove the numbers from the code: 1. , 2. , 3.)the code in the box. Make sure to check the box for All Pages.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Turning off the hidden option

Post by ToTheFuture Mon Jan 09 2012, 02:54

There is a CSS code given to me by Sanket or Mr Mario a while ago (just before locking the topic because he thought it was solved -.-) that just made the option unclickable. Glad I found this topic, it was obvious there had to be a way. Very Happy I am on mobile right now, but when I am on computer I can find that code for you if the others don't work.
ToTheFuture
ToTheFuture
Forumember

Posts : 374
Reputation : 15
Language : English, Français

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum