Sunday 17 August 2003 7:54:32 pm
I am attempting to modify the file line view to allow the user to directly download the file without having to click through to the file full view.
Here is the current code:
{default content_object=$node.object content_version=$node.contentobject_version_object}
<div class="listitem">
<p class="title">{attribute_view_gui attribute=$content_version.data_map.name}</p>
<div class="description">
{attribute_view_gui attribute=$content_version.data_map.description}
</div>
<p class="readmore">{attribute_view_gui attribute=$content_version.data_map.file}</p> </div> {/default} I need to create a link to the file to so that users can also click the name to get to the file but I'm not sure how. Thanks in advance.
working at www.wardnet.com
blogging at www.jamesward.ca
|