• Hello

    Before anything else, thank you for this great plugin.

    I actualy have a great display problem : I used Register Plus Redux and create some fields.

    Then I used WP User Frontend, and add an “edit profile” page : here, no problem, all my custom fields are well displayed and well managed.

    BUT (yes there is a “but”) the way all my fields are displayed is just AWFULL.

    The code displaying my custom fields is :

    <?php
    $profileuser = get_user_to_edit( $user_id );
    do_action( 'show_user_profile', $profileuser );
    ?>

    The HTML produced is an array of two columns, with a BR between each label.

    I realy would like to change this displaying, but I can’t find out how to custom this code output (

    <?php
    $profileuser = get_user_to_edit( $user_id );
    do_action( 'show_user_profile', $profileuser );
    ?>

    ) or display all my fields to allow user to edit his own profile with a style I choose.

    My website (french) Creoptim , log with user : test, and password : test.
    Page where the displaying sucks Profil.

    http://wordpress.org/plugins/register-plus-redux/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display and manage custom fields on a page’ is closed to new replies.