This should be possible with some custom programming i will check that and if possible i will post a snippet that does this.
Thread Starter
lazyym
(@lazyym)
Outstanding. Thank you sir!
Thread Starter
lazyym
(@lazyym)
Another note on this @gwin, the ability of users to gain control of managing ads posted using the same email address if they end up joining later with that same address.
Here is a snippet that will enable moderation only if the user does not have Ads with status “publish” or “expired”
https://github.com/simpliko/wpadverts-snippets/blob/master/moderate-once/moderate-once.php
Thread Starter
lazyym
(@lazyym)
Thanks Greg! Unfortunately it doesn’t appear to work with my setup.
I have two separate forms. One for non-members with: [adverts_add moderate=”1″]
One only logged in members can see with [adverts_add]
I’ve tested it and it doesn’t post the second ad. Is it based on email address or name?
A lot of people use different names when posting. Can we make it use email address instead if using name?
Thread Starter
lazyym
(@lazyym)
FYI: I’ve tested it both ways now and it doesn’t work with name or email address.
For now this is for logged in users only, i will make it work for not registered users soon.