By tomcarlson on
Hello,
I am running a Drupal 6 site, and I have several users with profiles. When I go to http://www.example.com/profile, I can see the complete User list for the site. Is there some way to change the default theme for this profile page? For example, this page lists all the profile field values, but not the profile field names. I would like to edit the page so it also displays names for the profile fields.
Thanks.
Comments
Views
This isn't a theming problem -- you're not proposing to change just the presentation, but rather the available data. Install the Views module and override the display with a new view.
I tried the Views module, but
I tried the Views module, but it is a bit complicated for my level of knowledge. Appearance is more important to me than content. Is there a way to change just the appearance?