Hi,
I'm using the joomlafck editor and I have what I think is any easy problem that I've not been able to solve. I have a mainsite that feeds many subsites. When I upload an image on my mainsite, they do not load on my subsites. The subsites are attached to the mainsite DB and there's absolute paths that are setup in joomla.
So I'm not clear what file I need to edit, but I assume that if I can just direct all the subsites individually to the mainsite/images folder, this will make all listings I publish load with the correct images?
IF so, how do I take the absolute path ie- $parent = str_replace( "//", "/", $mosConfig_absolute_path );
and turn this into the correct path for my mainsite?
Lastly, if this is not the best idea/solution, please let me know but I assume that it is. I could I suppose find a way to upload images to all my subsites at once via fck, but that seems like a lot fo work/potentail for disaster.
So I just want to make sure one mainsite can be rebraodcasted to all the subsites, and I think the file I need to edit is config.php.
Thanks
I'm using the joomlafck editor and I have what I think is any easy problem that I've not been able to solve. I have a mainsite that feeds many subsites. When I upload an image on my mainsite, they do not load on my subsites. The subsites are attached to the mainsite DB and there's absolute paths that are setup in joomla.
So I'm not clear what file I need to edit, but I assume that if I can just direct all the subsites individually to the mainsite/images folder, this will make all listings I publish load with the correct images?
IF so, how do I take the absolute path ie- $parent = str_replace( "//", "/", $mosConfig_absolute_path );
and turn this into the correct path for my mainsite?
Lastly, if this is not the best idea/solution, please let me know but I assume that it is. I could I suppose find a way to upload images to all my subsites at once via fck, but that seems like a lot fo work/potentail for disaster.
So I just want to make sure one mainsite can be rebraodcasted to all the subsites, and I think the file I need to edit is config.php.
Thanks
