Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @sparksdontflyup

    Participant

    Anyone?

    @sparksdontflyup

    Participant

    Thanks, and the URL structure needs to be re-arranged to suit the needs of the navigation system I’m designing.

    @sparksdontflyup

    Participant

    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.

    @sparksdontflyup

    Participant

    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:

    <?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?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar