I was wondering if there was a way to show All of a member's groups.
the code if (isset($message['member']['group']) && $message['member']['group'] != '')
echo '
', $message['member']['group'], '<br />';
is what I'm looking at.
Any Suggestions?
(BTW i'm using the Fantasy Theme (thought this code seems to be universal))
That data isn't loaded in the template/theme..you would need to add a separate sql call to fetch all the groups.
Would you be able to give me an idea of how to do so? I'm still very much an ameture with PHP and MySQL and I don't actually understand all of the code thats in the templats.