Extenisble user profile module?

Creating and modifying plugins.
Post Reply
kmccann
Regular
Posts: 6
Joined: Thu Oct 05, 2006 3:48 pm
Location: Ottawa, Canada

Extenisble user profile module?

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Extenisble user profile module?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply