newbie LAC Posted October 25, 2020 Author Share Posted October 25, 2020 (edited) Hello, 13 hours ago, Adam.M said: I have a specific group that I want displayed but only visible to admin and moderators. Is this possible? You can edit the templates core - global - plugins - nbSecGroupIconsProfile core - global - plugins - nbSecGroupIconsPost Find {{if isset($memberGroups[$grOther]) and $icon = $memberGroups[$grOther]->g_icon}} Add below {{if $grOther == X and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}} X is specific group ID Edited October 25, 2020 by newbie LAC Adam.M 1 Quote Link to comment Share on other sites More sharing options...
Adam.M Posted October 26, 2020 Share Posted October 26, 2020 On 10/24/2020 at 11:19 PM, newbie LAC said: {{if $grOther == X and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}} thank you 🙂 Turns out I have more than one group that I want to show only to mods/admins. what is the correct formatting? I tried this: {{if $grOther == (26 or 27) and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}} Quote Link to comment Share on other sites More sharing options...
newbie LAC Posted October 26, 2020 Author Share Posted October 26, 2020 (edited) Hello, 1 hour ago, Adam.M said: thank you 🙂 Turns out I have more than one group that I want to show only to mods/admins. what is the correct formatting? I tried this: {{if $grOther == (26 or 27) and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}} {{if \in_array($grOther, array(26, 27)) and !(\IPS\Member::loggedIn()->isAdmin() or \IPS\Member::loggedIn()->modPermissions() !== false)}} {{continue;}} {{endif}} Edited October 26, 2020 by newbie LAC Adam.M and Junior Space Force 1 1 Quote Link to comment Share on other sites More sharing options...
Nathan Caroland Posted January 26, 2021 Share Posted January 26, 2021 I could use some help here if someone is willing. Updated and changed over to a theme that worked for us, Dreadnaught by Taman on here. It'll show groups such as moderator and admin, but absolutely won't show any of the other groups that we have. When I switched to another theme, there they are! Any ideas on what/where to edit as I would love to have this work as our community members enjoy their 'badges'. Quote Link to comment Share on other sites More sharing options...
Marcus Peters Posted February 6, 2021 Share Posted February 6, 2021 Hello, How to display group badges BELOW the number of posts and reputation? Currently badges are displayed under the primary member group name like this. I want it to display in this order AVATAR PIC Administrator Reputation Number of Posts Group Badges Please help, thanks Quote Link to comment Share on other sites More sharing options...
Junior Space Force Posted April 5, 2021 Share Posted April 5, 2021 (edited) -edit Edited May 4, 2021 by Junior Space Force Quote Link to comment Share on other sites More sharing options...
CyanideBurial Posted July 16, 2021 Share Posted July 16, 2021 Will this be updated for 4.6? Quote Link to comment Share on other sites More sharing options...
GoodMan123 Posted August 7, 2021 Share Posted August 7, 2021 Can you update to 4.6? @newbie LAC Black Six 1 Quote Link to comment Share on other sites More sharing options...
Chris Anderson Posted August 7, 2021 Share Posted August 7, 2021 Quote Link to comment Share on other sites More sharing options...
Kromstar Posted February 5, 2022 Share Posted February 5, 2022 I just purchased this and was wondering if you can send me the .xml for version 1.0.10 as I cannot install it through marketplace for some reason. Quote Link to comment Share on other sites More sharing options...
Heavy Harmonies Posted November 7, 2022 Share Posted November 7, 2022 I am running this with IPB v4.7.2.1 and it's working just fine. However, when I go to upgrade to v4.7.4, I get a message saying that this plugin is NOT compatible with 4.7.4. Suggestions? Quote Link to comment Share on other sites More sharing options...
Heavy Harmonies Posted November 14, 2022 Share Posted November 14, 2022 (edited) Update: the incompatibility warning in the update process appears to have been a false one. This plugin is still working post-update to 4.7.4. Edited November 14, 2022 by Heavy Harmonies Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.