Log in

View Full Version : Is this possible?


Weasel
03-16-2003, 04:20 AM
I would like to add a new profile field: gender. But i have a feeling no one would take the time to go back into their settings and change it.

Is there a way to do this:

Set everyones gender to null

in showthread execute this psuedocode:

if(bbuserinfo[gender] == null) {

popup(What gender are you?, male, female);

write(gender);

}

could someone give me some insight on how to implement this?

Dean C
03-16-2003, 08:41 AM
There is a hack around here which asks a user on loading their profile page to update a certain field. I can't remember what its called but have a look around and you'll find it :)

- miSt