MyBB Community Forums

Full Version: users in a group
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Clan Member group. I'm making a page that will look up a persons log from a game. Anyone who is in that Clan Member group should be listed on that page so you can click on there name to view there log.

MattRegowski said I need to query it, but I'm unsure how to go about this, because I'm just starting out in PHP. I've searched MyBB and google'd tutorials about MySQL queries. I figured some stuff out but am still unsuccessful.

So I guess I just need to know how to get the query for the Clan Member group.
How are you accessing stats on the game?
It's easy to get them, because they provide a lite page for all parsers to get them easily. I will be using a rss reader to grab some other information that they provide. I have all of those things done, as far as I know.

I just don't know what query to use.