Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 27, 20168 yr Author On 8/26/2016 at 8:28 PM, PedroNL said: Is this compatible with 4.1.4.2? Yes
September 5, 20168 yr In the display format block, I added the following code to make it a link. When I do this, it creates an additional line (space) above the link. How do I get rid of that? Thanks in advance. Also, it would be nice if you had an option to have the drop-down move to the right, top, and bottom. Here is screenshot of my issue:
September 6, 20168 yr I figured it out. It seems to create an extra line on any profile field that does not have {contents} No longer need help, but I do wish you would take my suggestion above.
December 11, 20168 yr Author Could you please PM me with your ACP login details to investigate further?...
December 11, 20168 yr I have noticed one bug as well. There are some applications that hook in the same area, for example Points Economy shows the total number of points each user has below the profile pic. Similar to the way "contributor" badge works here. When this plugin is enabled, these extra badges are not visible. I have tried moving the order of the plugins/apps, but it didn't help.
January 22, 20178 yr Author On 1/6/2017 at 5:29 PM, jair101 said: Hi @A Zayed, can you please provide feedback for the issue above? Could I've closer look?
January 22, 20178 yr 5 hours ago, A Zayed said: Could I've closer look? Sorry, I had to reinstall my test board again and I havent installed any apps as I am waiting for IPS to solve a problem. I will let you know when I can replicate the issue.
March 16, 20177 yr @A Zayed After upgrading to 4.1.19, the dropdowns are not working. See screenshot. Thank you in advance.
March 24, 20177 yr Author On 3/16/2017 at 3:58 AM, Gabriel Torres said: @A Zayed After upgrading to 4.1.19, the dropdowns are not working. See screenshot. Thank you in advance. On 3/19/2017 at 3:43 PM, Rishub Mehta said: Plugin not working after 4.1.19, as described in the post above. Just upgraded my community to 4.1.19.1 and tested the plugin, it works with no issue... Have you tried to clear your website cache files? Does this issue appear with default IPS skin?
March 25, 20177 yr @A Zayed Working fine now. It seems it was a bug on 4.1.19 that was corrected on 4.1.19.1. Thanks for double-checking this for us.
April 16, 20177 yr Hi, If guests are not allowed to see the profiles, the dropdown will still show to guests? If yes, would like group permission to see the dropdown
April 16, 20177 yr Author 13 hours ago, amator said: Hi, If guests are not allowed to see the profiles, the dropdown will still show to guests? If yes, would like group permission to see the dropdown There's another plugin for this purpose:
April 16, 20177 yr 38 minutes ago, A Zayed said: There's another plugin for this purpose I'm not asking that. I was asking if the dropdown is visible to guests if I deny access to profiles in ACP Edited April 16, 20177 yr by amator
April 16, 20177 yr Author 1 hour ago, amator said: I'm not asking that. I was asking if the dropdown is visible to guests if I deny access to profiles in ACP I see, away from the plugin... The custom fields will be visible to guests although you deny access to profile pages in ACP.
June 24, 20186 yr Pre-sales Does it work with Enhanced User Info Panel ? Edited June 24, 20186 yr by SerialNoob
June 24, 20186 yr Author 2 hours ago, SerialNoob said: Pre-sales Does it work with Enhanced User Info Panel ? Should be, as it doesn't affect custom profile fields (as I noticed from screenshots)
July 15, 20186 yr On 6/24/2018 at 9:00 PM, A Zayed said: Should be, as it doesn't affect custom profile fields (as I noticed from screenshots) Ok, let's try
July 15, 20186 yr So, it doesn't collapse any fields added by Enhanced User Info Panel, which is actually what I'm looking for. Is there a way to make it collapse those fields as well? @TheJackal84
July 15, 20186 yr 1 hour ago, SerialNoob said: So, it doesn't collapse any fields added by Enhanced User Info Panel, which is actually what I'm looking for. Is there a way to make it collapse those fields as well? @TheJackal84 I will release a update to it soon with the ability to do that, this is a test and not the final version, I will look into themeing it better toggleinfopanel.mp4 Edited July 15, 20186 yr by TheJackal84
July 15, 20186 yr 2 minutes ago, TheJackal84 said: I will release a update to it soon with the ability to do that, this is a test and not the final version, I will look into themeing it better Awesome!! thanks
February 12, 20195 yr IPS Version 4.3.6 Good day Zayed, it appears that our profile fields are overflowing data when clicked on. If you will go to one discussion in our forum at https://thepatriotwoodworker.com/forums/topic/24365-new-member-intro/ And click on several of the profile fields, specifically member "Woodbutcherby..." you'll see the issue we are experiencing now, I don't know what caused this or why, it may be a theme conflict? Thank you for any help! John PS, it does appear that it works fine with IPS default theme. But it conflicts with my IPS Focus Theme. hmmm. Edited February 12, 20195 yr by JohnCourt
February 15, 20195 yr Author On 2/12/2019 at 4:17 AM, JohnCourt said: IPS Version 4.3.6 Good day Zayed, it appears that our profile fields are overflowing data when clicked on. If you will go to one discussion in our forum at https://thepatriotwoodworker.com/forums/topic/24365-new-member-intro/ And click on several of the profile fields, specifically member "Woodbutcherby..." you'll see the issue we are experiencing now, I don't know what caused this or why, it may be a theme conflict? Thank you for any help! John PS, it does appear that it works fine with IPS default theme. But it conflicts with my IPS Focus Theme. hmmm. Hey; Yes, for this to work... the .ipsDataList class should not have an auto width, So I'd recommend to refer to the theme designer first... This action would help for the plugin to display properly (But may break other stuff): .ipsDataList { display: block; /* Width should be commented */ /* width: auto; */ }