Integrated this miniBB forum into my world chess playing site, so players can chat and get to know each other better.
Chess forumTook quite a while because I had to merge my original player login system into miniBB's system. The avatar's and username's are setup automatically when someone registers.
Saves them having to login in twice. It worked well.
miniBB Team remark: it's not the best approach 'cause miniBB needs integrated into your current system, not your current system into miniBB... so only one users table should be used, and there would be no duplication of data anywhere. That's how
miniBB integration works.