Monday 26 April 2004 7:09:17 am
Hmm, this should be possibe. However, I think you should use the "extract_left" operator instead of "shorten". Have you tried to do it like this?
{"mystring"|md5|extract_left(8)}
The operator is documented here: http://ez.no/ez_publish/documentation/reference/template_operators/strings/extract_left Balazs
UPDATE: I just tested the code above with the latest alpha of 3.4, it works. It should also work with earlier versions of eZ publish.
|