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
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"]
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