I\'m trying to pull the member Group for a user in IPB and echo it to a page...
{$ibforums->member[\'mgroup\']} is what I have so far, which echo\'s the group ID, but what would I use to display the g_title instead?
Member Group for IPB
Moderators: Moderator, Global Moderator
-
NightStorm
- Administrator

- Posts: 778
- Joined: Mon May 17, 2004 4:05 pm
Member Group for IPB
Get it to connect to the database and pull the group title from a table maybe?
-
NightStorm
- Administrator

- Posts: 778
- Joined: Mon May 17, 2004 4:05 pm
Member Group for IPB
Found it.
$ibforums->member[\'g_title\']
$ibforums->member[\'g_title\']

