11
alfred
Re: Bug in profile 1.51?
  • 2008/11/2 10:05

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


check User Profile -> Permission
- Profile accessible by these groups
- Visibility

do not visible all fields the administratot then change the
/modules/profile/userinfo.php on line 125

// Admin has access to all fields
//if ( !is_object($xoopsUser) || !$xoopsUser->isAdmin() ) { 
    
$field_ids_visible $visibility_handler->getVisibleFields($thisUsergroups,$groups);
//}

12
colossus
Re: Bug in profile 1.51?
  • 2008/11/2 10:17

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi, and thank you for your interest:

Quote:
check User Profile -> Permission - Profile accessible by these groups - Visibility


Yes, permissions are OK. They were working fine in 2.3.0, and I've checked them again after the upgrade... For admin and non-admin users everything is working, but anonymous users can see all profile fields, no matter what I set in visibility confs.

Maybe I should try the upgrade from the beginning again, just to make sure...

Regards: Colossus

13
zorro87
Re: Bug in profile 1.51?
  • 2008/11/4 8:54

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


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

14
zorro87
Re: Bug in profile 1.51?
  • 2008/11/21 11:10

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello!

There is a little bug in Category.
Categories are sorted by cat_id instate of cat_weight
(In user tab and in category tab).

@+
Z

15
zorro87
Re: Bug in profile 1.51?
  • 2008/11/23 22:18

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

In module/profile/search.php

I can't find users with timezone selection... (nobody found)
Is it a bug?
Did I miss something?


@+
Z

16
zorro87
Re: Bug in profile 1.51?
  • 2008/11/28 17:24

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello,
I feel alone in this topic

Who could help me to fix that?
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 e-mail to selected members 
It would be interesting to export the list (to excel)


@+
Z

17
Anonymous
Re: Bug in profile 1.51?
  • 2008/11/28 18:19

  • Anonymous

  • Posts: 0

  • Since:


Quote:
zorro87 wrote:

I feel alone in this topic


You're not alone......

Perhaps you could help fix the bugs on a more "official" level? Marco has been very active in debugging code for 2.3.x and Mamba can sort you out with access to the SVN.

It would a great help to all XOOPS users (me included ) if the bugs (which sound relatively minor to me) in the Profile and PM modules that come with the XOOPS download could be ironed out

18
zorro87
Re: Bug in profile 1.51?
  • 2008/11/28 20:58

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi JAVesey

Thank you for your answer.
I’m very conscientious of the great job of all the team. And I thank all of you for the great job you made.

I participate as I can to XOOPS evolution mainly in frxoops.

I understand it is relatively minor to you but it can be very useful for others to be able to send the good information for the good people in the good time.

These points are very important to me and I’m sure for many webmasters.

For example Doctors who can come in less than 20 mn to the hospital…
Or surgeons who are interested in a specific technique…

It is not really bugs I admit… but it seems to me it can be a important improvement to many webmasters.

@+
Z

19
alfred
Re: Bug in profile 1.51?
  • 2008/11/29 12:05

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

In profile users > Find users
- The group cannot be selected

can you find in System-> found Users (not for all, security :-9 )

Quote:

- The total of members is not visible
- Total of users found is not visible

added in SVN-Version

Quote:

- It is not possible to send e-mail to selected members

can you find in System-> found Users (not for all, security :-9 )

[/quote]
- It would be interesting to export the list (to excel)
[/quote]
mh, i write this to the Todo-List

you can find the actual Module here from SVN


20
zorro87
Re: Bug in profile 1.51?
  • 2008/11/30 13:59

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Thank you dhsoft for you answer!

Quote:

Quote:

- The total of members is not visible
- Total of users found is not visible

added in SVN-Version

Thank you! it is perfect!

Quote:

- It would be interesting to export the list (to excel)

mh, i write this to the Todo-List

Thank you! I think this function will help a lot of webmasters…

Quote:
Quote:

In profile users > Find users
- The group cannot be selected

can you find in System-> found Users (not for all, security :-9 )

About group selection:
You’re right,

System > find users

Allow Webmasters to find users in groups
but in standard XOOPS fields and not in new fields you add in Profile module.
It would be great to select members in groups AND in these new fields.

In Profile module > find users (/modules/profile/search.php) we can see this fields and make a selection on them. But we can’t select Group.

About security:
In Profile module > find users (/modules/profile/search.php)
The fields are visible or not for a group depending on their configuration in option
« Searchable by these groups »
In the same way Group selection could be hiding for any group but webmasters…

Quote:
Quote:

- It is not possible to send e-mail to selected members

can you find in System-> found Users (not for all, security :-9 )

About e-mail :
It is true,
System > find users
Allow Webmasters to find users and send mail to selected users
but the selection is possible only in standard XOOPS fields and not in new fields you add in Profile module.

and because the new fields are not visible in this function, you can’t send e-mail to users with a selection in new fields with this function.

Summary

In profile users > Find users (/modules/profile/search.php)

- 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 e-mail to selected members
- It would be interesting to export the list (to excel) --> Add in Todo-List


@+
Z

Login

Who's Online

292 user(s) are online (190 user(s) are browsing Support Forums)


Members: 0


Guests: 292


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits