One quarter English
One quarter English

Archive for May 2010

Using Custom PHP Functions in eZ Publish Templates

May 23rd, 2010

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 »

Tags: , ,

Useful eZ Publish Links

May 22nd, 2010

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 »

Tags: ,

Preventing Issues between Dev, Stage and Live environments in eZ Publish

May 9th, 2010

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 »

Tags: , ,

Useful Debugging in eZ Publish

May 1st, 2010

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 »

Tags: , ,