Jump to content

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


media

Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

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...
Link to comment
Share on other sites

  • 2 months later...

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

Link to comment
Share on other sites


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.

Link to comment
Share on other sites


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... :)
Link to comment
Share on other sites


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 ;)
Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...