Favorites Widget
Overview
This widget enables portal users to access articles that are frequently read and marked by other users of the portal as Favorites. If this option is activated for a portal, the widget displays the icon .
KB users can click the icon to mark an Article as favorite and add
it to the Favorite link on the Portal Article Display page.
It also keeps track of the number of times the articles have been viewed.
Configuring Favorites
- Login to Portal Administration.
- Click Edit in the selected portal's row in the Available Portals table.
- Click Configuration.
- Scroll to the lines:
<home>
<favorites> - Make changes to the Widget as described in the table.
- Click Save.
XML Section |
Description |
Example |
<home> . <favorites >
|
Only one instance of the Favorites widget can be implemented per portal. Enable the widget by setting "enabled=true". Disable the widget by setting "enabled=false Specify a number between 1-50 to indicate the number of articles to be listed. This is mandatory. Specify "All" or a number between 1-90 to indicate the number of days. This is mandatory. |
<favorites enabled="true"> <numberOfDays>90
|
Table : Configuring Favorites Widget