On the Strategy Web Preferences Page, sections can be removed at both the user level (User Preferences) and at the administrative level (Project Defaults). In the following customization example below, the Hierarchy browsing section on the General Preferences Page at the administrative level has been removed.
Before Customization:

After Customization:

This customization can be accomplished by using the Web Customization Editor to create a plug-in, although determining the details of the steps will involve reading some built-in XML files.
<Style description="Displays general project preferences" name="GeneralAdminPreferencesStyle" transform="PreferencesGeneralTransform"> <Layouts> <Layout layout_source="AppLayoutSourceFile" order="1"><![CDATA[/WEB-INF/xml/layouts/preferences/AdminGeneral.xml]]></Layout> </Layouts> </Style>
Do not edit original files used by Strategy Web. The following example demonstrates how to safely customize one of these layouts while following best practices.
Strategy SDK provides a Web Customization Editor that can be used to create a customization plug-in. The following steps show how to create the plug-in and deploy.
<tr>
<td colspan="2">
<hr style="height: 1px;"/>
</td>
</tr>
<tr>
<td valign="top">
<span class="prefs-input">
<mstrlayout:render name="descriptor"> <!-- Hierarchy browsing: -->
<mstrlayout:argument type="String" value="mstrWeb.5530"/>
</mstrlayout:render>
</span>
</td>
<td>
<mstrlayout:render name="AsCheckBox">
<mstrlayout:argument type="string" value="com.Strategy.web.objects.EnumWebPreferences.WebPreferenceAutoExpandAttributeInHierarchy" />
<mstrlayout:argument type="string" value="mstrWeb.5433" /> <!--Descriptor:Expand Attributes automatically when there is only one browsing option-->
</mstrlayout:render>
</td>
</tr>
<tr>
<td colspan="2">
<hr style="height: 1px;"/>
</td>
</tr>CUSTOMIZATION WARNING:
This customization is provided as a convenience to Strategy users and is only directly applicable to the version stated. While this code may apply to other releases directly, Strategy Technical Support makes no guarantees that the code provided will apply to any future or previous builds. In the event of a code change in future builds, Strategy Technical Support makes no guarantee that an updated version of this particular customization will be provided. In the event of a code change in future builds, Strategy may not be able to provide additional code on this matter even though this customization is provided at this time for this specific build. For enhancements to this customization or to incorporate similar functionality into other versions, contact your Account Executive to inquire about Strategy Consulting assistance.