|
Well there is no specific prune comments by user utility in Photopost. In a standalone install of photopost we prune all pics and comments of the user when user is deleted but in a forum integration this is not the case.
You can try running a query in phpmyadmin is your comfortable with that program
DELETE FROM pp_comments WHERE userid = 0
|