Recent Topics

1 Feb 19, 2010 18:51    

My b2evolution Version: 3.3

plz help me quickly

i need to delete all posts from 1 specific user, because I have deleted her on her own request.

I did delete her in the database, and now all kinds of errors occure on my site....

2 Feb 19, 2010 19:47

Please don't pm me for help that should be provided on the public forums ;)

In phpmyadmin delete from evo_items__item where post_author_user_ID=foo OR post_creator_user_ID=foo .... or summat like that .. best if you backup your database first yeah?

You'll probably also wanna delete any comments made by her as well ... urm ... delete from evo_comments where comment_author_ID=foo .... seriously, take a backup before trying any of this ;)

Did I mention that you should take a backup before trying any advice ... although, a backup from before you deleted user would have been a smidge easier ;)

¥

3 Feb 19, 2010 19:52

Ok, I won't pm forum related business anymore ;)

I was getting totally stressed out by 27 mails from members and not being able to solve it at once...

I should indeed have backed up before the delete...:(

I deleted the comments, that was the easy part in phpmyadmin, but i can't find the comment author id anymore, by foo you mean ... ?

Thank's alot ¥åßßå :)

4 Feb 19, 2010 20:08

thank's Yabba, I managed to fix it !


Form is loading...