On 24/07/07, Thomas Dalton thomas.dalton@gmail.com wrote:
==> configure $wgUseSharedUploads to store all images from A and B on A so that B can pull from A.
my problem is that some of the images (and the content) on B are sensitive and shouldn't be stored on a public wiki (wiki B).
any suggestions for that?
I don't think there is anything stopping you having images on B as well (which are only accessible by B). The $wgUseSharedUploads parameter just lets B use A's images in addition to its own.
this will allow me to specify a [[Image:imagename.png]] link to an image that is not stored locally but rather on a shared image folder on wiki A. But does it pull down the image that is linked within an article. When the article comes through on wiki B, it appears that the link to the image is a complete link and not a wiki link. Would it still resolve the $wgshareduploadspath?