Sorry if my explanation wasn't clear. In admincp, you use user.php to create new users and enter the details for that user's custom profile fields. By default, user.php lists ALL custom profile field options that have been created in the database. I have created a secondary modified user-venue.php file, and want to display only certain custom profile fields, not all of them like the default does.
So, I need to remove the default code that generates ALL of the custom profile field options in my modified user-venue.php. I located it and removed it. Now, I need to replace that with the code that will generate specific profile fields. I don't know what code to use to make that happen.
My goal is to have a secondary user.php file that will make my life easier by only showing me the custom profile fields I want, relative to the type of usergroup I am putting someone in.
Does that make more sense? Thanks for replying, by the way.
|