Andrew, with your existing member database, do you plan to add more members to it?
What is the unique identifier for those logins? Is it a name or a number?
What I would probably do, to make things simple, is to create a new custom profile field in the admincp. Fill that field with the login name or id from your other table.
Then, all you have to do is check for $user[fieldx] and restrict based on that.
It becomes more complicated if you're still adding users to the old database.
|