Widget Quicklinks

Advanced-UI

The "Widget Quicklinks" plugin enables the widget with tutorials and saved searches on the startpage.

Setup

In addition to setting the properties, the contet_xx.txt files in {home}/appserver/META-INF/resources/widgets/info must contain the following:

Quick Links
<div id="customStartPageWidgetContent"></div>

Properties

To be configured in {home}/appserver/conf/custom.properties

type: Long, required: yes, default: -

Id of the node where the tutorials are located.

type: Long, required: no, default: -

Id of an Informationfield (any of type (localized) text) that provides additional information, shown in the widget as a description.

type: Boolean, required: no, default: true

This property controls the sorting behavior.

type: Long, required: no, default: -

Id of an informationfield (NodeReferencing) that specified the language of the tutorial. This is used to filter the tutorials by the user's current language (see languageMapping).

type: Map of Locale:NodeId (comma-separated), required: no, default: -

Mapping to transform the user's UI locale to the nodeId that the tutorials should be filtered by (see languageInfoFieldId).

e.g. de:123,fr:124,en:125

Screenshot

quicklinks

Compatibility Matrix

directDownload CELUM (min. version)
0.1 5.11.0
0.2 5.12.2
0.3 5.12.4
0.4 5.14.4 (tested up to 6.4)

Release Notes

0.1

2015-10-05

Initial version

0.2

2016-06-22

Fixed popup not working with 5.12

0.3

2018-11-07

  • Support for 5.13.3
  • Enabled sorting

0.4

2018-11-07

  • Added language filter
  • Added recursive flag