Group Custom Theme Questions

We have a custom Theme for our site. One of our grous is treated like a subsite and we want different site header/footer widgets. Whats the best way to accomplish this? The widgets are currently set at the site level, so we are not sure the best way to approach this.

Parents Reply
  • These options identify the group theme as being legacy. The inheritance options may not be supported by the implementation. 

    In version 10.2+, these options are significantly different with the supported theme. To adjust a group theme in 10.2+ to no longer inherit parent theme widgets, in Administration > Interface > Theme Studio,

    1. Select the group theme you want to edit and open its "Body Script" implementation.
    2. Adjust the definition of the options passed to $context_v2_themeBody.RenderHeader() and $context_v2_themeBody.RenderFooter() to set InheritContentFromParentDepth to 0.

    See documentation on context_v2_themeBody Script API 

Children