Posted by lcgrs on February 14, 2012 at 9:39am
I am completely stuck after upgrading my website from Drupal 6 to Drupal 7 and I am desperately looking for answers to two questions:
1/ How can a group manager add new members to his group? All screens are working properly (I suppose), even the screen for the group administrator to add new members, but there are no new names in the list of members.
2/ I have created a group calendar, but now there on each screen is a tab for a calendar and that - offcourse - is not the intention.
Both functions are very important for my website, I got them working in Drupal 6 but not in Drupal 7 and I find no specific info... So please HELP! :)
Comments
Adding members
Hi,
1) When viewing a group node, click the group tab. The path is /node/*/group. From here, click 'Add People'. From here, you should be able to add users...I imagine permissions will affect this too.
2) Are you expecting to see a calendar tab only on group nodes? What is the path you are using within your view for the group calendar?
Jason.
My first problem has been
My first problem has been solved now. I figured out that in Organic groups field settings the field 'groups audience' was missing for the users. This was mentioned in non of the tutorials I followed and I still don't know why it was missing in my setup...
The second problem still exist. I want a calendar for each group node - not for all node types (articles, events, ...)
I followed this site: http://drupal.org/node/1268156. The path is node/%/kalender (dutch voor calendar).
Thanks,
Luc
Use validator in contextual filter?
Hi,
Have you tried this solution: http://drupal.org/node/354423#comment-4790126?
Jason.