I am making an intranet site for two groups of users. These each have distinctive roles, say 'role a' and 'role b'. When they enter the site and log in, they should be redirected to the frontend for their site. Both have a different look and different blocks that are shown but it's all the same site in the background. Role a f.i. sees the blocks 'news' and 'pictures' and role b sees 'news' and 'accounts'.
But there is also the admin, who makes the content for both sites, who wants to be able to see both sites (to check if they look ok when he changes something). He has 'role admin'. How do i make it that he can choose to see site a or site b?
Short explanation:
Role A -> redirect to site A
Role B -> redirect to site B
Role Admin -> choose to see site A or site B
How?
Comments
the way I handle this is to
the way I handle this is to have user logins on both site A and B. I develop in FF w/firebug using the admin account, then view the changes in another browser (IE, opera, whatever) while logged in with a user account to the site I want to see. Then when I'm done, if I want to test the changes with FF just switch user account with the user switch module.