Page 1 of 1

Extenisble user profile module?

Posted: Thu Mar 15, 2007 4:04 pm
by kmccann
Hi,

Is there an easy way to extend the fields that are available in the User Profiles module? Maybe this is a feature request?

Thanks,
Kevin

Re: Extenisble user profile module?

Posted: Thu Mar 15, 2007 4:09 pm
by garvinhicking
Hi!

You could edit the serendipity_event_userprofiles.php file, look at the "var $properties" array at the beginning, you could add your own items there. You will also need to add language constants into the lang*.php files for new strings you add there.

HTH,
Garvin