• Resolved studio-creation

    (@studio-creation)


    I want to add a second uploader on another subpage with different settings:

    – different upload-directory
    – different file-extensions allowed

    Is that possible and how?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, yes of course you can add the shortcode in another page with different settings. You can also have many shortcodes on the same page, provided that you give them different plugin ID (there is a setting for this in the shortcode).

    Here is how you can edit the shortcode easily with its visual editor.

    Regards

    Nickolas

    Thread Starter studio-creation

    (@studio-creation)

    It works.
    Now I created an uploader that loads all files in a certain sub-folder.

    Now I created a page where only those files of that certain sub-folder should be visible.
    uploadpath is not working. It shows me all files from Upload-Folder

    What is wrong?:
    [wordpress_file_upload_browser uploadpath="uploads/wortgottesdienste" pagination="false" bulkactions="false" candownload="true"]

    Plugin Author nickboss

    (@nickboss)

    Hi, there is no uploadpath attribute in the file viewer. Try to use the following:

    [wordpress_file_upload_browser patternfilter="*/wp-content/uploads/wortgottesdienste/*" pagination="false" bulkactions="false" candownload="true"]

    Nickolas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create more Uploader with different settings’ is closed to new replies.