Pagination | Adds pagination and optional index to the list of contacts |
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 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 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 tcppsearch.php
layout and can be overridden as well (more layout information in the Layout overrides section).
Removed in 3.0 New positioning |
Use the new and more flexible way to position the index on the page | ||||||||
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 names and searchable fields). Multiple keywords allowed (the query will look for any of the words added to the search field) Note Links A..E and fields added with the content plugin Add Key Content Fieldsare NOT searchable. Joomla 3.7+ custom fields are searchable with one restriction for multiple value fields: values are searched, not the text associated to them, therefore values are found if they are identical to their text |
||||||||
New Search label |
Show or hide the label for the search field. To change, override the language key: COM_TROMBINOSCOPEEXTENDED_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 | ||||||||
Sort filter | |||||||||
Removed in 4.5 Label |
A label to give to the sort select box | ||||||||
Alphabetical index | |||||||||
Removed in 3.0 Index |
Where to show the index | ||||||||
Alphabet | The alphabet (the Latin alphabet by default). Can be just single letters or sets of letters. Example |
||||||||
Categories index - all selected categories are shown | |||||||||
Removed in 3.0 Index |
Where to show the index | ||||||||
Removed in 4.5 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 4.5 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 a tree hierarchy of the categories (parents/children) 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 flat index - all contact-related tags are shown | |||||||||
Removed in 3.0 Index |
Where to show the index | ||||||||
Removed in 4.5 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.5 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 | ||||||||
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 |
- The index use layouts and 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 used (use CSS to remove it).