![]() |
|
printDownloadLink Questions - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: printDownloadLink Questions (/thread-10214.html) |
printDownloadLink Questions - reneesanguinetti - 2012-07-18 Hello, printDownloadLink Questions - acrylian - 2012-07-18 The downloadlist plugin provides functions to either list files from a directory and to create a specific link. It is meant to directly download files via a php script to "hide" the actually place from your server either within the public webroot or if your host allows above that. It has not been tested for accessing other servers. The number in the download link is NOT the id of the item, it is an internal id assigned by the plugin on discovery based on the storage table autoincrement id. You also cannot pass links like your example not pointing to an actual file. I fear your will have to code your own functions to achieve what you wish. printDownloadLink Questions - ayad - 2012-07-19 Hello, If I put uploaded as Download directory, nothing happens, displayed download (0 Bytes) - 0 downloads and the path will be: If I let the Download directory empty the path is physically right: Debug log displays: I try `` it makes no output. printDownloadLink Questions - acrylian - 2012-07-19 The usage is simply. This plugin works on discovery, only if something is discovered it is added to the database. |