Is there a way to change the display modes of an entity- in my case user, based on the Author's (or User Profile) role?
So, bob is an admin- so he gets a three column layout.
Sam is a moderator, so he gets a two column layout.

Comments

aspilicious’s picture

Status: Active » Closed (works as designed)

There's no direct UI for that, but there is hook_entity_view_mode_alter() see https://drupal.org/node/1833086
You can go totally nuts in there :)