It doesn’t work in a multisite wp.
@xzoom
What doesn’t work exactly?
It works very well, but the problem is that images are uploaded at /wp-content/uploads and NOT in /wp-content-/blogs-dir/id-site (as WP multisite must do)
Anyway, it shouldn’t be uploading the images, it must use the ones you attach to the post.
Thanks!
@xzoom
Sorry, I am still not understanding you exactly. Do you have an issue or not?
Thanks.
Ok, What I mean is that your plugin uploads the files at “wp-content/uploads” in a wordpress single and multisite installation.
In a wordpress single installation this is correct.
But in a multisite wordpress, is not correct. Each site must have its files in its directory. For example, blog1 has the files in /wp-content/blogs.dir/1/ and blog2 has its files in /wp/content/blogs.dir/2/
… and the directory wp-content/uploads is not used.
Thanks.
Ok, understood!
The DCG doesn’t upload anything. Any images need to be uploaded via the usual Add Media uploader and this automatically takes care of the upload directories for multisite.
Which DCG Image Management option are you using (see DCG Settings page)?
Thanks.