I installed the module and followed the instructions, but apparently I missed something or didn't understand the instructions. I created a directory in the following location for the downloadable files:
site/xoops/modules/mydownloads/download
I modified the following code in main.php in several different ways, but nothing seems to work:
define("_MD_FILEPATH", "/tmp");
The paths I tried included:
define("_MD_FILEPATH", "/download");
define("_MD_FILEPATH", "download");
define("_MD_FILEPATH", "
http://mysite.com/xoops/modules/mydownloads/download");
I added a .jpg file to the download directory and put the information into the mydownloads module.
When I go to download the file I get a message saying the file could not be found.
Help!!! I could really use this module, but the instructions I found here just aren't doing it for me!