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?
4 posters
Hide online
brandon_g- Manager
- Posts : 10113
Reputation : 923
Language : English
Location : USA
- Post n°2
Re: Hide online
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 .
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°3
Re: Hide online
Hello,
Your forum version is PunBB correct?
Your forum version is PunBB correct?
FIB- Forumember
- Posts : 491
Reputation : 2
Language : English
Location : UK
- Post n°4
Re: Hide online
No this one is phpbb2
SLGray- Administrator
- Posts : 51555
Reputation : 3524
Language : English
Location : United States
- Post n°5
Re: Hide online
If you can edit the templates, you can remove it.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°6
Re: Hide online
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:
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.
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.