MyBB Community Forums

Full Version: Code Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok , so im designing new profiles , anyways what is the code to put the "Groups" that the member joined not his usertitle as you can see hereĀ http://nc-gaming.gegahost.net/member.php?action=profile under premission groups , there are the usertitles i thought that they are the groups name but they are not so whats the code of the groups names that the member is in it (a member of the group)?
So you're asking how to include the names of the groups to which a member belongs inside a template?

As far as I know, there is only a (simple) way to get the group numbers, and that would be the following:

{$memprofile['additionalgroups']}

As far as parsing these, a plugin will likely be required, unless someone else can shine some light on this.
Yes that what i want , but the code is wrong