Closed (won't fix)
Project:
Members
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2007 at 10:22 UTC
Updated:
20 Sep 2010 at 08:49 UTC
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
Comment #1
vildmule commentedI have same problem
Comment #2
wolfram commentedme too
anybody knows an answer for this?
Comment #3
hedac commentedI can't add fields either..... in version 4.x worked fine.. but not in version 5.x
Comment #4
SamStealth commentedsame problem. can't add fields...
Comment #5
wmostrey commentedComment #6
ths commentedSame problem.
Do you know if this module is still develop ?
Comment #7
wmostrey commentedThe 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.
Comment #8
Birgerkung commentedHi
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.
Comment #9
Ferenczi commentedworked beautifully, thanks very much!
Comment #10
wmostrey commented