• Resolved Michael

    (@mgparisi)


    Trying to create an “Artist and Model” release form.

    “You do not have access to upload / browse files. Contact your website admin to resolve.”

    Everything is public, though I don’t want this. I only want this to be insertable by anonymous users, not read by others. Is this even possible??

    Just an FYI: Most of the Access Rights documentation is very hard to understand. I have no idea what these things are, and I’m a senior developer.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    If you truly want to allow anonymous people to upload files (there’s no other option other than to upload to the Media Library in WP for Pods right now) — then you’ll have to disable the requirement that only logged in users can upload files for Pods.

    You can do this with this constant in your wp-config.php:

    define( 'PODS_UPLOAD_REQUIRE_LOGIN', false );

Viewing 1 replies (of 1 total)
  • The topic ‘Public form Private Images and Display’ is closed to new replies.