Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axendeveloper/ips-secondary-groups-indicator
(IPS Plugin) The plugin show secondary groups.
https://github.com/axendeveloper/ips-secondary-groups-indicator
groups ips-community-suite plugin
Last synced: 13 days ago
JSON representation
(IPS Plugin) The plugin show secondary groups.
- Host: GitHub
- URL: https://github.com/axendeveloper/ips-secondary-groups-indicator
- Owner: aXenDeveloper
- License: mit
- Created: 2020-06-14T13:07:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T14:51:02.000Z (over 2 years ago)
- Last Synced: 2024-10-06T16:42:15.442Z (about 1 month ago)
- Topics: groups, ips-community-suite, plugin
- Homepage:
- Size: 1.46 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (aXen) Secondary Groups Indicator
The plugin show secondary groups on website in:
- Topics
- Hovercard
- Profile
- SearchInclude with **Secondary Groups Icon** in 3.0.0 version.
## 🏷️ Requirements
- [IPS Community Suite: 4.5, 4.6, 4.7 version](https://invisioncommunity.com/)
## 🧰 Install
1. Go to: AdminCP -> System -> SITE FEATURES -> **Plugins**,
![Select Plugin](https://files.axendev.net/github/plugins/admincp_select.png)
2. Click on the link **manual upload**,
![Manual Upload](https://files.axendev.net/github/plugins/manual_upload.png)
3. Select file **.xml** from packet and click install button## 🛠️ Update
1. Go to: AdminCP -> System -> SITE FEATURES -> **Plugins**,
![Select Plugin](https://files.axendev.net/github/plugins/admincp_select.png)
2. Search plugin and click **Upload a new version**,
![Upload a new version](https://files.axendev.net/github/plugins/new_version_upload.png)
3. 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"}
```## 📷 Graphics
![1](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/1.png?raw=true)
![2](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/2.png?raw=true)
![3](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/3.png?raw=true)
![4](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/4.png?raw=true)
![5](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/5.png?raw=true)
![6](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/6.png?raw=true)
![7](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/7.png?raw=true)## 🔌 Download from other sources
- [invisioncommunity.com](https://invisioncommunity.com/files/file/8760-axen-secondary-groups-indicator/),
- [invisionize.pl](https://forum.invisionize.pl/files/file/772-axen-secondary-groups-indicator/)_The resources from the links above are updated on an ongoing basis if the administration approves the file._