Hi there,
Where can i find $user_profile array so that i can modify the fields in there?
Thanks.
Just for sidekicks, i'm trying to add customised fields into index.php?action=profile, so that when the profile page loads, the field that is not empty will have information from the same table (smf_members).
Why not just use the Custom Profile Fields mod?
http://custom.simplemachines.org/mods/index.php?mod=319
it's not fully flexible for what im doing.
The $user_profile array is setup in Sources/Load.php with the loadMemberData (http://support.simplemachines.org/function_db/index.php?action=view_function;function=58) function.
thanks. found it. :)