downloadList Code and Use

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
Michael

Comments

  • acrylian Administrator, Developer
    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.
  • you mean this ? http://www.zenphoto.org/news/category/user-guide its the only link which I found in the backend.
  • acrylian Administrator, Developer
    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.
  • 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
    Micha from Berlin
  • acrylian Administrator, Developer
    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.
  • Acrylian Hi, thanks for the support.
    I meant the reference to the manual is too low and you had to scroll only to find him, see 1 and 2
    The download list plugin is also enabled, see Figure 3 but now I do not and have not found anything in the manual. There is nowhere I download a list angezeiogt or given the opportunity to create these.

    The Pugin piwik I have also copied the plugin folder, but it does not appear in the list of plugins.

    User: ZenPhoto
    Password: ZenPhoto

    1 http://bilder.tierarzt-feske.de/index.php?album=ZenPhoto-Forum&image=download_help1.png
    2 http://bilder.tierarzt-feske.de/index.php?album=ZenPhoto-Forum&image=download_help2.png
    3 http://bilder.tierarzt-feske.de/index.php?album=ZenPhoto-Forum&image=download_active.png
  • acrylian Administrator, Developer
    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 `printDownloadList()`or `printDownloadlink()` itself. You need to place them on your theme and point them what to create a download list from. They don't do anything by themselves.
  • 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.
  • acrylian Administrator, Developer
    Same as with nearly all plugins:
    - Place the funciton in this case `printDownloadList`on the theme page where you want to use it.
    - Set the parameters of the function as you need them, in this case most important the directory to generate the list from

    Here how to read the functions guide:
    http://www.zenphoto.org/news/how-to-read-the-zenphoto-functions-guide
Sign In or Register to comment.