Plugin: Get Member Group
Posted: 14 January 2009 12:32 PM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  39
Joined  03-30-2007

Hiya. I wrote this primarily as a way to get member groups to display in the forum module underneath an avatar.

It takes in a username or screen name and outputs a corresponding member group. Basic usage is as follows:

{exp:get_member_group name="Ben"

By default, the plugin will search based on screen name. For usernames, set the ‘from’ parameter:

{exp:get_member_group name="CrazyGRL1985" from="username"


Version 1.1: PI.Get_Member_Group
Feature requests are welcome! Thanks!

Profile
 
 
Posted: 04 June 2009 01:07 PM   [ Ignore ]   [ # 1 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  122
Joined  04-24-2008

You seem to imply this works inside the forum module, but I’m not having any success with it. It’s just displaying the code.  Are you using this inside a forum theme template?  Do you have any more info on how to use it?  Thanks.

EDIT
Oh - nevermind - I found your other post on this topic here:
http://expressionengine.com/forums/viewthread/102118/

Profile