eZ Publish Feedback Form Template

This template makes a feedback form a little easier to use. It sets up the from and the subject out of the submitted content, and puts the message in as text. {set-block scope=root variable=$email_receiver}{$object.data_map.recipient.content}{/set-… more »

CSV export out of eZ Publish

A team member requested a list of users and email addresses from an eZ publish site, and I remembered seeing a file called ezcsvexport.com under php/bin. After a few tries, I found the following sequence of commands worked really well. CSV_EXPO… more »

eZ Publish RewriteRule to redirect a URI match site to hostname

The old site had eZ publish installed in a directory called cms, and running in URI match mode. These redirect rules allow people who have bookmarks and favorites to the old site to reach the correct pages in the new site. RewriteRule cms/i… more »

Advantages of Integrated Content

Seamless, cost-effective integration. Only one instance of the design must be maintained, and, since it is sourced from a single point, it will look better, and adjust as the content changes. Unified search results. A single search function can search… more »

eZ Camtasia

This datatype was a lot of fun to build. The objective was to allow people to upload Camtasia .zip files (videos) into eZ publish. The strategy was to extend the eZBinaryFileType. When the attribute content is requested, the code checks to see i… more »

:: Next >>