• Resolved lazyym

    (@lazyym)


    How can we setup our moderated ads system to work like WordPress comments so that once an ad posted by the same email address is approved once, they can automatically publish after their first post was moderated and approved?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    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.

    Plugin Author Greg Winiarski

    (@gwin)

    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.

    Plugin Author Greg Winiarski

    (@gwin)

    For now this is for logged in users only, i will make it work for not registered users soon.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Moderated ads approval once’ is closed to new replies.