nrep
Well-known member
I've imported a large number of articles in to the resource manager on a newly converted site, however these articles contain attachments which are currently displayed at the bottom of the resource page.
I've had a good look at the template to see how I can disable it, but there doesn't seem to be much I can do to stop the attachments box (the one with thumbnail lists) appearing. The whole page content in resource_view appears to be generated by this:
Is there perhaps a conditional I can use for "attached_files", or similar, which will stop the attached images list from appearing on resource entries?
I've had a good look at the template to see how I can disable it, but there doesn't seem to be much I can do to stop the attachments box (the one with thumbnail lists) appearing. The whole page content in resource_view appears to be generated by this:
Code:
<div class="innerContent">
{xen:raw $_subView}
</div>
Is there perhaps a conditional I can use for "attached_files", or similar, which will stop the attached images list from appearing on resource entries?