• Hello,
    I have a custom PHP-script what generates reports as html-files, but html-files are not displayed in fileaway-folder.
    How i could modify plugin, that it allow these types also?

    One more issue for actions:
    When you have selected the files what for you need action, after execution, the selection is still chechked. Should it be unchecked after action?

    br,

    -matti

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Matti Eronen

    (@masimies)

    Found html out-filter already in class.fileaway_definitions 🙂

    Plugin Author thomstark

    (@thomstark)

    If you read the documentation you will find that adding code=yes to your shortcode will disable the code files filter.

    Thread Starter Matti Eronen

    (@masimies)

    Ok, yes. I rarely read the instructions in common, my bad.

    But how about the other question:
    One more issue for actions:
    When you have selected the files what for you need action, after execution, the selection is still chechked. Should it be unchecked after action?

    As i use this plugin integrated in to my web-application i like to present it inside application. With this i got a issue with do shortcode function.
    Fileup is visible, but fileaway not. have you an idea what could be cause it?

    Shortcodes are added like this in php-page and WP headers and footers are loaded within:

    echo do_shortcode('[fileup type="table" base="2" overwrite="true" showto="administrator,author"]');
    echo do_shortcode('[fileaway type="table" base="2" paginate="true" manager="on" pagesize="20" searchlabel="Etsi" filenamelabel="Tiedostonimi" datelabel="Päiväys" metadata="database" sortfirst="mod-desc" bulkdownload="on" flightbox="multi" drawericon="book" thumbnails="transient" thumbsize="large" thumbstyle="widesharp"]');
    Plugin Author thomstark

    (@thomstark)

    1) What action are you talking about? And, no. What if somebody wants to perform two actions in a row, like Clone and then Delete? I’m going to make them select all the files they want again? It works how it should work.

    2) The fileup shortcode has no “type” attribute. type=”table” doesn’t belong in a fileup shortcode. But that wouldn’t cause it not to show up. Show me a screenshot of your page.

    Thread Starter Matti Eronen

    (@masimies)

    1) After submission of action, selection remains selected, until it have to manually unselect:
    Selected

    Still selected

    2) I think that type came with shortcode generation from start. Without it there is no difference. Below pic, you can see that there is empty space, where fileaway-shortcode should presented:
    Fileaway does not shown

    Plugin Author thomstark

    (@thomstark)

    1) If the files aren’t on the table anymore, then they’re not selected.

    2) That is not an empty space. That is the Fileup shortcode output. Try adding some files to upload. Choose an upload location from the dropdown.

    Thread Starter Matti Eronen

    (@masimies)

    1) We did a hack for this in:
    Selection hack
    If this is causing the issue??
    Same kind of effect comes with file upload. Page do not refresh after file has loaded up. It have to refresh manually for see the new file in list. At least in that configuration, when fileup and fileaway are used in same page.

    2) The files are uploaded with first shortcode, but fileaway does not print to page at all if i lookup from source code in browser.
    If i use WP headers and footers in PHP page and all other stuff are shown normally, is it something with the plugin defininitions or scripts itselve??

    Sorry that i bother you with this individual issue.

    Plugin Author thomstark

    (@thomstark)

    You are correct that the file table does not automatically refresh after files are uploaded. That is not a feature that File Away offers.

    Beyond that, I’m sorry but I have no idea what you’re describing to me or asking me.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Display all files in directory’ is closed to new replies.