Jump to content

(NB40) Secondary Group Icons

Featured Replies

  • Author
4 minutes ago, Birman said:

I did try, but they seem to be tied, because no matter which one I remove, the other suffers as well.

Can you give me ACP access?

  • 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

sike im retarded I fixed it

Edited by MCOS

  • 2 weeks later...

How can I put a space between icons (see attachment)?

Thanks for your help,

--E.

space-between-icons.png

Oops, wrong forum.  Deleted.

--E.

 

 

Edited by photoadmin

  • Author
4 hours ago, photoadmin said:

How can I put a space between icons (see attachment)?

Hello,

Use css for this.

.cAuthorGroupIcon {
    margin: 5px 0;
}

 

Thank you.

--E.

 

 

  • 2 weeks later...

Will this work fine with 4.1.x?

  • Author
11 hours ago, Fatal Resort said:

Will this work fine with 4.1.x?

Hello,

Not tested.

Hi,

Is it possible to move the secondary icons above the avatar/user photo?

  • Author
5 hours ago, Kristina Stokke said:

Hi,

Is it possible to move the secondary icons above the avatar/user photo?

Hello,

Only secondary or primary also?

On 05/11/2015, 09:26:54, newbie LAC said:

Hello,

Not tested.

Do you have any plans to test it at all?

  • Author
21 minutes ago, tekguru said:

Do you have any plans to test it at all?

Hello,

You bought this plugin. You can do it yourself :)

If you get any errors let me know and I'll fix them.

IPB 4.1.3.1

Got 1 visual bug in topics if "Reorder" and "Reorder primary icon" disabled

post.png.ec921a7f44d5a5f359b102ae78408d6

 

Edited by newbie LAC

6 hours ago, newbie LAC said:

Hello,

Only secondary or primary also?

Only secondary. I already managed to move the primary above the avatar.

 

  • Author
Just now, Kristina Stokke said:

Only secondary. I already managed to move the primary above the avatar.

 

Open xml file and change 

      'selector' => '.cAuthorPane_photo + li + li',
      'type' => 'add_after',

and 

      'selector' => '.cAuthorPane_photo + li',
      'type' => 'add_after',

To 

      'selector' => '.cAuthorPane_photo',
      'type' => 'add_before',

Not tested.

3 hours ago, newbie LAC said:

Open xml file and change 


      'selector' => '.cAuthorPane_photo + li + li',
      'type' => 'add_after',

and 


      'selector' => '.cAuthorPane_photo + li',
      'type' => 'add_after',

To 


      'selector' => '.cAuthorPane_photo',
      'type' => 'add_before',

Not tested.

It worked! Thank you very much.

Usable then so good to know!

  • Author
On 08.11.2015, 12:22:56, newbie LAC said:

IPB 4.1.3.1

Got 1 visual bug in topics if "Reorder" and "Reorder primary icon" disabled

It was being tested on customizable skin. Revert changes for 1 template and all shows fine.

  • 1 month later...

Doesn't seem to work at all on 4.1.6.1

  • Author
2 minutes ago, Adam Tappert said:

Doesn't seem to work at all on 4.1.6.1

Hello,

Not tested on 4.1.6.1.

I can't test all my plugins with the release of a new version of IPS. If something is not working write about it and I will check

Edit:

Nevermind, reinstalling it seemed to work.

Edited by Adam Tappert

  • Author

Works fine on my dev board.

Have you configure the settings (please make screenshot) and added group icons?

Works fine.  Had to reinstall the plugin.

  • 3 weeks later...

@newbie LAC - I like the plugin very much :) but how can I get rid of spacing between lower badges? See the pic. I want spacing to be as between 1st and 2nd badge. Despite using CSS trick you mentioned earlier nothing helps for these lower badges.

35whoc.jpg

EDIT: fixed that by editing ipspad_bottom class, wonder what will look wonky now :D

Edited by Jcdx

  • Author
5 hours ago, Jcdx said:

@newbie LAC - I like the plugin very much :) but how can I get rid of spacing between lower badges? See the pic. I want spacing to be as between 1st and 2nd badge. Despite using CSS trick you mentioned earlier nothing helps for these lower badges.

EDIT: fixed that by editing ipspad_bottom class, wonder what will look wonky now :D

Hello,

ipsPad_bottom is global class. I reverted changes and added 

.nbSecGroupIconsPost {
    padding-bottom: 2px;
}

Result

sgi.jpg.c72ff939bbc828ed008649d2959eb990

  • Author
5 hours ago, Jcdx said:

@newbie LAC - I like the plugin very much :) but how can I get rid of spacing between lower badges? See the pic. I want spacing to be as between 1st and 2nd badge. Despite using CSS trick you mentioned earlier nothing helps for these lower badges.

EDIT: fixed that by editing ipspad_bottom class, wonder what will look wonky now :D

Hello,

ipsPad_bottom is global class. I reverted changes and added 

.nbSecGroupIconsPost {
    padding-bottom: 2px;
}

Result

sgi.jpg.c72ff939bbc828ed008649d2959eb990

Recently Browsing 0

  • No registered users viewing this page.