How do I display a block only to a user group?

Hi folks,



I would like to show/display a block based on user group.



Show block ‘abc’ when user group ‘123’ is logged in

Show block ‘def’ when user group ‘456’ is logged in



Help would be realy, really appreciated.



Thanks



Paul

You would have to do this via a custom “controller” that sets the appropriate “view” based on the $auth[‘user_ids’] of the logged in user.



What do you do if a user is a member of multiple groups?