As the title says, if a user deletes their free listing they are stuck and are not able to list again.
Same thing if the listing is rejected when they initially submit it. They have no chance to revise the listing.
Regarding the first issue, i think it is desired behavior considering if it is possible to list again, it allows for abusing the system by bumping the same listing (delete → re-list → repeat).
The second issue sounds like a bug.
That makes sense on the first issue.
Seems like there should be a way to manually reset a user’s listing limit as an admin.
Ok, found a workable solution here: How to Manually Adjust Package Limit?
If the listing is rejected, the workaround is to go into the database, wp_comments, find the user ID and set the comment_karma value back to 1.
Seems like that shouldn’t be too difficult to just integrate into the admin so it’s not such a hassle.
I created a plugin to address this if anyone finds themselves wanting to solve the same problem. GitHub - philliprauschkolb/hivepress-listings-manager
Hi,
Thanks for sharing the solution!
Unfortunately, the UI currently lacks the option to edit a user’s package limit manually. Also, deleting the limit will not increase it, for the reason you described.
No problem, feel free to take the code from the plugin I posted and implement it if you’d like.
It adds admin UI to manually edit a user’s listing limit.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.