Is it possible to achieve the following using the Drupal Context module:
- Show a block if the current logged in user is
a member of the organic Group - Show another block if the current
logged in user is the admin of that
organic group
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would create a new context and give it conditions for the user role setting, selecting only the member role. Then you would create a new context and create the same condition, but you would also select the additional admin role. Both would have different reactions and the module then would evaluate each condition.