I can get by with just renaming the existing fields. That *should* be simpler.
________________________________ From: Gary Mort <garyam...@gmail.com> To: NYPHP SIG: Joomla <joomla@lists.nyphp.org> Sent: Sat, February 27, 2010 11:14:13 AM Subject: Re: [joomla] K2 registration fields They can't. :-( If you can't get by with what they give you... I REALLY recommend switching to a different user registration package. If you MUST use K2, you will need to make changes in the following areas: 1) System plugins: K2 uses system plugins to detect when a new user is registering and modify the registration form to add their fields 2) User plugins: K2 uses the user registration event to then grab it's own fields[see system plugin above] and add that data to it's database 3) K2 user controller, model, and views: K2 information which is displayed to the user, searches, etc are all done in this code. The upside of K2 is it has a very nice ACL system for itself which is all leveraged off it's user system The downside of K2 is that even if you neutar the user stuff and use something else, you still need part of it to handle the user groups for the acl. On Fri, Feb 26, 2010 at 11:49 PM, Donna Marie Vincent <donnamarievinc...@yahoo.com> wrote: Hi, all. I'm using K2 for the first time. I don't see where the user registration fields can be modified or controlled. Are you supposed to do it in the code or through the admin? > > >_______________________________________________ >>New York PHP SIG: Joomla! Mailing List >http://lists.nyphp.org/mailman/listinfo/joomla > >>NYPHPCon 2006 Presentations Online >http://www.nyphpcon.com > >>Show Your Participation in New York PHP >http://www.nyphp.org/show_participation.php > -- ---- Hudson Valley Sudbury School What GPL is for application users Our school is for students Help your children grow, change, and learn Let your child direct, control, amend Check out http://www.sudburyschool.org
_______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php