If I understand the uploads module correctly it also supports creating a downloads page of what you've uploaded right? I've installed the module, made a category, and it created the directory in the uploads folder. I've been able to upload to it by making a content page with this in it:
{cms_module module="Uploads" category="Minutes" mode="upload"}
I then created a page called Download and I put in this:
{cms_module module="Uploads" category="Minutes" mode="detailed"}
{cms_module module="Uploads" category="Minutes" mode="url"}
{cms_module module="Uploads" category="Minutes" mode="summary"}
{cms_module module="Uploads" category="Minutes" mode="single"}
{cms_module module="Uploads" category="Minutes" mode="singlesummary"}
I wanted to see how each looked different, but they don't display anything. Am I missed a parameter to display a download page? I also just tried with the first one (detailed) thinking maybe I couldn't have them all on one page, but still nothing.
Thanks,
Kevin
Uploads module question - downloads pages?
Re: Uploads module question - downloads pages?
Ok, to answer my own question and maybe help someone else if they have the same problem, in the Upload module, when you create a category you have to have selected "Files in this directory can be listed". If that check box isn't checked then you can't see files uploaded there. If you are having problems, edit the category and see if that check box is checked.