Hi,
I found something that could be an error in nodefamily's README.txt .
In following paragraph:

If the population of a content type is restricted to 1 nodefamily provides a unique
URL for adding/editing nodes of this type:

Go to 'nodefamily/CONTENT_TYPE' for adding/editing your node of the content type.
Go to 'nodefamily/CONTENT_TYPE/USER_ID' to edit nodes of this type of other users.

The last two lines should state :
Go to 'nodefamily/content_CONTENTTYPENAME' for adding/editing your node of the content type.
Go to 'nodefamily/content_CONTENTTYPENAME/USERID' to edit nodes of this type of other users.

I was breaking my head about this for hours.
Maybe it helps someone out there.
Cheers.

Comments

aclight’s picture

I think you are right. My head (and my wall) thank you for pointing this out!

AC

fago’s picture

Status: Active » Fixed

no, the documentation was right. However I've added some more docs to this feature, so that CCK users get the right url.

Anonymous’s picture

Status: Fixed » Closed (fixed)