Hi,
I have a problem with the DownloadList Plugin - I guess it has something to do with the user rights.
I have added the printdownloadlist to the codeblock of some articles:
printdownloadlist('uploaded/subfolder')
which works fine as long as i am logged in.
Not logged in vistors see the files, but can not download them.
Example:
http://ralf-kerkhoff.de/artikel/black-white-stylesCan someone point me in the right direction and tell me which settings I have to make?
Cheers
Ralf
Comments
problem is caused by the static html plugin.
Disabling it, solves the problem.
Is there a solution other than:
Either add news.php to the excluded pages in the plugin settings or adding each page (like news.php/titlelink) in the plugin settings?
Cheers
Ralf
my question was if there is another solution than excluding the pages in the static html plugin or disabling the static html plugin.
Something like a 'no cache' argument in the plugin..
Cheers
Ralf
just uploaded the index.php (as described above) and voila:
download works with the static html plugin enabled.
Thanks a lot for fixing it !!!!