Jump to content

(NB40) Secondary Group Icons

Featured Replies

  • Replies 313
  • Views 33.3k
  • 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

  • 2 months later...

Hi i got error when installing:

 

Sorry, you do not have permission for that!

1S111/1
  On 6/16/2015 at 7:51 AM, newbie LAC said:

Hello,

1. IPB version? 4.1.9

2. The error occurs in every topic? i cant install it.  error code : 1S111/1

3. Can you give me acp access? sure i cant pm u with details.

I hope you can reply to me :(

  • 4 weeks later...

Ive updated to the latest version and i am still having the problem with the icon showing above all of the other information, i would like it to always be at the bottom.

uyG9v34.png

  On 5/3/2016 at 5:26 AM, newbie LAC said:

Hello,

You can change css selector. See example "Show icons above avatar" https://invisionpower.com/forums/topic/416464-nb40-secondary-group-icons/?do=findComment&comment=2594222

 

I wasn't able to get this working, this is my postcontainer code.

Reveal hidden contents

  • Author
  On 5/8/2016 at 4:20 PM, The.Reaper said:

I wasn't able to get this working, this is my postcontainer code.

Open xml file

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

and 

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

change to 

      'selector' => '.cAuthorPane_info',
      'type' => 'add_inside_end',

 

I just updeated from 4.0.x to 4.1.x 

On profile page it only shows the primary user group icon - next to posts though it shows them all

Bug?

  • Author
  On 5/12/2016 at 3:19 PM, Dallas Rankin said:

I just updeated from 4.0.x to 4.1.x 

On profile page it only shows the primary user group icon - next to posts though it shows them all

Bug?

Hello,

I can't reproduce. Have you installed latest version of plugin?

  On 5/13/2016 at 5:14 AM, newbie LAC said:

Hello,

I can't reproduce. Have you installed latest version of plugin?

My bad, that fixed it. Thanks.

  • 5 weeks later...

hi @newbie LAC i have a problem with your plugin.... i'm using ipb 4.1.12 and it doesn't save my modifications in the "edit" stage... how can i fix it?

  • Author
  On 6/13/2016 at 1:53 AM, ABDELMOUMEN DJEKBOUB said:

hi @newbie LAC i have a problem with your plugin.... i'm using ipb 4.1.12 and it doesn't save my modifications in the "edit" stage... how can i fix it?

Hello,

The bug has been fixed in 4.1.12.1. Upgrade your forum.

  • 1 month later...

does this support the ability to have the icons in the order you choose ?

  • Author
  On 7/23/2016 at 6:20 PM, Vanucci said:

does this support the ability to have the icons in the order you choose ?

Hello,

sgi_general.png.f61c990004239689a680dba8

Admin can reorder icons.

  • 3 months later...

I get this error on two different fresh installs:

  Quote

You don't have permission to access /admin/ on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

 

  • Author
  On 11/11/2016 at 9:28 PM, ODDBALL118 said:

I get this error on two different fresh installs:

Hello,

Where you got an error? I've installed a new board and installed a plugin without any problems. Also settings works fine.

  On 11/11/2016 at 9:28 PM, ODDBALL118 said:

You don't have permission to access /admin/ on this server.

I think you need to contact to your hoster.

Hello! I have a question, is the ability to alter the modification that instead of an image showing the name of the group?

  • Author
  On 11/17/2016 at 1:49 PM, Maniutek said:

Hello! I have a question, is the ability to alter the modification that instead of an image showing the name of the group?

Hello,

Yes. I remember I helped with this someone on PM.

  On 11/18/2016 at 5:14 AM, newbie LAC said:

Hello,

Yes. I remember I helped with this someone on PM.

Hello! A solution could be to ask? :)

  • Author
  On 11/18/2016 at 8:53 AM, Maniutek said:

Hello! A solution could be to ask? :)

Hello,

Edit 2 templates:

- For profiles. core - global - plugins - nbSecGroupIconsProfile

Find 

<img src='{file="$icon" extension="core_Theme"}' alt=''>

Change to 

{expression="\IPS\Member\Group::load( $grOther )->name"}

- For posts. core - global - plugins - nbSecGroupIconsPost

Find 

<img src='{file="$icon" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'>

Change to 

{expression="\IPS\Member\Group::load( $grOther )->name"}

If you want display formatted group names use 

{expression="\IPS\Member\Group::load( $grOther )->formattedName" raw="true"}

instead of 

{expression="\IPS\Member\Group::load( $grOther )->name"}

 

Recently Browsing 0

  • No registered users viewing this page.