I request a field for users that can only be altered by the Admin. In my case I would like to define a student number (like a customer No) that connects the PN Tables with tables containing exam results that come from another data base. So I need this field.
This field should be displayed in the User Details
Name maybe: "website operators sorting criteria"
Chestnut Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
  Posted:
Sep 22, 2004 - 01:35 PM
This should be a user add Dynamic field...
And even so, if you getting information from any 3rd party mod, database or information, I think it should have a special mod. This is too outside of what the user management scope is.
Even if the special mod save this data in the user information :
Code:
pnUserSetVar('_STUDENTID', 149883);
You'll have the hability to modify the user profile template so it is shown.
As for the read only, it is something that I was thinking about.