Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
I looked inside phpbbx, and what I see link between BB2 and FEUsers is done by id? what if someone will decide to register in forum separately? then BB will create it's user with new id, and when some new user will register in web site, phpBB will not create a BB user for him, because user with this id is already in BB's database.
Yes, but phpbb automaticly create user no 1 - admin. And FEUsers don't have that user by default. So if you will setup clean site to costumer, first user, who will register in website, will act from admin's name in forum. Off couse, it's easy repairable just creating first user manualy in FEUsers as well, but it is not mentioned anywhere in phpbbx help file. Or I missed it?