I've really done it! Finally! I have been stressing over this for ages, and I've finally figured out how to merge the members tables for two seperate, widely used forums so that they share one set of Membership records.
It wasn't easy. Besides replacing specific instances of code in 24 PHP files, I had to modify tons of records by hand in ASCII MySQL dump files. There were literally hundreds of changes I had to make.
(A word to the wise -- if you're planning to setup a DFSM, do it BEFORE you start using the forums.. it will save you many hours of work in merging your member records).Anyway, this is less a Mod than it is a Conversion, of sorts. No offense to the creators of YaBB SE or the original, but the forum was NOT designed for this type of behavior.
If some poor unfortunate soul out there needs to do the same thing, you should email me at
[email protected] and I will try to retrace my steps.
I still have one problem left to conquer -- that of cookies (and sessions). I expected that by using the same member database for both forums, and by naming the cookies the same thing on each forum, they would automatically be interchangeable, so that a member would only have to login on one forum to be logged in on the other. This is unfortunately not the case. Any advice or assistance in this matter would be VERY gratefully appreciated.