By scopas on
Hi all,
I installed Drupal 4.5.1 and it seems really nice, but there is no way to add member profiles? That is, simple pages where you can fill in your contact info (address, home phone, etc). Thought this was a really basic thing, but can't find a module for it. Is this too simple for a module in first hand? Please let me know.
Regards,
Bure
Comments
in drupal 4.5.2
is the profile module available through standard installation
you just need to activate it, im not sure if there is one in 4.5.1
-micha
Listing?
Ok, if this is the module for member info (I thought it was only for administration) how can a user see a list of all members?
with profile
you can define several data-fields for user profiles (data, text area, whatever)
user list
according to some search on drupal.org you should try out the
members module
-micha
Use the path 'profile'
Use a path of 'profile'
With clean urls http://www.example.com/profile
Without clean urls http://www/example.com/index.php?q=profile
This will show the users name and any public profile information (also private for people with permission like the administrator)