Hi
I have successfully imported a csv list of members into my Admidio setup, however, when I click on any of the members to view their profile details under 'User Management', the 'First Name' and 'Last Name' fields are missing from the "Basic Information" view, even though they are mandatory fields.
But then when I click to edit any of the member profiles, the fields are displayed.
Please see attached screenshots (I've blanked out personal information).
Any idea what I've done wrong?
I'm sure it's a simple fix, but I can't seem to find it.
Many thanks
Gruss
First Name and Surname not displaying in default profile
-
- Beiträge: 4
- Registriert: 8. Mär 2015, 13:50
First Name and Surname not displaying in default profile
Zuletzt geändert von SturmVogel am 17. Mär 2015, 16:42, insgesamt 1-mal geändert.
-
- Beiträge: 4
- Registriert: 8. Mär 2015, 13:50
Re: First Name and Surname not displaying in default profile
RESOLVED
[*] Make a backup copy of ~/adm_program/modules/profile/profile.php
[*] Rename your backup copy to ~/adm_program/modules/profile/profile.php.MASTER
[*] Open to edit ~/adm_program/modules/profile/profile.php
[*] Goto line 242
[*] Change to:
Result:
Gruss
[*] Make a backup copy of ~/adm_program/modules/profile/profile.php
[*] Rename your backup copy to ~/adm_program/modules/profile/profile.php.MASTER
[*] Open to edit ~/adm_program/modules/profile/profile.php
[*] Goto line 242
Code: Alles auswählen
case 'LAST_NAME':
case 'FIRST_NAME':
case 'GENDER':
// don't show these fields in default profile list
Code: Alles auswählen
// case 'LAST_NAME':
// case 'FIRST_NAME':
case 'GENDER':
// don't show these fields in default profile list
Gruss
Re: First Name and Surname not displaying in default profile
Hi Sturmvogel,
but this was so designed. We show username and firstname in the header of the group, so we dont show them in the list.
But in the next version 3.0 we have changed this to the settings you have set here.
Fasse
but this was so designed. We show username and firstname in the header of the group, so we dont show them in the list.
But in the next version 3.0 we have changed this to the settings you have set here.
Fasse
-
- Beiträge: 4
- Registriert: 8. Mär 2015, 13:50
Re: First Name and Surname not displaying in default profile
Hi Fasse
Yes thank you, I quickly realisd my error
I kept on thinking that the missing fields were a configuration error on my side, but realised that it was by-design once I saw the code.
Thank you very much for Admidio. I am finding it most useful for our organisations needs.
Have fun
Sturmvogel
Yes thank you, I quickly realisd my error
I kept on thinking that the missing fields were a configuration error on my side, but realised that it was by-design once I saw the code.
Thank you very much for Admidio. I am finding it most useful for our organisations needs.
Have fun
Sturmvogel