The email field in user profiles in Drupal is as far as i understand not ment to be shown (for good and obvoius reasons).
But I still need to know how to show user e-mail in Drupal 5.x profile (nodeprofile)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Change the theme_user_profile hook (add the function to your template.php located at your current theme folder), like this:
Update. Sorry, didn’t notice that you’re using nodeprofile module. I’ve never used it, but am pretty sure the email can be shown the similar way