Recent Topics

1 Sep 12, 2005 16:16    

Hi all. I have a question and I think it should be fairly simple to answer but my brain is mush this morning.

I use the hack to display the author of the post (linked to his profile) at the top of each post. I would also like to display the user group the author belongs to. Anyone know offhand what the code would be to do this?
I know how to call the group id, but I would like to display the Group Name instead of the Group ID.

2 Sep 12, 2005 16:27

Try something like this:

$Item->Author->Group->get('grp_name');

or maybe:

$Item->Author->Group->get('name');


Form is loading...