Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 8, 20196 yr On 1/3/2019 at 12:49 PM, newbie LAC said: Ok. I'll add new settings for next release That was super fast. Thank you!
February 15, 20195 yr Author 1 minute ago, VladislavD said: Hello, how to make icons appear on a mobile device? Hello, Add in custom.css .nbSecGroupIcons.ipsResponsive_hidePhone { display: block !important; }
February 15, 20195 yr 5 minutes ago, newbie LAC said: .nbSecGroupIcons.ipsResponsive_hidePhone { display: block !important; } The profile is super !! and in the posts?
February 15, 20195 yr Author This doesn't work in posts. Where (place) do you want to show icons? Edited February 15, 20195 yr by newbie LAC
February 15, 20195 yr 29 минут назад, новичок лак сказал: Должна работать в обоих направлениях. Не могли бы вы дать мне ссылку? иконки социальных сетей для тестирования Edited February 15, 20195 yr by VladislavD
February 15, 20195 yr Author This doesn't work in posts. Where (after name/after date) do you want to show icons in the post?
February 15, 20195 yr 7 minutes ago, newbie LAC said: Where (after name/after date) do you want to show icons in the post?
April 18, 20195 yr The problem I am having is when I edit the plugin and change a setting then hit save it reverts back to default do you know why this is happening?
April 19, 20195 yr Author Hello, 8 hours ago, Ben Kingsley said: The problem I am having is when I edit the plugin and change a setting then hit save it reverts back to default do you know why this is happening? 1. 2. Run sql-query (ACP - Support - SQL Toolbox) and show me result SELECT * FROM core_sys_conf_settings WHERE conf_key='nb_sec_gr_icons_post_groups';
May 8, 20195 yr Author Hello, 50 minutes ago, Motra said: It wont save what i change. What do you mean?
May 8, 20195 yr Author 5 minutes ago, Motra said: https://gyazo.com/c684dea49ccaa70ac436e12386413347 I can't reproduce. If you give me acp access I'll look into that
May 8, 20195 yr Author 1 hour ago, Motra said: It wont save what i change. Not all settings were imported. I've reinstalled the plugin.
December 21, 20195 yr @newbie LAC i don't work on version 4.4.9 in my: postContainer {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"} I have it like that: {expression="str_replace(array('lkgroup_'), array('lkgroup_block_'), \IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName)" raw="true"} do you need to change something in the code or not? Because nothing is displayed. Edited December 21, 20195 yr by Paweł Mysłek
December 22, 20195 yr Author Hello, 16 hours ago, Paweł Mysłek said: i don't work on version 4.4.9 Have you configure the settings on the 1st tab?
December 22, 20195 yr @newbie LAC But now I see that it adds as they are Group graphics. And my ranks are formatted Formatting prefix. Can it be done so that it takes the format prefix instead of the Graphics group?
December 22, 20195 yr Author 3 hours ago, Paweł Mysłek said: Can it be done so that it takes the format prefix instead of the Graphics group? Posts. Open the template core - global - plugins - nbSecGroupIconsPost Find and remove and $icon = $memberGroups[$grOther]->g_icon Find <img src='{file="$icon" extension="core_Theme"}' alt='{expression="$memberGroups[$grOther]->name"}' class='cAuthorGroupIcon'> change to {expression="$memberGroups[$grOther]->formattedName" raw="true"} Profiles. Open the template core - global - plugins - nbSecGroupIconsProfile Find and remove and $icon = $memberGroups[$grOther]->g_icon Find <img src='{file="$icon" extension="core_Theme"}' alt='{expression="$memberGroups[$grOther]->name"}'> change to {expression="$memberGroups[$grOther]->formattedName" raw="true"}
December 22, 20195 yr 1 hour ago, newbie LAC said: Posts. Open the template core - global - plugins - nbSecGroupIconsPost Find and remove and $icon = $memberGroups[$grOther]->g_icon Find <img src='{file="$icon" extension="core_Theme"}' alt='{expression="$memberGroups[$grOther]->name"}' class='cAuthorGroupIcon'> change to {expression="$memberGroups[$grOther]->formattedName" raw="true"} Profiles. Open the template core - global - plugins - nbSecGroupIconsProfile Find and remove and $icon = $memberGroups[$grOther]->g_icon Find <img src='{file="$icon" extension="core_Theme"}' alt='{expression="$memberGroups[$grOther]->name"}'> change to {expression="$memberGroups[$grOther]->formattedName" raw="true"} I did so and nothing. Displays only the main range.
December 23, 20195 yr Author 16 hours ago, Paweł Mysłek said: I did so and nothing. Displays only the main range. Are icons/groups displayed on the default theme?