Tuesday 20 January 2004 6:31:10 am
Then you must rewritte your templates which uses "$edactual.data_map.capa_total.content[original].full_path". I rewrote mine to:
{let content=$node.data_map.thumbnail.content}
{section show=$content.is_valid}
<a href={$content.orginial.url|ezroot}>Link</a>
{/section} {/let} Note that orginial here is an image scale without any width or height in override/image.ini.
Cheers Tore Note: The let etc. is not neccesary but I just clicked and paste my code, and I know that the new image system is very sensitive, i.e. I have not managed to get is_valid to work without an let.
See here for more: http://www.ez.no/developer/ez_publish_3/forum/setup_design/is_valid_usage_difficult_bug#msg42692
|