Posted by ursus@drupal.ru on September 5, 2007 at 10:22am
Jump to:
| Project: | Members |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | wmostrey |
| Status: | closed (won't fix) |
Issue Summary
When I configure members module first time, I see You have not selected any fields yet.
I try to add field from list below, f.e. registered or last seen... and nothing happens - Drupal still tells that You have not selected any fields yet. :(
Comments
#1
I have same problem
#2
me too
anybody knows an answer for this?
#3
I can't add fields either..... in version 4.x worked fine.. but not in version 5.x
#4
same problem. can't add fields...
#5
#6
Same problem.
Do you know if this module is still develop ?
#7
The module is currently not being actively developed. I'm currently putting more work in the asset module and will have more time in March to continue on the members module.
#8
Hi
I had the same problem and did some investigation about it.
I found that on german drupal installations, the text 'Add Field' is allready translated with 'Feld hinzufügen'.
In the source code (members.module) the text that is shown on the 'Add Field'-Button is added without using the t() function.
So to fix this issue, open members.module and replace all occurences of 'Add Field' with t('Add Field') where it is not allready done.
#9
worked beautifully, thanks very much!
#10