About This File
The plugin shows secondary groups on the website in the:
- Topics
- Hovercard
- Profile
- Search
Include with Secondary Groups Icon in the 3.0.0 version.
 Templates for pHTML files
From version 4.0.0, special templates have been made available for developers of custom themes.
Profile
- @param $member - \IPS\Member
- @param $showTitle - Boolean - Show title widget? (Default: true)
{template="aXenProfileSecondaryGroups" group="plugins" location="global" app="core" params="$member, true"}
Hovercard
- @param $member - \IPS\Member
{template="aXenHovercardSecondaryGroups" group="plugins" location="global" app="core" params="$member"}
Search
- @param $member - \IPS\Member
{template="aXenSearchSecondaryGroups" group="plugins" location="global" app="core" params="$member"}
Topics
- @param $comment - \IPS\Member author
{template="aXenTopicsSecondaryGroups" group="plugins" location="global" app="core" params="$comment"}