Re: Migration to New Board Software
Posted: Wed Feb 16, 2005 12:27 pm
Comparing phpBB registration form at http://home.plebian.net/forum-phpbb/
and YaBB Edit Profile at http://sennadar.plebian.net/forum/YaBB.pl (to know what modules would one need):
and YaBB Edit Profile at http://sennadar.plebian.net/forum/YaBB.pl (to know what modules would one need):
- There is no Name field in phpBB, i.e. the displayed name that people will see (which might be different from registration nickname, and may not need to observe its constraints). Not very important, especially if one can change his/her username in phpBB.
- No Gender, Birthdate and Website Title fields in phpBB
- MSN Messenger in phpBB, but no place for custom Instant Messnger (like for example Jabber, or e.g. some country specific like very popular in Poland Gadu-Gadu (GG) messenger). I don't know about the possibility of sending messages via (at least some) Instant Messengers from the board.
- No Personal Text and Avatar/Custom Avatar in phpBB, although they might be available after registering. Maybe the lack of Avatar is a question of phpBB configuration.
- Additional Occupation and Interests field in phpBB.
- Instead of drop-down (combo) box with date formats in YaBB, there is geeky text input for entering data format in PHP date() format in phpBB. I have seen module/hack for phpBB changing that.
- Timezone inetsad of Time Offset: less comfortable, but allows for 1.5h offsets. There is additional problem with DST (Daylight Saving Time), we have no such problem for YaBB if you are observing the same DST rules as the board server timezone. YaBB sets difference from server time, phpBB sets the difference from GMT (UTC), without DST. Currently there is no way to have in PHP on Windows "true" timezones like Europe/Warsaw, or Australia/Sydney (there is TZ environmental variable hack for Unices). You can have true timezone in Perl, but YaBB didn't used it.
- Much more Yes/No options in phpBB.