I am sure i am just missing the point of this but figured i'd ask.

- i create 2 cck types and set both as nodeprofile types
- in nodefamily both are automatically set as children of usernode

I only want one of these to be filled in a registration time.. and the other to be filled in after

- so i set the access control for "view content_firstccktype on register form", but not the 2nd type
- when i register i get the first one as expected

and when i log in i can see this info.. all seems well..

but for some reason i think i thought that the 2nd type would now be a unfilled out form (preferably as a tab) under the users profile.. no idea why i thought that..

so i guess no idea with this set of modules to do something this simple??? currently i am using:

nodefamily, nodeprofile, usernode, rolesignup, registerprofile

perhaps i was thinking of the profile module where i could define fields that go into user profile; and then set whether or not they are available at registration time

so perhaps i need a 6th module in this set that auto-creates the other nodes when a user registers???

and maybe another one to render all my nodes in tabs for the user profile???

Comments

fago’s picture

Status: Active » Fixed

sorry, I'll really don't understand what are you doing or what's you problem is. usernodes are automatically created, but they don't keep any profile information. please read the readme's carefully and try to phrase your question more precise.

Anonymous’s picture

Status: Fixed » Closed (fixed)
liquidcms’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

sorry for not being clear enough... i guess it is confusing since i completely misunderstood the use of your modules.

but.. what i am looking for as described above should not be that unclear.. more simply stated:

i am looking for something that, in a similar vain to how profile.module works, works with nodes rather than just fields.

in other words...

- create cck types that are to be associated with each user
- select SOME of these as being attached to the registration form
- have ALL of them as tabs off the users profile

Is that more clear now?

Am i correct in assuming that your family of modules will not do this?

Does this not seem like a very useful addition to drupal?

Does it not seem like not a big leap for you modules to support this?

Maybe after current project i will get a chance to look at coding this myself.

Cheers,

Peter Lindstrom
LiquidCMS - Content Management Solution Experts

fago’s picture

Status: Postponed (maintainer needs more info) » Fixed

ah yes, you just need to use the pageroute module. with that you'll be able to add both content-types to a pageroute, which will be your profile.

Anonymous’s picture

Status: Fixed » Closed (fixed)