Theming a Drupal User Profile is actually much easier than you think. Follow these few simple steps and you will be on your way to a fully customized user profile for your Drupal site.
This article assumes that you know how to theme a node, if not, first read Theming a node in Drupal...The Easy Way.
There are two main ways to get custom field into the user profile, content profile or using the core user profile that ships with Drupal. If you just want simple fields the core module is the way to go. For the sake of this article I will be using the core user profile module.
Using 6.x go to http://www.yoursite.com/admin/user/profile, there you can set up a couple of fields to your liking. ...Read more



