Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
The Anonymous problem in phpBB conversion
candyman
✭✭
I'm tryin' to switch from phpBB2 to Vanilla2.
I've a lot of post of deleted users (people that wanted to be cancelled): in phpBB their posts remain with the name of the authors, after the conversion, in Vanilla all these posts are by "Anonymous": the reader knows that they were written by a cancelled user but doesn't know what his/her nick was... How can avoid this? Thanks in advance.
I've a lot of post of deleted users (people that wanted to be cancelled): in phpBB their posts remain with the name of the authors, after the conversion, in Vanilla all these posts are by "Anonymous": the reader knows that they were written by a cancelled user but doesn't know what his/her nick was... How can avoid this? Thanks in advance.
0
Comments
I've upgraded from phpBB2 to phpBB3 before migrating: I'll check the problem is not due to the version upgrade, first to investigate Vanilla... :P
I had the sam situation and foun out that discussion starting posts are counted as discussions and are substracted from post total. You can confirm this by substracting discussions number from phpbb total number of posts.
@Todd, we talked about this briefly once (or maybe it was with @Mark when you were deciding how to deal with deleting users). Other software products let you keep a name associated with each comment even if the UserID gets deleted. Interesting pros & cons to it. On one hand it causes a lot of redundant data, but have you ever tried to read a discussion with 2 deleted users?
My main concern is that it doesn't allow anonymous comments without a field like that. I use my forum to power my WordPress comments, so the ability to store more user data per post is a change I'm going to be making to my install.
@Lincoln: I've never thounght about redundant data: I've thought was about an error during the conversion. It's a pity 'cause, in my forum, some users were banned just because of content of certain posts. Signing this content with a generic
"Anonymous" is a solution that does not fit in my case.
Can I do something on phpBB database before migrating?
Unfotunately these users was not banned but cancelled.
Thanks in advance.
In the mean time @candyman, I would consider restoring the deleted usernames from phpbb to the GDN_User.Name column so their posts show up. If you want some guidance with this let me know.
Then I will have to ban the deleted users in Vanilla, won't I?