Log in

View Full Version : Sorry for continuous questions.. xD


Aasixx
11-01-2012, 09:09 PM
I'm trying to display the user's ranking on their profile (profile.php) and it's showing up blank where the usergroup's name should display. This is what I have..

<strong>Ranking:</strong> {$row->groupname}<br />

What's wrong with it? :/

Hall of Famer
11-02-2012, 08:54 AM
It wont display since the usergroup's name is stored in a different database table from users table. The usergroup ID is readily available though.