Will said:
You'll most likely need to use some PHP in your block contents to
conditionally check on role / group membership.
Thanks for your reply Will. But how do I programmatically refer to individual links within a block? I haven't seen any code like that anywhere.
Moses
_____
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of William Smith Sent: Friday, March 20, 2009 5:59 PM To: support@drupal.org Subject: Re: [support] Links Available "Conditionally" Within the Same Block
2009/3/20 Moses Elias iom@netvision.net.il
I have a block in a sidebar with 3 menu items. Call them A, B, and C.
1) A is available to authenticated users. It allows them to create new groups once they are authenticated. Creating a group automatically promotes the creator to being a group member and a group admin.
2) B is available to authenticated users, who are members of or have created one group at least. It allows them to post to a group.
3) C is available to authenticated users, who are members of or have created one group at least. It allows them to invite users to the group.
How do I conditionally give authenticated users access to links on the basis of their roles within the same block (and not separate blocks)?
What I have found so far is that either the entire block is visible or invisible. What I want instead is that some of the links should be present under certain conditions while at other times not.
Moses
-- [ Drupal support list | http://lists.drupal.org/ ]