@sparksdontflyup
15 years, 5 months ago
Anyone?
Thanks, and the URL structure needs to be re-arranged to suit the needs of the navigation system I’m designing.
Okay, so it wont let me edit my pst anymore so:
What I meant by “float” was having it sit at the top of the window and follow the page as it goes down, so it’s always in view?
Thanks.
15 years, 6 months ago
Okay, so I would edit feild_name and user_id or just feild_name? and how would I get the users full name or just first name? Would I use something like:
feild_name
user_id
<?php echo xprofile_get_field_data( $full_name, $user_id ); ?>
and for the first name:
<?php echo xprofile_get_field_data( $full_name-first, $user_id ); ?>
or what. Would I have to create 2 separate fields for first name and anither for their last and use something like:
<?php echo xprofile_get_field_data( $first_name, $user_id ); ?>
or what?