By rivena on
I have a new forum topics block, I believe it's the one that came with Drupal. I've had some spammers who post in the forum. When I block them, their posts are deleted or disappear, not really sure, anyway you can't access them. However, those topics still appear in the new forum topics block. If you click, you get "page not found".
How do I update it? What's not working here?
Anisa.
Comments
Happens in 6 too
Hi rivena,
The same is happening to me in the latest version of Drupal 6 - so the problem still exists. Have you found a solution?
Dan
update
I just deleted the data directly from the database - it turns out when you delete a user it doesn't delete their posts OR assign them to "annonymous" like it says it does.
Just find the node id then...
delete from node where nid = 394;and for comments...
delete from comments where cid = '1916';