XF 2.0 Getting Data From The Xen DB, Using an existing user field and putting it on the member card.

Pingers

Member
Hello, developers of xenforo and other really cool guys!

I'm pingers, and I'm making a gaming community.

I host a garry's mod server in which I use mysql in order to save data ingame. I've connected both xenforo and the game server to the same database in order to make my life easier with synchronisations.

One integration I wish to make (but I'm struggling to get a grasp of it) Is displaying some player information (from the game, which is saved into the mysql database) in the user member card, To display somewhat like this here:
201188

I'm Using S70's/Omar's Steam Login / Authentication for this which I've looked into which already defines the player's SteamID as an existing expression so that's one part. I also know the query to get said information by using the SteamID so I'm okay in that department, it's just querying the information IN the member card in order to display it like above
 
Top Bottom