Le mercredi 21 juillet 2010 à 16:31 +0300, Idan Arbel a écrit : > Thanks for all the tips, I'll try disabling modules although I can't > find the reason why this would happen. > > > > I can't assign the nodes to a different user because these nodes are > used as content profiles, and there can be only 1 per user. Some nodes > will have users attached to them but others won't at first. > > > > As for the permission, the anon user doesn't have any content > permissions other than access content.
The content_profile module doesn't have you to set any permissions for the content profiles nodes, it does all permission check logic for you. The only permissions you have to set for anonymous user are the field permissions, only if you use the content_permission module. Just leave all permissions for content profile node types empty (except for administrator or moderator roles in order to be able to moderate user profiles). If users can still edit those nodes (other than their own nodes) maybe it's a content profile bug, you should track it and may be ask for support in the module issue queue. Pierre.
