BTW would it be a good practice to have a page with just shareable images ? I can see a benefit in terms of administration (all the images at the same place, easier to change an image if needed...) but could that have a performance impact (this page would be accessed more often).
2007/5/7, Antonio Goncalves <antonio.mailing@gmail.com>:Great, works fine. I didn't know what the document attribute was used for. I've just updated the http://www.xwiki.org/xwiki/bin/view/Code/ImageMacro and added more information.Thanks,
Antonio
2007/5/7, Vincent Massol <vincent@massol.net>:Hi Antonio,
On May 3, 2007, at 11:20 AM, Antonio Goncalves wrote:
Hi,I think I'm missing something here. To display an image on a page it's pretty simple : you attach it to a page, and use the {image} macro to display it. Good. What if I want to display the same image in 2 or 3 different pages ? I can't do the same because if the image is attached to page1 it will not be usable on page2. How can I upload a image (or a file) that could be visible to all the wiki ?
Why don't you reference the same attachment from different pages?
Hint: check the document attribute :)-Vincent