Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Nov 2009 at 14:05 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonMy 2 cents:
- I don't think we need to mention that profile is going away, as there is no guarantee it will actually go away, and if it does, a migration path will DEFINITELY be provided. That was actually why Profile wasn't upgraded in D7, I think -- because the new Fields system didn't have anything to replace Profile's categories... I think that was the stumbling block, anyway.
- I do think we should mention that as an alternative, you can add Fields to users... but only if there is a user interface for doing so in core. I don't think there is one at this time -- I saw a UI for adding fields to Taxonomy and to content types, but I didn't see one for users. Correct me if I'm wrong here?
Comment #2
webchickI agree. We write documents for the current reality, and should be geared around what comes out of the box in Drupal 7. The list of things people intended to get into Drupal core and didn't for whatever reason wraps from here to the sun and back a few times. ;) We also don't make mention of Views module in the Tracker module help, etc. so this would be inconsistent.
The Magical Unicorn Ponies Profile module in contrib, once it exists, is perfectly at liberty to write in its own help file that Profile module sucks and you shouldn't use it.
Comment #3
jhodgdonMagical Unicorns!! I want some Magical Unicorns!! :)
Comment #4
jhodgdonMeanwhile, webchick: am I correct that there is no UI for adding Fields to Users in D7? I didn't see it.
Comment #5
webchickThere is, though it's buried (admin/config/people/accounts/fields or something), and I think it needs to be removed, but we're fighting about it at #608894: Resolve the conflict between the fieldable users UI and the profile module. But in any case, whatever is decided there is within the domain of user module, not profile module, so the help here just has to describe what Profile module does.
Comment #6
arianek commentedno patch was posted, so i went ahead and took a first stab - added a bunch more info about what profile module enables (with some advising from @webchick)
Comment #7
arianek commentedComment #8
jhodgdonHmmm...
I don't think we need to list all the field types that are part of the profile module. I think it would be more helpful to explain about what you can set up -- something about how that as an admin, you define fields that all users can add information to, to build a user profile where everyone on your site answers the same questions. Or something like that.
I'm not getting from the Author information block uses section that it displays information about the author of the current page (if in fact that is what it does)... and which profile fields -- all? some? (having never used this, I don't know off-hand)
I'm not sure the explanation of the people from canada page is all that clear, and is the link to path "profile" correct? Isn't it just that when you are viewing a user page, you see tabs for the profile sections?
And I don't think the concept of profile sections (categories?) is explained here at all..
I'm probably rambling, but anyway I think this needs some more thought.
Comment #9
arianek commentedComment #10
arianek commented- modified the stuff about adding fields
- fixed some code
- tried to incorporate some of @jhodgdon's comments, but yes /profile is really the "user list" page, where all users are displayed (try it on d.o to see), not sure what you mean about profile categories, and @webchick told me about that block, and so...?
someone pls review/test this and post a new patch if you have changes, thanks!
Comment #11
tobiasb-remove 2 empty t()s
-
'<dt>' -> '<dd>'Comment #12
jhodgdonThis text makes much more sense to me. Two minor comments:
a) I think a "For example" is needed before talking about the specific example of "people from canada" though.
b) I also think that the author information block section needs some attention. It currently says:
"The Author information block is a default block created by the Profile module. It displays user information, and can be enabled on the Blocks administration page."
What type of "user information", and for what user?
Comment #13
batigolixnew patch including fixes for jennifer's comments
Comment #14
arianek commentedfound a typo - rerolling
Comment #15
arianek commentedexample was spelled wrong - fixed and rerolled. looks good to me otherwise.
Comment #16
webchickCommitted to HEAD!