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 Link to comment
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}} Link to comment
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 Link to comment
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'. Link to comment
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 Link to comment
Junior Space Force Posted April 5, 2021 Share Posted April 5, 2021 (edited) -edit Edited May 4, 2021 by Junior Space Force Link to comment
CyanideBurial Posted July 16, 2021 Share Posted July 16, 2021 Will this be updated for 4.6? Link to comment
GoodMan123 Posted August 7, 2021 Share Posted August 7, 2021 Can you update to 4.6? @newbie LAC Black Six 1 Link to comment
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. Link to comment
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? Link to comment
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 Link to comment
StreamGro Posted August 12 Share Posted August 12 Will this plugin ever be available to buy again? I'd like this, but cannot get it through AdminCP. @newbie LAC Link to comment
teraßyte Posted August 12 Share Posted August 12 24 minutes ago, StreamGro said: Will this plugin ever be available to buy again? I'd like this, but cannot get it through AdminCP. @newbie LAC The developer is not around anymore (at least for now?). Unless they renew their license, their modifications won't be available for purchase. For more details, check the topic linked in the reply above. StreamGro 1 Link to comment
Recommended Posts