it is a question asked alot "how do i create a custom field"
why not allow people to create custom fields in the admin dashboard.
i really hope to see this in 5.0
sorry i don't think i worded that right.
what i mean is to add a custom feild to the registration and accout settings at the moment is very hard. im thinking that it would be good to have something in the admin dashboard that would allow you to create custom registration feilds eg phone
I'm almost positive we either did, or were working on it...and it isn't overly complicated.
You simply add it to /views/_join.php and copy join.php over to your usersc folder.
That being said if we didn't do this already, we will work on it as it is highly requested.
Thanks for posting that @mleary2001 - I knew we had done it!!
@Brandin, @mleary2001 can you explain a little further. Am I suppose to create both files and place them in usersc? Also where am I suppose to add
– Mike
$db->update( $table, $id, $fields_array );
Those files are within usersc/ either in includes or scripts.
Thanks Guys I just figured it out. Sorry I'm a novice.