newbie LAC Posted July 2, 2018 Author 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
Unlucky Posted September 19, 2018 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
newbie LAC Posted September 19, 2018 Author 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
Unlucky Posted September 19, 2018 Posted September 19, 2018 ok but how do i get the stars showing? thanks
newbie LAC Posted September 19, 2018 Author 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
Unlucky Posted September 19, 2018 Posted September 19, 2018 So i have to add the stars myself to the image in photoshop?
newbie LAC Posted September 19, 2018 Author Posted September 19, 2018 1 minute ago, Unlucky said: So i have to add the stars myself to the image in photoshop? Yes.
Unlucky Posted September 19, 2018 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.
Maxtor Posted November 6, 2018 Posted November 6, 2018 how can you show 3 ranks? in this example you have primary, secondary and the 3rd ?
newbie LAC Posted November 7, 2018 Author 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
AmericanRev2 Posted December 29, 2018 Posted December 29, 2018 Can someone help me with putting the icons horizontal
AmericanRev2 Posted December 29, 2018 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?
newbie LAC Posted December 30, 2018 Author Posted December 30, 2018 Hello, 10 hours ago, fix3r said: where do i put this? Add in custom.css .nbSecGroupIconsPost { display: inline; } AmericanRev2 1
AmericanRev2 Posted December 30, 2018 Posted December 30, 2018 11 hours ago, newbie LAC said: Hello, Add in custom.css .nbSecGroupIconsPost { display: inline; } what about the profiles tho?
newbie LAC Posted December 31, 2018 Author Posted December 31, 2018 12 hours ago, fix3r said: what about the profiles tho? .nbSecGroupIconsProfile { display: inline; }
AmericanRev2 Posted December 31, 2018 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
newbie LAC Posted January 1, 2019 Author 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
IgorPec Posted January 3, 2019 Posted January 3, 2019 Hi. One small feature request ... I want to have custom links on those badges? How to? Thank you!
newbie LAC Posted January 3, 2019 Author 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})?
IgorPec Posted January 3, 2019 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
newbie LAC Posted January 3, 2019 Author 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
IgorPec Posted January 3, 2019 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.
newbie LAC Posted January 3, 2019 Author 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>
Recommended Posts