I spent an afternoon reinstalling/reconfiguring profiles based on both tutorials on Drupal.org and Michelle's site, and the closest I got to exactly what I need was following these steps exactly: http://drupal.org/node/130489
What I need is an enhanced profile ("about me" type fields), and then several sub-content types for things like work and education history. The catch is that the user should be able to input multiple instances of these content types (ie. for multiple jobs/schools) and it should display them on the profile. The step-by-step linked above comes really close, but only displays ONE instance on the profile, even when the user has filled out more than one (which can only be created by going through Create Content, rather than a nice add/edit option on the profile itself).
I can get it to display multiple instances by using a view, but it doesn't lay it out nearly as nicely with the sub-forms, and would require a lot more theming and integrating to get it to work as nicely as the other option.
Am I missing something here?
Thanks for an awesome collection of modules :) I know I will be using them going forward... once I finish wrapping my head around it at least!

Comments
follow the steps of the
follow the steps of the avanced guide of the nodeprofiel readme. you need to create some other content types, which can also be restricted to max. 1 per use with the use of nodefamily - then add a nodefamily relation between the nodeprofile and the extensions, create a pageroute for the input and theme the node view of your nodeprofile to also show the extension nodes.