Page 1 of 1

Register new User - Department

PostPosted: Fri Oct 26, 2007 12:34 pm
by gbraun
Probably a simple question - but I've not found the answer yet using some basic "find"ing through the code.

I'd like to change the static text for the field names on the Register new user screen. I don't mind if the underlying field remain the same name, nor do I need any change to the data. I'd just like to change the static text "Department" so that I request a different piece of user data and store it in Department.

Where can I change that? Any help appreciated.

PostPosted: Fri Oct 26, 2007 1:03 pm
by shannah
If memory serves this is just drawn out of the users table, so you should be able to just specify some new labels and descriptions on the users table.
i.e. In the tables/users/fields.ini file, just add some widget:label and widget:description declarations for the fields in question.

-Steve