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.

Hidden Users

5 posters

Go down

Hidden Users Empty Hidden Users

Post by clifdavis April 7th 2011, 8:25 am

I have searched the forum and can't find anything about how to control hidden users.

Any suggestions would be helpful.

Clifford Davis
avatar
clifdavis
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by Sanket April 7th 2011, 9:01 am

What do you exactly want to do?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by clifdavis April 7th 2011, 9:11 am

It would be nice not to have them if that is possible.

Thanks.
Clif
avatar
clifdavis
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by Darren1 April 7th 2011, 9:24 am

Hi,

With the work of templates, I believe it is still more than possible Smile
That's exclusive to PunBB & PHPBB2.

Also, you can change a members' status via their "profile options" via the admin panel. You can tell who's hidden by the name being in Italics. As an admin, you can see these members Smile
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by clifdavis April 7th 2011, 9:36 am

ok, thanks..
Clif
avatar
clifdavis
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by Darren1 April 7th 2011, 9:40 am

If you like, you can let me know if ur using PunBB or PHPBB2 and I can try to find the code for you Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by clifdavis April 7th 2011, 9:55 am

Actually I don't have a clue... tell me where to look and I can find it..
Sorry to be dense.

Clif
avatar
clifdavis
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by Nera. April 7th 2011, 10:22 am

To remove that option
1. PunBB
>> go to admin panel - display - templates / profile >> profile_add_body
Delete this:
Code:
<dl>
<dt><label>{L_HIDE_USER} :</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>

2. PhpBB2
>> go to admin panel - display - templates / profile >> profile_add_body
Delete 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>

Save and publish your template.
Nera.
Nera.
Energetic

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

Back to top Go down

Hidden Users Empty Re: Hidden Users

Post by Base April 7th 2011, 5:56 pm

clifdavis wrote:Actually I don't have a clue... tell me where to look and I can find it..
Sorry to be dense.

Clif

To find out what version your forum is, simply go to:

1. Administration Panel (advanced mode)
2. Display Tab
3. Choose a theme (on the left, under Skins)
4. Version Tab and tell us what you see for the version

Then, if you are running on punBB or phpBB 2, please read the Nera.'s post on editing the templates required. Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top

- Similar topics

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