I am trying to figure out if there is anyway to limit users from replying more than once on a post. I've been searching for a while and so far havent found anything.
I think you're asking for the wrong info, Jake. I wouldn't do that with comments. Sounds like it could be an easy way to get out of programming more complicated stuff, but in the end it probably won't be. You need to develop a form for this, independent of comments. That or get a plugin. I don't know a good one that allows image uploading, though (or any, actually).
Heh, let me know if you figure it out, though. I'd like to know how to do some of that, too.
Yes, I am using wordpress for the backend. I've found a couple of plugins that will allow uploads of images, which will work for now. But yes, I need more of a submission type of plugin that would associate with the post they replied to. I am thinking that it would be better to get a plugin or create something that would handle this.
If anyone knows of a plugin or another way of doing this please let me know.
Thanks.
You'd probably have to base it on IP if you do that, which could prove to be problematic and there will always be workarounds for the user.
so then the next day when I or the admin posts a new article the users can then again submit a reply and upload image/file/etc. only once.
Hope I described that correctly.
Thanks.
Jake
Thanks,
Jake
Heh, let me know if you figure it out, though. I'd like to know how to do some of that, too.
If anyone knows of a plugin or another way of doing this please let me know.
Thanks for the help.
I saw this posted somewhere else (Your text to link here...).
Maybe it's possible that it would check the post id to see if they posted, then if they didn't, then they could post.