Here's what I'm wanting to do: I have a custom-coded chat community site that currently uses phpBB as the forum, and login database. The rest of the site uses the forum's login system, by using a simple include to see if someone is logged into the forum and using the forum's user data if so. In phpBB the code is a little longer, but with SMF the code is a one-line include to do this.
|