ZOOitem Pro
ZOOitem Pro is a module that renders ZOO items with advanced pre-filtering.
Layouts
Several layouts are available right out of the box.
Default Layout
Renders the pre-filtered Items in an Unordered List.
Setting | Description |
---|---|
Renderer Layout | The ZOO render layout that will be used for the Items rendering. |
Media Position | The media position alignment. |
Cache Time | The Items caching time before they are recached. Set to 0 to disable caching. |
Module Class Suffix | The class that will be prefixed to the module wrapper. |
Filter/Order | This layout supports the advanced filter and order feature. |
Current Layout
Constrained to Item full view renders current Item content in positions outside ZOO.
Setting | Description |
---|---|
Renderer Layout | The ZOO render layout that will be used for the Items rendering. |
Media Position | The media position alignment. |
Module Class Suffix | The class that will be prefixed to the module wrapper. |
CurrentTags Layout
Constrained to Item full view renders Items that are tagged with current Item tags. Supports additional pre-filtering.
Setting | Description |
---|---|
Renderer Layout | The ZOO render layout that will be used for the Items rendering. |
Media Position | The media position alignment. |
Cache Time | The Items caching time before they are recached. Set to 0 to disable caching. |
Module Class Suffix | The class that will be prefixed to the module wrapper. |
Filter/Order | This layout supports the advanced filter and order feature. |
Currentcat Layout
Constrained to Category full view renders current Category Items. Supports additional pre-filtering.
Setting | Description |
---|---|
Renderer Layout | The ZOO render layout that will be used for the Items rendering. |
Media Position | The media position alignment. |
Cache Time | The Items caching time before they are recached. Set to 0 to disable caching. |
Module Class Suffix | The class that will be prefixed to the module wrapper. |
Filter/Order | This layout supports the advanced filter and order feature. |
Grid Layout
Renders the pre-filtered Items in a grid.
Setting | Description |
---|---|
Renderer Layout | The ZOO render layout that will be used for the Items rendering. |
Media Position | The media position alignment. |
Cache Time | The Items caching time before they are recached. Set to 0 to disable caching. |
Columns | The number of columns to be used when displaying the grid. |
Module Class Suffix | The class that will be prefixed to the module wrapper. |
Filter/Order | This layout supports the advanced filter and order feature. |
Widgetkit Layout
Widgetkit layout is a integration layer between the module and Widgetkit allowing to render a Widget using the module Items as content. For details about configuration options visit the Widgetkit documentation.
Settings
Filter Settings
Setting | Description |
---|---|
Apps | Filters the Items by the Apps they are part of. No selection equals to all. |
Types | Filters the Items by their Types. No selection equals to all. |
Categories | Filters the Items by the Categories they are part of. No selection equals to all. |
Tags | Filters the Items by the Tags they are tagged with. No selection equals to all. |
Author | Filters the Items by their Authors. Values are set with User IDs delimited by a comma. The [userid] variable can be used to add the ID of the current User. |
Published State | Filters the Items by their Published State. |
Frontpage State | Filters the Items by their Frontpage State. |
Offset | The query offset. |
Limit | The query limit. |
Created | Filters the Items by its created date. |
Modified | Filters the Items by its modified date. |
Published Up | Filters the Items by its published up date. |
Published Down | Filters the Items by its published down date. |
TIP
Dates inputs support [yesterday]
, [today]
and [tomorrow]
variables allowing dynamic filtering.
WARNING
Filtering on repeatable dates is not supported.
Order Settings
Setting | Description |
---|---|
Random | Sets a random order for the filtered items. |
Reverse | Reverse the final ordering. |
Priority | If enabled the Items priority would be considered for the ordering. |
Alphanumeric | Allows choosing if the ordering should be done with alphanumeric values. Enable if your order is failing, specially if there are numbers involved. |
Core | Allows to choose the core element by which will be made the order. |
TIP
More options are available for the Element specific filtering and ordering depending of the App/Type selected.