In a previous post, I discussed how to use standard PHP functions within eZ Publish Templates. This article demonstrates how to use custom functions instead using custom Template Operators.
Read the rest of this entry »
In a previous post, I discussed how to use standard PHP functions within eZ Publish Templates. This article demonstrates how to use custom functions instead using custom Template Operators.
Read the rest of this entry »
Here are some links I’ve come back to quite a few times while developing eZ Publish based sites. Some of the things they tackle are incredibly useful and are hard to track down.
Read the rest of this entry »
If you are reliant on node IDs in your code it can lead to issues when moving your code between your dev, stage and live environments. Since your live site will have content added much more often, node IDs will tend to be much higher on that compared to your dev and stage environments. It is possible to use other alternatives in your override.ini file and in your templates to prevent this from happening.
Read the rest of this entry »
There are lots of settings and helper functions which can really assist with debugging your eZ Publish site. Here are the key tips I use when I need to work through any issues. I would also recommend a read of an article by Ćukasz Serwatka on the eZ Publish website.
Read the rest of this entry »