Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 23, 201014 yr 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
December 5, 201014 yr 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... :)
December 5, 201014 yr 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
December 15, 201014 yr 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...
February 18, 201113 yr 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
February 19, 201113 yr 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.
February 20, 201113 yr 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... :)
February 21, 201113 yr 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;
February 21, 201113 yr 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.