You make a good point. I never really thought about enabling un-logged in user uploads, mainly due to it being a security issue. I suppose I could implement such a feature, but I’d have to plan out how I would implement alternative security measures, such as password protection.
I don’t know if I was clear on my initial post, but I was trying to point out that WordPress already has a feature to password protect a page. So theoretically, you can just add another checkbox for “Visitor” (or whatever WordPress called that role) in the section “Select which users are allowed to upload”.
You could also display a giant warning if the “Visitor” checkbox is checked that this is not very secure , but leave it up to the user to decide whether he wants to have an open upload.
Then in later version, you can implement an option to set a separate password in the settings.
Can you just add a checkbox to allow Visitor upload for now (and display a warning if checked)? So at least I can use the plugin :-)?
It’s something I might be able to implement, in the next few days. Keep checking back.
Good news, I just rolled out version 1.2, which adds the feature you requested. Let me know if you encounter any bugs.
Thanks so much. Will try it out and get back to you.
The anonymous/visitor upload works great. Unfortunately for me, this plugin messes up our website’s layout. It pushes the entire right column (sidebar) to the bottom of the page. The website I am adding this plugin to is http://www.wisconsinscholasticchess.org/.
I have deactivated the plugin for now. It would be great if this can be fixed.
Thanks,
Ben
The allow visitors to upload seems to be enabled by default. I’ve unchecked it and saved, but every time I do, it comes back checked, and I can upload when not logged in.
OK, after playing with this, it seems that that changes made allowing visitors to upload photos the default even if the checkbox is unchecked (I went into the code for the options page, and deleted out the code that was making the checkbox checked by default, which meas that somewhere else in the code it’s reading as checked.). So this is basically unsafe by design now, and I can’t use it in my site.
Oh gosh, sorry about that, I did testing before rolling it out, not sure how I missed that. I’ll roll out an emergency update right away.
Sorry about the inconvenience, the bug has been patched and sent to the SVN. Please update to 1.2.1 and the bug should be fixed.
As for the styling issue, that will be the next bug I take a look at. As far as I can see, the styling is correct, so I’m not sure why it’s doing that.
I’ll keep you posted.
Okay, Implemented 1.2.2, which also fixes the plugin showing up in the wrong spot.
Great. Just need to change the wording to let them know they need to register, or login to upload (which I can do), and it’s perfect. Thanks.
Keith
Does 1.2.2 fix the styling issue? Not sure “showing up in the wrong spot” in your last comment meant you fixed the styling issue. Anyway, updated to 1.2.2 and is still causing the entire right side bar to appear at the bottom.
Yes the styling issue I had is fixed.
Hmm, okay. It is still causing our site’s right sidebar to go to the bottom. I will activate the plugin to show you the problem. Will deactivate the plugin later today.
I took some screenshots to show the problem. I noticed that the plugin somehow makes the entire content width smaller, which causes the main menu to be shorter.
Without plugin activated:
https://www.evernote.com/shard/s16/sh/1acf3c0d-56f9-48e6-998b-008516a47900/b9ca0c0fc8808debb1789a1e19971b70
With plugin activated:
https://www.evernote.com/shard/s16/sh/e8cfbbe8-8ceb-4cf1-9e40-f9b52c7b94d1/13ed7b069f288a42d8e42658359b80c5
Ben