I'm trying to get ready to relaunch the site now that 1.2 is out once the gallery is launched so I'm trying to trim users. Is there a way that I can find all my users that do NOT have comments so that I can delete them? I want to delete users, but I don't want to lose comments and don't want to have them all attributed to admin. Since the old site was a news site, they didn't make any posts, but they did provide comments. Any way to do this either in phpmyadmin or through the wp back end?
-
Posted 2 years ago #
-
hi Chris
this is possible if you had used single wordpress or had wpmu but only a single blog. We need to find a relation between the user table and the comment table. But if you are using wpmu with multiblogs, It may give false results as User may have comment at one blog may not have the comment at other blog.
So, Please let me know if you are using single blog with wpmu or standard wordpress. I will provide the code here.Posted 2 years ago # -
it was standard wordpress that I converted the database to wpmu.
Posted 2 years ago #
Reply
You must log in to post.