• Resolved owenprescott

    (@owenprescott)


    Is it possible to add additional fields to the edit profile page “clean-login-edit”? I’m mainly interested in allowing the user to upload an avatar from the profile page, ideally the option to add all of the WP user fields would be great too. I’m hoping to keep the user outside of the WordPress admin panel.

    https://wordpress.org/plugins/clean-login/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Alberto Hornero

    (@hornero)

    Dear Owen Prescott,

    Yes, of course we can do it. Please send us an email to contacto(at)codection.com with all the requirements and I’ll send you a quote.

    And sorry for the delay in my answer, I was on vacation.

    Regards,

    Alberto.

    sorry for my english…

    i’m not developper and only tested…and this is ok for edit, but although the new modified and updated in the profile address only appears unchanged on the name of the user.

    You have on idea ?

    You have possiblity add form “URL” :

    In ” clean-login.php” after line 231 “$userdata[‘user_email’] = $email;}”

    add :

    $url = isset( $_POST[‘url’] ) ? $_POST[‘url’] : ”;
    $userdata[‘user_url’] = $url;

    In “login-edit.php” after line 26 “<input type=”text” name=”email” value=”<?php echo $current_user->user_email; ?>”> </div>”

    add :

    <div class=”cleanlogin-field”>
    <label><?php echo __( ‘url’, ‘cleanlogin’ ); ?></label>
    <input type=”text” name=”url” value=”<?php echo $current_user->user_url; ?>”>
    </div>

    I do not think the problem is related to the plugin … after modification since the admin panel the problem is the same.

    Sorry, update it’s ok…only old post user is no update ^^

    Please, I do some how to retrieve the public fom the nickname and change in the same way that URL.

    Plugin Author Alberto Hornero

    (@hornero)

    Hi Saiyan,

    If you want I can develop new features for you. Please write me an email at contacto(at)codection(dot)com

    Regards,

    Alberto.

    Hi,

    Thanks for plugin.

    It’s ok for me, i success add “display_name”

    Ciao

    Plugin Author Alberto Hornero

    (@hornero)

    Great! Topic closed!!

    And please, don’t forget to rate our quick support. Many threads resolved quickly but no rating by all of our users http://wordpress.org/support/view/plugin-reviews/clean-login Thanks!

    Alberto.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Additional fields in the profile editor?’ is closed to new replies.