Posted by LoganGuy on August 14, 2014 at 8:54pm
Is there an easy way to disable the display of the space and section title? Since the space and section are already displayed in the menu, the user will know where they are.
regards
Is there an easy way to disable the display of the space and section title? Since the space and section are already displayed in the menu, the user will know where they are.
regards
Comments
https://www.drupal.org/projec
https://www.drupal.org/project/exclude_node_title
There isn't anything that's built into Open Atrium to allow this
There isn't anything that's built into Open Atrium to allow this. If it was me, I'd probably do it in a custom theme or module with a
hook_preprocess_page(&$vars)function, to clear the$vars['title']when viewing a Space or Section node. But if you're not a coder, the suggestion above is probably best!