I was having the same problem with Multisite and the ‘Download path is invalid!’ error
I found a way to get it to work, see below.
To fix Download Monitor so it works with multisite:
Edit /wp-content/plugins/download-monitor/download.php
Change line 93 to:
global $wpdb,$user_ID,$blog_id;
Change line 508 to:
$thefile = str_replace( '/', DIRECTORY_SEPARATOR, path_join( ABSPATH.'wp-content/blogs.dir/'.$blog_id.'/', $path ) );
Now the $thefile will be using the correct directory for a multisite blog and the download.php will find the path correctly
Collegeman,
Any update on how to use SharePress with Custom Post Types? I am trying to combine it with Events Calendar Pro http://tri.be/wordpress-events-calendar-pro/
It would be nice if there were a field in the SharePress settings (maybe comma-delimited) of the Custom Post types you would like to have SharePress work with
If there’s a way to hack it I will need to do so in the mean time
Thanks for your great work, love the plugin