Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
listripiccio | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Tripiccio extension for ezPublish 3.6.x, 4.x
Registers Users at TRIPPICCIO Newsletter Service - data is send from collected info to Trippiccio Newsletter Service
[newsletter]
required data to communicate with trippicccio services
[variables]
Mapping collected info fields to required fields of service
tripiccio_feld=class_attribute_identifier collection/collected info
field newsletter is required
{def $send=fetch( 'tripiccio', 'register', hash( collection, $collection.attributes))}
$collection must be an object of ezinfocollection.
{def $collection=cond( $collection_id, fetch( content, collected_info_collection, hash( collection_id, $collection_id ) ),
fetch( content, collected_info_collection, hash( contentobject_id, $node.contentobject_id ) ) )}
Installation: See, doc/INSTALL.md
changelog:
v0.1 - first release