Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 30, 20168 yr Author 15 minutes ago, pompe said: My version: 4.0.13 I haven't that version to test. If the code is different you will need to select the correct selectors.
January 2, 20178 yr 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? EDIT* I decided to add a fourth to see what would happen.... They space out as well Edited January 2, 20178 yr by dcorbell
January 2, 20178 yr Author 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? EDIT* I decided to add a fourth to see what would happen.... They space out as well Hello, You can increase/decrease a space using css Example
January 2, 20178 yr 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!
January 2, 20178 yr Author 1 minute ago, dcorbell said: but how would I be able to make the spacing smaller? .cAuthorGroupIcon { margin: 5px 0; } Decrease 5px. You can use negative value
January 2, 20178 yr 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!
January 5, 20178 yr Author 15 hours ago, Godzilla said: I bought a week ago, they are still not approved. I can not download. Hello, I see you in the list of downloaders
January 5, 20178 yr Yes, I downloaded a few minute ago. I have already been installed. Edited January 5, 20178 yr by Godzilla
February 18, 20177 yr 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
February 19, 20177 yr Author 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.
February 19, 20177 yr 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.
April 5, 20177 yr Author 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; }
April 5, 20177 yr 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>
April 8, 20177 yr Author 10 hours ago, AEGJay said: Sorry, you do not have permission for that! Hello, As Simon said please provide more info about an error.
April 8, 20177 yr 6 hours ago, newbie LAC said: Hello, As Simon said please provide more info about an error. 1S111/1 Sorry, you do not have permission for that! But when i click edit on the plugin i get this https://gyazo.com/5247ba2047f5dec24345dffbae90609d
April 8, 20177 yr Author 1 hour ago, AEGJay said: 1S111/1 Sorry, you do not have permission for that! But when i click edit on the plugin i get this https://gyazo.com/5247ba2047f5dec24345dffbae90609d I saw this error 2-3 times. Try remove intermediate versions or PM me and I will do it for you.
April 19, 20177 yr Plugin work without images/icons group, only as text ? Edited April 19, 20177 yr by Alexandr Kasperovich
April 19, 20177 yr Author 29 minutes ago, Alexandr Kasperovich said: Plugin work without images/icons group, only as text ? Hello, No. If you want it you need to edit plugin templates https://invisionpower.com/forums/topic/416464-nb40-secondary-group-icons/?do=findComment&comment=2663665
April 19, 20177 yr 1 hour ago, newbie LAC said: Hello, No. If you want it you need to edit plugin templates https://invisionpower.com/forums/topic/416464-nb40-secondary-group-icons/?do=findComment&comment=2663665 Its work only if upload any image to group. Edited April 19, 20177 yr by Alexandr Kasperovich
April 20, 20177 yr Author 15 hours ago, Alexandr Kasperovich said: Its work only if upload any image to group. How do you know this?