Technicality
· 1ST OF DECEMBER, THE YEAR 2006LISTING FILES WITH DIRECT LINKS IN PLONE
In Plone, items of content type File are represented as links to separate web pages, and only on that separate page can a user find a link to download the actual file. This, of course, is somewhat insane, but I got the solution from the very helpful joelburton on the #plone IRC channel:
- In the ZMI, go to
portal_properties -> site_properties - In the
typesUseViewActionInListingsbox, remove thefilelisting
Simple once you know it, but seemingly impossible to find without intimate knowledge of the system.

NO COMMENTS YET