Administration Guide

Customizing the KBArticles Portlet

Deprecated in 2021

Customizing the KBArticles Portlet

Here is an example of how you can customize the KBArticles portlet. To show on the Home page seven most recent Knowledge Base articles from the Manufacturer\Alloy Software category that have been viewed at least once, you should open the WelcomePage.config file in a text editor, find the section that begins with <add Title="FRAME_TITLE.TOP_ARTICLES" and make your changes as follows:

	<add Title="FRAME_TITLE.POPULAR_ARTICLES"
	PortletType="KBArticles"
	AnonymousAccess="true"
	CategoryName="Manufacturer\Alloy Software"
	ItemCount="7"
	OrderBy="Views DESC, Created_Date DESC"
	Filter="Views>1" />