{"id":15840240,"url":"https://github.com/axendeveloper/ips-secondary-groups-indicator","last_synced_at":"2026-02-07T04:01:59.030Z","repository":{"id":49982364,"uuid":"272204306","full_name":"aXenDeveloper/ips-secondary-groups-indicator","owner":"aXenDeveloper","description":"(IPS Plugin) The plugin show secondary groups.","archived":false,"fork":false,"pushed_at":"2022-07-27T14:51:02.000Z","size":1528,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T14:37:31.800Z","etag":null,"topics":["groups","ips-community-suite","plugin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aXenDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-14T13:07:48.000Z","updated_at":"2024-12-13T05:30:18.000Z","dependencies_parsed_at":"2022-09-05T09:40:20.391Z","dependency_job_id":null,"html_url":"https://github.com/aXenDeveloper/ips-secondary-groups-indicator","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/aXenDeveloper/ips-secondary-groups-indicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fips-secondary-groups-indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fips-secondary-groups-indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fips-secondary-groups-indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fips-secondary-groups-indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aXenDeveloper","download_url":"https://codeload.github.com/aXenDeveloper/ips-secondary-groups-indicator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aXenDeveloper%2Fips-secondary-groups-indicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["groups","ips-community-suite","plugin"],"created_at":"2024-10-05T16:42:17.948Z","updated_at":"2026-02-07T04:01:58.999Z","avatar_url":"https://github.com/aXenDeveloper.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# (aXen) Secondary Groups Indicator\n\nThe plugin show secondary groups on website in:\n\n- Topics\n- Hovercard\n- Profile\n- Search\n\nInclude with **Secondary Groups Icon** in 3.0.0 version.\n\n## 🏷️ Requirements\n\n- [IPS Community Suite: 4.5, 4.6, 4.7 version](https://invisioncommunity.com/)\n\n## 🧰 Install\n\n1. Go to: AdminCP -\u003e System -\u003e SITE FEATURES -\u003e **Plugins**,  \n   ![Select Plugin](https://files.axendev.net/github/plugins/admincp_select.png)\n2. Click on the link **manual upload**,  \n   ![Manual Upload](https://files.axendev.net/github/plugins/manual_upload.png)\n3. Select file **.xml** from packet and click install button\n\n## 🛠️ Update\n\n1. Go to: AdminCP -\u003e System -\u003e SITE FEATURES -\u003e **Plugins**,  \n   ![Select Plugin](https://files.axendev.net/github/plugins/admincp_select.png)\n2. Search plugin and click **Upload a new version**,  \n   ![Upload a new version](https://files.axendev.net/github/plugins/new_version_upload.png)\n3. Select file **.xml** from packet and click install button.\n\n# 🔧 Templates for pHTML files\n\nFrom version **4.0.0**, special templates have been made available for developers of custom themes.\n\n### Profile\n\n- @param $member - \\IPS\\Member\n- @param $showTitle - Boolean - Show title widget? _(Default: true)_\n\n```\n{template=\"aXenProfileSecondaryGroups\" group=\"plugins\" location=\"global\" app=\"core\" params=\"$member, true\"}\n```\n\n### Hovercard\n\n- @param $member - \\IPS\\Member\n\n```\n{template=\"aXenHovercardSecondaryGroups\" group=\"plugins\" location=\"global\" app=\"core\" params=\"$member\"}\n```\n\n### Search\n\n- @param $member - \\IPS\\Member\n\n```\n{template=\"aXenSearchSecondaryGroups\" group=\"plugins\" location=\"global\" app=\"core\" params=\"$member\"}\n```\n\n### Topics\n\n- @param $comment - \\IPS\\Member author\n\n```\n{template=\"aXenTopicsSecondaryGroups\" group=\"plugins\" location=\"global\" app=\"core\" params=\"$comment\"}\n```\n\n## 📷 Graphics\n\n![1](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/1.png?raw=true)\n![2](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/2.png?raw=true)\n![3](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/3.png?raw=true)\n![4](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/4.png?raw=true)\n![5](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/5.png?raw=true)\n![6](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/6.png?raw=true)\n![7](https://github.com/aXenDeveloper/ips-secondary-groups-indicator/blob/master/7.png?raw=true)\n\n## 🔌 Download from other sources\n\n- [invisioncommunity.com](https://invisioncommunity.com/files/file/8760-axen-secondary-groups-indicator/),\n- [invisionize.pl](https://forum.invisionize.pl/files/file/772-axen-secondary-groups-indicator/)\n\n_The resources from the links above are updated on an ongoing basis if the administration approves the file._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxendeveloper%2Fips-secondary-groups-indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxendeveloper%2Fips-secondary-groups-indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxendeveloper%2Fips-secondary-groups-indicator/lists"}