Groups and usernodes
I'm gonna try and explain this well. I needed to use usernode module in order to use the profile fields in a view for a detailed subscriber list per group (with contact details). The problem is, when a new user is signed up, I can pick a group for him to be in. The usernode is created automatically. In order for the user to show up in my subscriber list, I have to go edit the usernode and assign it the group. This is just not right... I need the usernode to get the exact same group that the user got. How can this be done? I tried og_actions, but that module only works with a really old version of actions and it wont work because the node type "usernode" can only have one action (which would be "assign node to group x"). So this would only work if I had no more than one group.
