![]() |
|
downloadList Code and Use - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: downloadList Code and Use (/thread-11325.html) |
downloadList Code and Use - mfeske - 03-09-2013 Hi there, is the description of the plugin that you have to insert the code in the code block fields in the theme. But what is the code, I have found none. Is it also possible to select individual images to highlight it and then downloading? greeting downloadList Code and Use - acrylian - 03-09-2013 Please see the functions documentation which you either find on our online documentation (yo ucan view the main doc directly on the plugins tab on the backend, too) or commented within the code itself on each function. downloadList Code and Use - mfeske - 03-09-2013 you mean this ? http://www.zenphoto.org/news/category/user-guide its the only link which I found in the backend. downloadList Code and Use - acrylian - 03-09-2013 Look at the backend plugins tab there is an blue "(i)" icon. Otherwise you find the plugin as well on the documentation I linked on another topic for you. Addiitonalyl the same stuff that is on the doc is within the file itself. downloadList Code and Use - mfeske - 04-09-2013 Hello acrylaian, thanks for your help. Now I found the Link in the footer bei scrolling http://www.zenphoto.org/documentation/plugins/tools/_zp-extensions---downloadList.php.html . Is it not better to make this in the Header to found faster ? I read this but I don t understand what I must to do to activate and use the downloadlist. Greetings downloadList Code and Use - acrylian - 04-09-2013 Which header or footer do you mean? The backend plugins tab (not the plugins options tab) has it right next to the icon for the settings. The documentation is created automatically from the documentation within the files itself. We have to use what this tool provides (we wanted to switch to another generator but sadly that is not suitable for us). This plugin works like basically all theme plugins. You have activate the plugin and then modify your theme to use the functions it provides where you wish them to use. This plugin provides eitehr functions to create direct links to a file you have to specify or to a whole folder to list them. The only differences to a direct link is that this plugin "hides" the origin and counts the downloads. If the theme used uses codeblocks you can use them within that as well mostly. Depends on what you wish to do. If you wish to use the current images you cannot use the code blocks as the global variable for them is most likely not available. downloadList Code and Use - mfeske - 04-09-2013 Acrylian Hi, thanks for the support. The Pugin piwik I have also copied the plugin folder, but it does not appear in the list of plugins. User: ZenPhoto 1 http://bilder.tierarzt-feske.de/index.php?album=ZenPhoto-Forum&image=download_help1.png downloadList Code and Use - acrylian - 04-09-2013 As said that is generated automatically from the in file comments. It is the same you find on the documentation itself and within the plugin file. I might be that the piwik plugin does not work correctly anymore. That can happen with unsupported plugins (I did not use it yet btw), otherwise it would be included in the release. Generally it does nothing more than the code you get from piwik to include on your pages manually. For the download list plugin please see the documentation of the functions downloadList Code and Use - mfeske - 13-09-2013 Hello, is there anyone who can send me a lot of light a link to a German site where I understand what I need to do to generate the download list. I do not understand dargebotende unfortunately, and would not like to give up this great feature. downloadList Code and Use - acrylian - 13-09-2013 Same as with nearly all plugins:
Here how to read the functions guide: |