Jump to content

(NB40) Secondary Group Icons

Featured Replies

  • 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;
}

 

  • Replies 313
  • Views 32k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • newbie LAC
    newbie LAC

    If the member have 3 secondary groups (superuser, moderator, supermoderator) icons will be shown like superuser moderator supermoderator I can add new global setting for sorting groups

  • newbie LAC
    newbie LAC

    I uploaded new version Try it Also I added settings

  • newbie LAC
    newbie LAC

    Is that what you want?

Posted Images

thanks for the help!!

  • 2 months later...

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

sgi_topic.png.073fd8cf985f70d268103b4a23

  • 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

ok but how do i get the stars showing?

thanks

  • Author
1 minute ago, Unlucky said:

ok but how do i get the stars showing?

thanks

Do you mean this?

stars.png.20d368b6d0379256f40c5eef3d8a82cf.png

It's a part of image.

Green background + group title + stars

So i have to add the stars myself to the image in photoshop?

  • Author
1 minute ago, Unlucky said:

So i have to add the stars myself to the image in photoshop?

Yes.

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.

  • 1 month later...

sgi_topic.png.073fd8cf985f70d268103b4a23

 

how can you show 3 ranks?

in this example you have primary, secondary and the 3rd ? 

  • 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

  • 1 month later...

Can someone help me with putting the icons horizontal 

544875932_ScreenShot2018-12-29at1_44_33PM.thumb.png.68d380d2206bc55feb1109f9a2b239fd.png

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?

  • Author

Hello,

10 hours ago, fix3r said:

where do i put this?

Add in custom.css

.nbSecGroupIconsPost {
    display: inline;
}

 

11 hours ago, newbie LAC said:

Hello,

Add in custom.css


.nbSecGroupIconsPost {
    display: inline;
}

 

what about the profiles tho?

  • Author
12 hours ago, fix3r said:

what about the profiles tho?

.nbSecGroupIconsProfile {
    display: inline;
}

 

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;
}

511902059_ScreenShot2018-12-29at7_46_17PM.thumb.png.82eb5e34aef09072fd3fb420c1d7e3b2.thumb.png.d0074f56311324c204cc8ffed120eac4.png

Edited by fix3r

  • 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;
}

 

Hi. One small feature request ... I want to have custom links on those badges? How to? Thank you!

  • 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})?

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 by IgorPec

  • 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

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.

  • 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>

 

It works. Thanks!!!

Recently Browsing 0

  • No registered users viewing this page.