Log in

View Full Version : Custom Profile Fields


adb22791
12-08-2005, 08:34 PM
Hello all,
In one of my hacks I will be requiring the end user to create serveral new custom profile fields. To keep the hack simple, I would rather have the fields be automatically created (either by the product system, an automated install script, or something else).
Is htis possible?
Thanks,

Cyricx
12-08-2005, 08:49 PM
I'm sure you could do it through queries, but the userfield number would vary based on how many custom fields they have... For example, the next one I add will be number 54 (added and deleted alot during the last few years hehe)

I'd dig into the admin file - /admincp/profilefield.php - and look under the "add" function. Locate the query the run and try that.