Customizations
Custom Module Layouts
Creating custom layouts for ZOOitemPro is strightforward, just duplicate the Default layout file and folder and start adapting those as you needed.
TIP
You can place your custom layouts in the Joomla Theme overriding folders.
Custom ZOO Render Layouts
The default render layouts are sometimes not enough, luckily is possible creating custom ones following the ZOO Custom Module Layouts Guide. Notice that the guide references the mod_zooitem
module, but the same practice can be done with the pro version changing the paths to mod_zooitempro
.
TIP
Changes in the renderer
folder will be respected during updates.
Custom Elements support
In order to filter by custom elements, those must have specified the ZL Filter group Category, Date, Input, Option or Rating in the manifest declaration:
- Open the custom element XML manifest file and localize the
<element>
tag. - Add the
zl_filter_group
attribute with the appropriate category value.
The resultant tag should look like <element type="{type}" zl_filter_group="{group}">
.