1
Hello
Did you notice that when a user is deleted, the posts he's made are then posted by "Anonymous" when you read them ?
It is because the "poster_name" field of the MySQL "_bb_posts" is not filled when the user is deleted.
When the user is still present, I guess the newbb routines get the "uid" info to show the name of the poster. But when the poster is deleted, the "uid" info of the "_users" table doesn't exist anymore.
By default, the "poster_name" field of the "_bb_posts" is always empty. If it could be filled by the name of the user (when the user is deleted, or when a post is created ?), the name of the user would appear in the forums whereas he's deleted.
You should say : "you know how it works, do it by yourself" ... yes, but I don't know php dev.
Could anymone help me creating this little feature ?
Thanx in advance