The latest version of the WP-DownloadManager WordPress plugin (1.31 to the time I am writing) is not able to work with WordPress Mu blogs, because it does not create an upload directory for each blog.
My patched version solve this problem. I already contacted Lester Chan (the author) and he said that my patch will be included in the next official release of WP-DownloadManager.
Meanwhile, here you can download the patch or the ZIP archive with the patched plugin.
Download and Install the patched plugin
Download the archive, and follow the installation instructions for the regular 1.31 version of the WP-DownloadManager.
[download id="13"]
Download and install the patch
[download id="14"]
$ cp wp-downloadmanager.diff /path/to/wp-downloadmanager/
$ cd /path/to/wp-downloadmanager/
$ patch -p1 -i < wp-downloadmanager.diff
$ rm wp-downloadmanager.diff



No comments yet.