Pagination
Pagination results | Shows the number of pages |
Total | Shows the total number of items |
Display select | Shows the dropdown list for the number of items per page |
New Display select label |
Show or hide the label for the dropdown that displays the item's limit count |
Selectable values | The coma separated values that the user can select in the dropdown. Example 5,10,15 will only show 5, 10 or 15 contacts per page |
# of cards per page | Gives the possibility to show a fixed number of items per page (hides the display select in this case) |
Indexing
All filters are layouts that you can override. The search input box uses the wlpsearch.php
layout and can be overridden as well (more layout information in the Layout overrides section).
Top filter panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
New Layout |
Where the top index should be displayed (when 'Side' is selected, the panel moves to the top under 768px) | ||||||||
New Side panel width |
The width of the side panel (in pixels or percentages) | ||||||||
New Panel background bolor |
The background color of the top index panel | ||||||||
New Panel text color |
The text color of the top index panel | ||||||||
New Article first |
Add content to the top index panel before all filters | ||||||||
New Article last |
Add content to the top index panel after all filters | ||||||||
Search | Show or hide a search field on the page (the search will look through titles and descriptions). Note The search field does not allow complex searches at this time. It does, however, consider words that are separated with a blank space as separate instances to search for |
||||||||
New Search label |
Show or hide the label for the search field. To change, override the language key: COM_WEBLINKLOGOSPRO_SEARCH |
||||||||
Search options | Show advanced search options under the search field.
The users will be able to fine tune their search with all words (fields must contain all the words present), any words (fields may contain any of the words) and exact phrase (fields must contain the exact sentence). Example tada todo in the search field will search for:
Note The extension does not output strict matches. For instance, when looking for 'todo', the search will return contacts which contain 'todo' but also contacts which contain words containing 'todo'. |
||||||||
Default option | Determine which option (all / any / exact) you want to make available as default | ||||||||
Filters |
|
||||||||
Bottom filter panel | |||||||||
Filters | The filter selection is identical to the top panel filter selection | ||||||||
Categories index - all selected categories are shown | |||||||||
Removed in 4.1 Show as |
Show the index as list (all categories show one after the other, regardless of them being categories/sub-categories) or selection box | ||||||||
Removed in 4.1 Label |
Optional label used when showing the categories as select box | ||||||||
Pre-selected category | The category that is pre-selected when entering the menu item view | ||||||||
Category order | The order of the categories in the index
|
||||||||
Disabled categories | Categories that show but are not selectable in the selection box | ||||||||
Hierarchy | Show the hierarchy of the categories in the selection box Restriction all children must have the same top root parent (selected or not) |
||||||||
Images | Show the basic image option of the category's teaser image | ||||||||
Default image | The image to show when there is no image associated with the category and show images has been selected | ||||||||
Tags index - all weblink-related tags are shown | |||||||||
Removed in 4.1 Show as |
Show the index as list (all tags show one after the other, regardless of them being tags/sub-tags) or selection box | ||||||||
Removed in 4.1 Label |
Optional label used when showing the tags as select box | ||||||||
Pre-selected tag | The tag that is pre-selected when entering the menu item view | ||||||||
Tag order | The order of the tags in the index
|
||||||||
Disabled tags | Tags that show but are not selectable in the selection box | ||||||||
New Removed tags |
Tags that should not be present in the list of tags. Note that if you remove a parent tag in a hierarchical tree view, all the children will be removed as well | ||||||||
Hierarchy | Show a tree hierarchy of the tags (parents/children) | ||||||||
Images | Show the basic image option of the tag’s teaser image | ||||||||
Default image | The image to show when there is no image associated with the tag and show images has been selected | ||||||||
Use tag classes | The distinct tags get skinned from the classes that are set for each tag in the tags component |
The index use layouts that can be overridden (more layout information in the Common information section).
A clear button is shown whenever an index and/or the search field are shown (to remove it, use CSS or override the wlpsearch.php
layout).
Weblinks 3.7 introduced the support of custom fields.
Weblink Logos will show custom fields (as a selection) if the Weblinks extension's configuration has enabled them.
Go to Global configuration -> Weblinks -> Integration tab. Then set Enable custom fields to 'yes'.