MyBB Community Forums

Full Version: C# Login Program.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I want to create a program that you can login into with your forum credentials, and depending on what usergroup you are it will display different things. But I'm not sure what way is the best/safest why of doing this. I'm looking for more of the logic of doing it, but if you want to provide some code go ahead. 

Regards,
Finn
You'll have to use SQL queries to check if an user is in a certain group.
So if the person is in one group it'll display this etc

You get the jest of it.