1 (edited by veuvenoire 2005-08-24 05:40)

Topic: members list

Hi everybody,

I would like to know how to put the  member's list  invisible for all member except moderator and admin

I want to preserve the privacy of every body.

thank


v1.26 install on my forum

because every body  could see who is excluded , who is x group  etc...

I would like to remove the user list on the menu.

Re: members list

hello,

nobody could reply ????

Re: members list

Lemme see

userlist.php

FIND

if ($pun_user['g_read_board'] == '0')
    message($lang_common['No view']);

AFTER, ADD

if ($pun_user['g_id'] > PUN_MOD)
    message($lang_common['No permission']);

Although you'll need to edit the navlinks generation function to remove the link wink

Re: members list

Thank you, Smartys!

[no signature]

5 (edited by veuvenoire 2005-08-31 08:11)

Re: members list

thanks a lot  Smartys ,   i was so busy with my new site....

I do the modification and it ' s work !!!

you' re  great !!!

where are the navlink ? sorry iM a novice ..


Warning: Cannot modify header information - headers already sent by (output started at /SITES_SATA/www/html/vvn07/punbb_126/upload/userlist.php:3) in /SITES_SATA/www/html/vvn07/punbb_126/upload/header.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /SITES_SATA/www/html/vvn07/punbb_126/upload/userlist.php:3) in /SITES_SATA/www/html/vvn07/punbb_126/upload/header.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /SITES_SATA/www/html/vvn07/punbb_126/upload/userlist.php:3) in /SITES_SATA/www/html/vvn07/punbb_126/upload/header.php on line 34
Assistance indépendante Packard Bell

Ici on solutionne les problèmes!!!

    * Index
    * Liste des membres
    * Règles
    * Recherche
    * BLOG
    * MON PC
    * Profil
    * Déconnexion

    * Connecté en tant que Majuscule
    * Dernière visite: Aujourd'hui 02:05:07

Annonce
Seules les adresses de FAI( fournisseur acces internet ) seront acceptées pour enregistrement. Seuls les membres incrit dans les regles pourront acceder aux forums
Info

Vous n'êtes pas autorisé à afficher cette page.

6 (edited by veuvenoire 2005-08-31 07:54)

Re: members list

also ,  i would like to know if it is possible to change the order when i do a search or check a new member

I mut scroll to have by inscription and by descending....

if it is possible  to put  them in permanence .... and use the other choice when apply...

I think i must modify the  userlist.php.... but could you help me  to do it 

thanks .