Code Help - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: Code Help (/thread-157669.html) |
Code Help - MuhammedSuleiman - 2014-08-17 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)? RE: Code Help - Zack Magee - 2014-08-17 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:
As far as parsing these, a plugin will likely be required, unless someone else can shine some light on this. RE: Code Help - MuhammedSuleiman - 2014-08-18 Yes that what i want , but the code is wrong |