Hi,
have been spending an hour now to find out how to offer files for download!
Entering this in any variation into google, didn't bring me a bit further now.
So, the question I have is:
How can I make a folder of PDF files, available for user download?
What I want to offer is, that a monthly Newsletter can be downloaded as PDF from the server.
The editor therefore only should upload the file into a special folder.
The content of this folder (assumingly ONLY PDFs) should then be nicely shown as a list and the frontend user only needs to click on y link to download the document.
Anybody an idea to this?
And, it's not the "File Manager" I'm talking about . . .
Any hint is welcome,
greatings,
Shiva
[Solved] File Download
[Solved] File Download
Last edited by shiva-it on Sun Mar 08, 2009 1:31 pm, edited 1 time in total.
Re: File Download
There's a few tags I've seen around for doing this.
A quick look in the forge suggest that file-list-table tag looks like it would just the thing
http://dev.cmsmadesimple.org/projects/file-list-table
s.
A quick look in the forge suggest that file-list-table tag looks like it would just the thing
http://dev.cmsmadesimple.org/projects/file-list-table
s.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: File Download
Uploads module...
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: File Download
Thank You very much!
That's it! Installed Uploads, included code in page content:
Edited the "Summary Template" and it looked beautifully.
Thx again.
Shiva
That's it! Installed Uploads, included code in page content:
Code: Select all
{cms_module module="Uploads" category="BH Newsletter" mode="summary" sortorder="date_desc"}
Thx again.
Shiva