Jump to content

(NB40) Secondary Group Icons


Recommended Posts

  • 1 month later...
Posted (edited)

Plugin seems to be working good.  However, if member has more than 2 group images, there tends to be a larger space n the second and third image...  Any idea on this?  

stack.png

EDIT*  I decided to add a fourth to see what would happen.... They space out as well

 

space2.png

 

Edited by dcorbell
Posted
1 hour ago, dcorbell said:

Plugin seems to be working good.  However, if member has more than 2 group images, there tends to be a larger space n the second and third image...  Any idea on this?  

stack.png

EDIT*  I decided to add a fourth to see what would happen.... They space out as well

 

space2.png

 

Hello,

You can increase/decrease a space using css

Example 

 

Posted
24 minutes ago, newbie LAC said:

Hello,

You can increase/decrease a space using css

Example 

 

Was able to even the spacing out, but how would I be able to make the spacing smaller?  I want them to be as close together as I can get them.  Thanks for fast response!
space33.png

Posted
6 minutes ago, newbie LAC said:

.cAuthorGroupIcon { margin: 5px 0; }

Decrease 5px. You can use negative value

Did not know could use negative.  Looks great, thanks again!

  • 1 month later...
Posted
12 hours ago, NGU Gaming said:

While I'm on the a users profile the secondary groups are shown in multiple places. (Please see screenshot) I would like them to only be shown in the 'about (user)' area. Please could assist? @newbie LAC

 

Hello,

I can't reproduce.

Show me the settings, tell me IPS version, check on inbuilt theme.

I see on your forum the block Steam is duplicated.

Posted

Hello @newbie LAC

I looked into this a bit more and it turns out that the youtube video is causing the problem. This was a bit of code that I found on here. Sadly no one has created a plugin for it but oh well.

Looks like your plugin works perfectly fine. Thank you for your assistance and sorry for wasting your time.

  • 1 month later...
Posted
8 minutes ago, micronx said:

Hello, any help with this

how can i remove the  title of the main group:

Hello,

This not a part of my plugin.

You can edit template postContainer

			<li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>

Or hide using css

li.cAuthorPane_photo + li {
    display: none;
}

 

Posted

i changed this

<li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>

to

<li class='ipsHide'>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>

  • 2 weeks later...
  • 3 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...