Hi foolmars
Thanks for that, but I’m still pretty new at this, so please bear with me.
Could you let me know exactly which part of:
<p><label><?php _e(‘Username: (no editing)’); ?>
<input type=”text” name=”user_login” value=”<?php echo $profileuser->user_login; ?>” disabled=”disabled” />
</label></p>
… I should change, and what it should read instead? Is it that I should just delete disabled=”disabled”? Or do I change it to something else?
Thanks for your help.