Jump to content

Feature Request [More Action Support in Admin] to clean up a user mess

Featured Replies

Posted

I think i have requested this before (may be), do not remember,I would like to bring it up again...

I would like to see more clean up actions in ACP

When you edit a member in ACP there is a tab on upper right hand corner, it says (ACTIONS)
I would like to see two more option over that on the drop down list

1. Delete All Member's Comments on Profile pages
2. Delete All Member's Status updates and replies

Just a screen shot... :)

Thanks

  • 2 weeks later...
  • Author

I am not sure how to clean up profile messages and status updates. I would like to clean up if i a ban a user and delete a user those inputs... :)

I agree. When you delete a member if they had a gallery their albums and images are still there. When I delete a member I want the option to remove everything taking up database space.

3DKiwi

  • 2 weeks later...
  • Author

I agree. When you delete a member if they had a gallery their albums and images are still there. When I delete a member I want the option to remove everything taking up database space.



3DKiwi




Well,
It goes like this...
OPTIONS

I have to have the option to clean all status updates and status replies...
I have to have the option to clean all profile messages

These are very important...
  • 2 months later...
  • Author

I was browsing my member list I found a old spammer, sent thousand profile page comments....

How do you clean those comments... I deleted the user, comments become Guest and still there.... NOT GOOD at all...
How am i going to clean those????

These are little stuff but IMPORTANT...

Thanks


I was browsing my member list I found a old spammer, sent thousand profile page comments....



How do you clean those comments... I deleted the user, comments become Guest and still there.... NOT GOOD at all...


How am i going to clean those????



These are little stuff but IMPORTANT...



Thanks




What was the spammer's user ID? You could then use a SQL query in PHPMyAdmin to get rid of all of them.

DELETE FROM `prefix_profile_comments` WHERE `userid` = spammerid;


^ THIS WILL NOT WORK. THIS IS JUST AN EXAMPLE.

  • Author

What was the spammer's user ID? You could then use a SQL query in PHPMyAdmin to get rid of all of them.


DELETE FROM `prefix_profile_comments` WHERE `userid` = spammerid;


^ THIS WILL NOT WORK. THIS IS JUST AN EXAMPLE.




Thank you... It worked... :)

Thank you... It worked... :)




Just for others, in case it happens..

DELETE FROM `your_prefix_profile_comments` WHERE `comment_by_member_id` = YOUR_SPAMMER_ID;

  • Author

Just for others, in case it happens..



DELETE FROM `your_prefix_profile_comments` WHERE `comment_by_member_id` = YOUR_SPAMMER_ID;





Yes, you are right, i have changed your code to use my database structure...
And also your code you can search and delete by any field... In my case, I deleted this user a while ago, I cannot delete records by username because all become guest and i do not want to delete guests, but table keeps the IP address and i have deleted his record by his/her ip address...

Worked well... Thanks again...

BUT THIS SHOULD BE PART OF IP MAIN FEATURES... :)

Welll ;)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.