Monday 09 August 2004 8:38:02 am
This might do the trick:
{let pdf_object=fetch(content, object, hash(object_id, $pdfObjectID)}
{attribute_view_gui attribute=$pdf_object.data_map.file}
{/let}
replace $pdfObjectID with the object id of your related file. this number should be visible in the admin. This is a direct solution. It retreives the object and calls attribute_view_gui on that objects file attribute. there may be easier ways, but try this first. paul
-- http://www.visionwt.com
|