Hello,
I like very much « user profile » module.
Find user option (modules/profile/search.php) is verry interesting
We can choose all fields we want to find users!
To see this function in administration module:
Profile\language\english\modinfo.php
Add line 18
define("_PROFILE_MI_FIND", "Find users");
modules\profile\admin\menu.php
Add lines 30 & 31
$adminmenu[6]['title'] = _PROFILE_MI_FIND;
$adminmenu[6]['link'] = "search.php";
_____________________________________________
Quote:
anonymous users can see all profile fields, no matter what I set in visibility confs.
Yes, anonymous can find members e-mails (PM to Mamba)
Because of this risk, I strongly recommend to ask all your members to hide their e-mail address to others members.
_____________________________________________
In XOOPS (system>find user)
We have:
- Total of users (top left)
- Group selection
After the selection:
- total of users found (top left)
- Send e-mail
In profile users > Find users
- The group cannot be selected
- The total of members is not visible
- Total of users found is not visible
- It is not possible to send a e-mail to selected members
- It would be interesting to export the list (to excel)
_____________________________________________
Now when you click on “system > Edit user” you go to “user profile > Users”
In the same way it would be great to go to “profile user >Find Users" when you
click on “system>find user”
@+
Z