About This File
The plugin show secondary groups on website in:
- Topics
- Hovercard
- Profile
- Search
Include with Secondary Groups Icon in 3.0.0 version.
? Install
-
Go to: AdminCP -> System -> SITE FEATURES -> Plugins,
-
Click on the link manual upload,
- Select file .xml from packet and click install button
?️ Update
-
Go to: AdminCP -> System -> SITE FEATURES -> Plugins,
-
Search plugin and click Upload a new version,
- Select file .xml from packet and click install button.
? 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"}
? Release Notes:
What's New in Version 4.0.0 See changelog
Released
- Added templates for pHTML files. (See more here),
- Added new settings for display groups in profile and topics
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now