Hello,
I am new to PHP and Drupal and am trying to get some things to work, but can't seem to.
I want to have it so that when a user logs in their user picture, username and other information is displayed in a block. To so this I setup a taxonomy term called Personal Information and stuff it with a bunch of sub-terms (ie. age, birthday, url, ect). I can't seem to find anyway to retrieve that information. I can retreive all a users basic info $user->init, $user->uid, $user->signature, ect, but I can't find a way to retreive any of the taxonomy info. I tried things like $user->user_url and $user->profile_url (url is the name of one of the taxonomy fields in the personal info term), but I couldn't seem to find anything that would pull out the info I need.
http://soultrance.r30.net *the block I am refering to is in the top left, right now it retreive basic info, but I want it to retreive more*
The following might be of help:
Under Users > Configure > Profiles
Title Name Type Category Operations
First Name profile_fname single-line textfield Personal Information edit delete
Last Name profile_lname single-line textfield Personal Information edit delete
Website URL profile_url URL Personal Information edit delete
Email Address profile_email single-line textfield Personal Information edit delete
MSN Address profile_msn single-line textfield Personal Information edit delete