Hi,
out of box WPAdverts does not really have such feature i am afraid, however, if you check with me (by posting in this thread) at the end of this or beginning of next week i should be able to have then a code snippet which will allow doing it.
Hello Greg,
What about this code snippet? Did you check if it is possible to realize?
Hi, sorry i forgot about this one, it is, however, possible to have it so i will have ready within 2 – 3 days i am adding it to my todo list right now.
Hi, please check the code snippet here https://github.com/simpliko/wpadverts-snippets/blob/master/limit-user-active-listings/limit-user-active-listings.php, out of box it will allow users to have max 5 active ads on site otherwise instead of [adverts_add] form it will show an error message.
If you would like to allow users to have more ads then go to line 40 and change
$max = 5;
to for example
$max = 20;
this will allow users to have max 20 active ads at once.
Thanks Greg, I immediately give you 5 stars 🙂