Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 2, 20186 yr Author 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; }
September 19, 20186 yr 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
September 19, 20186 yr Author 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
September 19, 20186 yr Author 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
September 19, 20186 yr Author 1 minute ago, Unlucky said: So i have to add the stars myself to the image in photoshop? Yes.
September 19, 20186 yr 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.
November 6, 20186 yr how can you show 3 ranks? in this example you have primary, secondary and the 3rd ?
November 7, 20186 yr Author 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
December 29, 20186 yr 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?
December 30, 20186 yr Author Hello, 10 hours ago, fix3r said: where do i put this? Add in custom.css .nbSecGroupIconsPost { display: inline; }
December 30, 20186 yr 11 hours ago, newbie LAC said: Hello, Add in custom.css .nbSecGroupIconsPost { display: inline; } what about the profiles tho?
December 31, 20186 yr Author 12 hours ago, fix3r said: what about the profiles tho? .nbSecGroupIconsProfile { display: inline; }
December 31, 20186 yr 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, 20186 yr by fix3r
January 1, 20196 yr Author 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; }
January 3, 20196 yr Hi. One small feature request ... I want to have custom links on those badges? How to? Thank you!
January 3, 20196 yr Author 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})?
January 3, 20196 yr 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, 20196 yr by IgorPec
January 3, 20196 yr Author Just now, IgorPec said: Yes. The idea is to lead them to the subscription page. Ok. I'll add new settings for next release
January 3, 20196 yr 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.
January 3, 20196 yr Author 2 minutes ago, IgorPec said: <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="false"}</li> change to <li></li>