newbie LAC Posted July 2, 2018 Author Share Posted July 2, 2018 30 minutes ago, fix3r said: Issue seems to only be on mobile browser (im using Safari not sure about others) I answered in PM. I use ipsResponsive_hidePhone class. Read more If you want to show icons add in custom.css .nbSecGroupIconsProfile.ipsResponsive_hidePhone { display: block !important; } AmericanRev2 1 Link to comment Share on other sites More sharing options...
AmericanRev2 Posted July 2, 2018 Share Posted July 2, 2018 thanks for the help!! Link to comment Share on other sites More sharing options...
Unlucky Posted September 19, 2018 Share Posted September 19, 2018 Hi, I'm just about to buy this so we can show secondary groups Whats the process to get it to display like this with the stars showing? Thanks Link to comment Share on other sites More sharing options...
newbie LAC Posted September 19, 2018 Author Share Posted September 19, 2018 Hello, 7 minutes ago, Unlucky said: Whats the process to get it to display like this with the stars showing? Find images and upload them as group icons Link to comment Share on other sites More sharing options...
Unlucky Posted September 19, 2018 Share Posted September 19, 2018 ok but how do i get the stars showing? thanks Link to comment Share on other sites More sharing options...
newbie LAC Posted September 19, 2018 Author Share Posted September 19, 2018 1 minute ago, Unlucky said: ok but how do i get the stars showing? thanks Do you mean this? It's a part of image. Green background + group title + stars Link to comment Share on other sites More sharing options...
Unlucky Posted September 19, 2018 Share Posted September 19, 2018 So i have to add the stars myself to the image in photoshop? Link to comment Share on other sites More sharing options...
newbie LAC Posted September 19, 2018 Author Share Posted September 19, 2018 1 minute ago, Unlucky said: So i have to add the stars myself to the image in photoshop? Yes. Link to comment Share on other sites More sharing options...
Unlucky Posted September 19, 2018 Share Posted September 19, 2018 Just now, newbie LAC said: Yes. ok thanks I thought there might have been an option where it was connected to reputation points. Thanks for letting me know. Link to comment Share on other sites More sharing options...
Maxtor Posted November 6, 2018 Share Posted November 6, 2018 how can you show 3 ranks? in this example you have primary, secondary and the 3rd ? Link to comment Share on other sites More sharing options...
newbie LAC Posted November 7, 2018 Author Share Posted November 7, 2018 Hello, 13 hours ago, Maxtor said: in this example you have primary, secondary and the 3rd ? Primary group is Administrators Secondary groups are Member and Moderators Link to comment Share on other sites More sharing options...
AmericanRev2 Posted December 29, 2018 Share Posted December 29, 2018 Can someone help me with putting the icons horizontal Link to comment Share on other sites More sharing options...
AmericanRev2 Posted December 29, 2018 Share Posted December 29, 2018 On 9/27/2015 at 8:59 AM, newbie LAC said: Hello, You can do it yourself using display: inline; where do i put this? Link to comment Share on other sites More sharing options...
newbie LAC Posted December 30, 2018 Author Share Posted December 30, 2018 Hello, 10 hours ago, fix3r said: where do i put this? Add in custom.css .nbSecGroupIconsPost { display: inline; } AmericanRev2 1 Link to comment Share on other sites More sharing options...
AmericanRev2 Posted December 30, 2018 Share Posted December 30, 2018 11 hours ago, newbie LAC said: Hello, Add in custom.css .nbSecGroupIconsPost { display: inline; } what about the profiles tho? Link to comment Share on other sites More sharing options...
newbie LAC Posted December 31, 2018 Author Share Posted December 31, 2018 12 hours ago, fix3r said: what about the profiles tho? .nbSecGroupIconsProfile { display: inline; } Link to comment Share on other sites More sharing options...
AmericanRev2 Posted December 31, 2018 Share Posted December 31, 2018 (edited) 17 hours ago, newbie LAC said: .nbSecGroupIconsProfile { display: inline; } But this don't work it wont resize on profile why? .nbSecGroupIconsPost,.cAuthorGroupIcon,.nbSecGroupIconsProfile { display: inline; height: 30px; width: 30px; } Edited December 31, 2018 by fix3r Link to comment Share on other sites More sharing options...
newbie LAC Posted January 1, 2019 Author Share Posted January 1, 2019 7 hours ago, fix3r said: But this don't work it wont resize on profile why? You should set up the height and width for images .nbSecGroupIconsProfile img { height: 30px; width: 30px; } AmericanRev2 1 Link to comment Share on other sites More sharing options...
IgorPec Posted January 3, 2019 Share Posted January 3, 2019 Hi. One small feature request ... I want to have custom links on those badges? How to? Thank you! Link to comment Share on other sites More sharing options...
newbie LAC Posted January 3, 2019 Author Share Posted January 3, 2019 Hello, 4 minutes ago, IgorPec said: How to? Edit the templates core - global - plugins - nbSecGroupIconsProfile core - global - plugins - nbSecGroupIconsPost You can check the group ID ($grOther) and add the link 34 minutes ago, IgorPec said: One small feature request ... I want to have custom links on those badges? Only links? Without any replacements (like {member_url}, {member_id})? Link to comment Share on other sites More sharing options...
IgorPec Posted January 3, 2019 Share Posted January 3, 2019 (edited) 2 minutes ago, newbie LAC said: Only links? Without any replacements (like {member_url}, {member_id})? Yes. The idea is to lead them to the subscription page. URL per group would be perfect. Edited January 3, 2019 by IgorPec Link to comment Share on other sites More sharing options...
newbie LAC Posted January 3, 2019 Author Share Posted January 3, 2019 Just now, IgorPec said: Yes. The idea is to lead them to the subscription page. Ok. I'll add new settings for next release IgorPec 1 Link to comment Share on other sites More sharing options...
IgorPec Posted January 3, 2019 Share Posted January 3, 2019 One problem. I want to use this plugin without showing group names, but when I disable this line in a template <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="false"}</li> secondary group icons are also gone. Can't find anything useful in a forum docs. Any hint how to deal with this? Masking with CSS is not valid option. Link to comment Share on other sites More sharing options...
newbie LAC Posted January 3, 2019 Author Share Posted January 3, 2019 2 minutes ago, IgorPec said: <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="false"}</li> change to <li></li> Link to comment Share on other sites More sharing options...
IgorPec Posted January 3, 2019 Share Posted January 3, 2019 It works. Thanks!!! Link to comment Share on other sites More sharing options...
Recommended Posts