saiyan78
Forum Replies Created
-
Forum: Reviews
In reply to: [Clean Login] Thanksoops
Forum: Plugins
In reply to: [Clean Login] Additional fields in the profile editor?Hi,
Thanks for plugin.
It’s ok for me, i success add “display_name”
Ciao
Forum: Plugins
In reply to: [Clean Login] Additional fields in the profile editor?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.
Forum: Plugins
In reply to: [Clean Login] Additional fields in the profile editor?I do not think the problem is related to the plugin … after modification since the admin panel the problem is the same.
Forum: Plugins
In reply to: [Clean Login] Additional fields in the profile editor?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>