Loading...
 
Skip to main content

History: Cache External Images

Source of version: 4 (current)

Copy to clipboard
            Pre-requisite: ((Image gallery)) must be activated

!!What does this feature do?
If you save an image with an external link, it will create a cached copy in the system gallery (tiki-browse_gallery.php?galleryId=0).


{img src=images/code.png}%%% {CODE()}
{img src=http://avantech.net/AT-RGB.jpg}
{CODE}

Will become:
{img src=images/code.png}%%% {CODE()}
{img src=http://demo.tiki.org/show_image.php?id=1}
{CODE}

!!Related wish list
((dev:Cache))