Portals can be configured to display selected article categories and their immediate subcategories. Each category can be associated with an image to create a visual and intuitive experience. Setting up Categories for a portal’s Browse screen requires the following steps:
Setting the “Browse” option in the portal’s top-menu bar.
Enable one or multiple categories in the Browse screen.
Configuring Browse for the Portal
Login to Portal Administration.
Click Edit in a portal’s row in the Available Portals list.
Click Configuration.
Scroll to the line:
<modules>
<browse>
Make changes to the display attributes as described in Table "Configuring Browse".
Click Save
XML Section
Description
Example
<modules> </modules>
Specify the modules to displayed or disabled in the portal by setting:
enabled = true
or
enabled = false, respectively.
Specify the module display order in the global navigation by setting a numerical value for "displayOrder".
Modules are displayed from lowest to highest values.
Specify the name of the module between the opening and closing tags.
This name is used by the Global Navigation and Breadcrumb Navigation.
Important: Do not modify the module's "ID" attribute. Be aware that disabling the Articles module will prevent the “Articles” tab from displaying in the navigation. However, users will still be able to search and view articles.