1
zorro87
Re: How to set the user group in User Profile module
  • 2011/6/8 14:17

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi lmzan!

Thank you for your answer.

In the example you give: users can choose between three groups:
- Students
- Ex-students
- Teachers
With your configuration, In profile module you can select one of this three groups.
and only one of this 3 groups.

When a student becomes ex-student: he can go change his profile but the modification will not be done: he will stay in student group.


To make it, there is probably something to add in
modules/profile/edituser.php

@+
Z



2
zorro87
Re: How to set the user group in User Profile module
  • 2011/6/7 12:53

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

Thank you for sharing!

But if someone wants to change group once the profile is registered how to make it?

@+
Z



3
zorro87
CSV export in Profile module
  • 2011/6/1 18:25

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi all!

Profile module has made a great evolution for users administration
With this module, you can now add as fields as you want into user profile.
You can find very easily users by this fields in the search function.
You can even see fields you are interested in search result by typing a “space” in fields you want to see.

What about a CSV export of selected fields?
Have you any idea the way to make it?

@+
Z



4
zorro87
Search in Profile module
  • 2011/6/1 8:15

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello,
In Profile module:
Do you know how to select members with user level = inactive?

@+
Z



5
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2011/6/1 8:06

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


This hack should be integred to official module!

@+
Z



6
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2010/2/11 14:55

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Verry good job!

We can send mail to selected members with Profile!

Thank you ghia!


@+
Z



7
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2010/2/9 20:04

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello!

This is an Up !

It is great to be able to select members with profile field selection.

what about sending emails to this verry users....


@+
Z



8
zorro87
Re: Profile 1.55 send e-mail to selected users
  • 2010/1/7 13:16

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

CSV export would be great too...


@+
Z



9
zorro87
Re: Problem selecting user in Private Message
  • 2010/1/6 18:30

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!
Thank you Colossus!

In my case I've change 200 to 400

After this modification, it was impossible to add users in Group.

In
Edit Members of this Group
Quote:

Non-members
add -->
<-- delete

had desapear!


To fix this problem:

you have to change in
\modules\system\admin_groups\groups.php

200 to 400 (in my case) on line 117

Before:
if ($usercount 200 && $membercount 200) {


After:
if ($usercount 400 && $membercount 400) {


@+
Z

EDT: I'm not quite sure it was due to the modification, but it is the solution to this problem!



10
zorro87
“user profile” Module: How to make a mandatory date field?
  • 2010/1/4 21:46

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

In “user profile” module (1.56)
You can add a date field very easily for a birthday for example.

When you register or edit your profile
The date can be selected by using a calendar.
(The calendar is very nice!)

We can set a date field as mandatory
But we must set a default date.

The default date will be saved if you don’t change it!
It seems that we cannot set an empty date as default to make it really mandatory.

How to make a mandatory date field ?


Thank you for your help…

@+
Z

This question was ask in this post (2009/3/27)

Trabis answer was:
Quote:
I understand the problem, there should be check to see if date was changed or not, maybe in JS validation code.




TopTop
(1) 2 3 4 ... 10 »



Login

Who's Online

218 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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