Page 1 of 1

Member Group for IPB

Posted: Sun Jun 26, 2005 12:06 am
by NightStorm
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

Posted: Sun Jun 26, 2005 12:49 am
by radar
Get it to connect to the database and pull the group title from a table maybe?

Member Group for IPB

Posted: Sun Jun 26, 2005 1:56 am
by NightStorm
Found it.
$ibforums->member[\'g_title\']