aren't the pictures for the resource 73 stored under this directory: /assets/resourceimages/73/ ?
[Edit]
Ah, I see you are using getResources and in the getResources the getImageList-snippet.
try
[[getImageList?
&processTVs=`0`
.
.
.
]]
and in your tpl-chunk:
/assets/resourceimages/[[+property.docid]]/[[+image]]
[ed. note: Bruno17 last edited this post 13 years, 11 months ago.]
How, then, to use return phpthumof in tpl-chunk?
you can try to create an output-filter-snippet 'add_before' with this code:
<?php
return $options.$input;
and use it this way:
[[+image:add_before=`/assets/resourceimages/[[+property.docid]]/`:phpthumbof=`w=.........`]]
does this work?