Quicklinks plugin provides an back office interface to manage the list of Quicklinks available on the site. The administration feature of plugin Quicklinks called "Management of Quicklinks".
In the Quicklinks management page, click on "Create Quicklinks" (warning, you must have the necessary rights, see Back office access ). An entry form appears, indicating the fields of generic Quicklinks :
There are two quicklinks display modes : the portlet display and PageInclude display. A quicklinks cannot simultaneously be displayed in a portlet and PageInclude:
A quicklinks can have an indefinite number of attributes. Attributes are organized as a tree (the depth of the tree is not limited).
Adding an attribute occurs in the Quicklinks modification page. Choosing the type of attribute you want and click on "Add" button.
Various actions are available for each attribute :
The different types of attributes are listed below.
The text attribute type offers the webmaster to insert rich text using the back office WYSIWYG editor.
The Link attribute type offers the webmaster to insert a link whose display can be customized.
The select box attribute type offers the webmaster to insert a drop-down list ( "select") whose display can be customized. The interface The management interface lists a selection of capturing the title attribute, then adding successive options (couple "title / url"). On the site, showing this attribute will be displayed as a select field ( "ListBox") with a click on an option load the URL.
The Internal Link attribute type offers the possibility to WebMaster to inserting an internal link to the site (a relative link). This link is generated through the mechanism of InsertService. The attribute consists of a field "Title" and a field "Content". The "Content" is read-only and filled via the InsertService. A "Preview" button displays HTML generated content.
A quicklinks can be displayed in different ways. Two display modes are available : the display in a portlet and with a PageInclude.
Quicklinks plugin provides a type of portlet called "Quicklinks". Quicklinks portlet types can be displayed on any standard page of the site. The only specific configuration for this type of portlet is the choice of quicklinks. The creation of a portlet Quicklinks did not differ with other types of portlet. The management portlets in the pages is done in the site administration feature.
The quicklinks "PageInclude" provides for each type quicklinks "Include" a Freemarker marker to insert it into templates site :
Example insertion of markeur "quicklinks_1" corresponds to Quicklinks identifier number 1 in page_frameset.html:
<body onload="setHover( 'menu-main' );"> ${page_header} ${page_main_menu} <hr /> <div id="page"> ${page_path} <div id="Quicklinks"> ${quicklinks_1?default("<!-- No Quicklinks 1-->")} </div> ${page_content} </div> <div style="clear: both;"> </div> ${page_footer} ${statistical_include} </body>
Access to the plugin is restricted on the web site and in the back office.
Each quicklinks can be given a Lutece role, to restrict access only to authorized users linked with this role. If the type is Quicklinks portlet, users without access to a portlet role will empty. If the quicklinks type is "Include", the include will be empty, the quicklinks will not appear.
The quicklinks administration interface is subject to resctriction access. The manager must have the right "management Quicklinks" in its list of rights.
The quicklinks list may be restricted by workgroup. The manager will see Quicklinks that not related to a workgroup or those in relation with its workgroups.
In addition, each actions on a Quicklinks can be controlled through roles. The list of actions on a Quicklinks is available below :