Pro v4+
Pagination
Type | The pagination type, standard(with page index) or load more(items load as requested by the visitor) |
Load more | |
---|---|
Initial Count | The initial number of items to show. Warning When showing leading items, the number of leading items cannot be higher than the initial count |
More Count | The number of items to load every time the visitor 'clicks' on the load morebutton or scrolls down (infinite scroll mode) Warning Alternating left - right or top - bottom positions will only work properly when using even initial and more count numbers |
No More Message | The message to show when no more items are available for loading |
Type | The load moremode (button or response to user scroll) |
Label | The label for the button |
CSS classes | The classes to apply to the button (for instance, to show a Bootstrap 2-style button, use btn btn-block ) |
Standard pagination | |
Pagination results | Shows the number of pages |
Total | Shows the total number of contacts |
Display select | Shows the dropdown list for the number of contacts per page |
New Display select label |
Show or hide the label for the dropdown that displays the item's limit count |
Selectable values | The comma 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 contacts per page (hides the display select in this case) |
Indexing
All filters are layouts that you can override. The search input box uses the lnepsearch.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, text intro, category names and authors). Joomla 3.7+ Custom fields of types text, text area and editor are included in the search, if you are showing any. K2 in the K2 blog, extra fields are not included (this is a database limitation). Note The search field does not allow complex searches at this time. It does, however, allow multiple words, separated with a blank space |
||||||||
New Search label |
Show or hide the label for the search field. To change, override the language key: COM_LATESTNEWSENHANCEDPRO_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 5.1 Show as |
Show the index as flat list (all categories show one after the other, regardless of them being categories/sub-categories) or selection box | ||||||||
Removed in 5.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 (when the categories are shown as list) | ||||||||
Default image | The image to show when there is no image associated with the category and show images has been selected | ||||||||
Tags index - all item-related tags are shown | |||||||||
Removed in 5.1 Show as |
Show the index as flat list (all tags show one after the other, regardless of them being tags/sub-tags) or selection box | ||||||||
Removed in 5.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 | ||||||||
Hierarchy | Show a tree hierarchy of the tags (parents/children) | ||||||||
Images | Show the basic image option of the tag’s teaser image (when the tags are shown as list). Tag images do not exist for K2 |
||||||||
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 tags are skinned with the classes set in the Tagscomponent for each tag (no available in K2) |
||||||||
Authors index | |||||||||
Removed in 5.1 Show as |
Show the index as flat list or selection box. Authors are ordered alphabetically | ||||||||
Author order | The order of the authors in the index
Note If authors have multiple aliases throughout the selected items, they will show concatenated. To avoid this, you should have a consistent alias for all items or no alias at all |
||||||||
Images | Show the picture associated with an author (when the authors are shown as list) | ||||||||
Picture source | Where the picture is selected from.
|
||||||||
Default image | The image to show when there is no image associated with the author and show images has been selected | ||||||||
Periods index | |||||||||
This index will generate values from the date range applied to the item selection (Item selection tab). If no range is applied, the list will remain empty. The values 'from X' (when using relative dates) need to be negative when in the past |
|||||||||
Direction | The order of the dates (descending or ascending) | ||||||||
Years only | When set to 'yes', will not show months | ||||||||
Disable years | When showing months, when set to 'yes', will not link years, only the months will be clickable | ||||||||
Month format | The viewing format of a month. For instance, m : 01, n : 1, M : Jan, F : January, Y : 2022, y : 22Example F (y) will show January (22) |
- The index use layouts and can be overridden (more layout information in the Layout overrides section).
- A clear button is shown whenever an index and/or the search field are used (use CSS to hide it, if needed).
Headings
Show groupings of items with title (and sub-titles)
Heading | The type of heading.
|
Month format | The format following the syntax explained at http://php.net/manual/en/function.date.php Example Y, F will show 2018, November |
Html header tag | The header tag (h1 .. h6) applied to the title (and sub-title). When showing sub-titles, do not select anything higher than h5 |
Description | When the category is the heading type, option to show the category description |
Image | When the category is the heading type, option to show the category image |