Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 14, 20222 yr Author 12 hours ago, LittleFang said: Hopefully they approve it soon! Fixed version is available.
September 16, 20222 yr I had to disable the plug in again due to some huge errors with the built in achievements app, causing it to not rebuild the index. I am at work currently and can't pull up logs and other info quite yet, but I wanted to make a note. Support has told me that disabling it will not stop the background tasks so all my tasks are screwed up 😞 Edited September 16, 20222 yr by LittleFang
September 17, 20222 yr On 9/14/2022 at 11:28 AM, Adriano Faria said: Fixed version is available. Hi, after upgrading I still get some PHP8 errors
September 17, 20222 yr Author 18 hours ago, LittleFang said: Let me know what I can supply to help and I'll do so as soon as I can. Which error? What's the content of the log? I'm able to rebuild search index (?) and rebuild member's achievements.
September 17, 20222 yr Maybe it's not the achievements but support said it was the raffles background task causing trouble. Maybe related to these errors:
September 17, 20222 yr Author I don’t see any “error” beyond the one IPS “created” on 4.7.2.1. Will upload a new version. Reply back if something else shows up after update.
October 11, 20222 yr @Adriano Faria It looks like 4.7.3 has broken things again. When I have the raffles enabled, my forums don't show up at all. If I disable them, everything else seems to work fine. Thanks!
December 19, 20222 yr Author What's New in Version 1.6.6 Fix error when creating Raffles club feature Script adjustments to handle creation/deletion of raffles and prizes thumbnails
December 25, 20222 yr Is there a way to rebuild the thumbnails? I wanted to change a prize image but the thumbnail remains the same as the original image.
December 25, 20222 yr Author 8 hours ago, Clover13 said: Is there a way to rebuild the thumbnails? I wanted to change a prize image but the thumbnail remains the same as the original image. 3 hours ago, Adriano Faria said: Edit the prize and upload the new image. Never mind. I see what you mean. I just sent you a fix via private message.
January 10, 20232 yr Author 9 hours ago, Mutterz said: Could you send me the live demo? Thank you. I'll send you a message within an hour with a link to test.
January 10, 20232 yr Author 10 hours ago, Mutterz said: Could you send me the live demo? Thank you. Message sent.
January 10, 20232 yr @Adriano Faria For IPS bug/patch fixes (i.e. in semvar context the z reference in x.y.z versioning), are we good to apply the update right away or would you recommend we wait for you to publish something official? I see the compatibility level of your apps is minor version oriented (i.e. the y reference), but figured I'd ask before upgrading.
January 10, 20232 yr Author 6 minutes ago, Clover13 said: @Adriano Faria For IPS bug/patch fixes (i.e. in semvar context the z reference in x.y.z versioning), are we good to apply the update right away or would you recommend we wait for you to publish something official? I see the compatibility level of your apps is minor version oriented (i.e. the y reference), but figured I'd ask before upgrading. It is compatible with IPS 4.7.6. We know when something needs to be updated by reading the Release Notes, especially in the section Changes affecting third-party developers and designers.
January 12, 20232 yr Author On 1/9/2023 at 11:58 PM, Mutterz said: Could you send me the live demo? Thank you. The URL for test is available for 48 hours now. You read the PM and didn't even reply. Let me know if you're still interested in the demo site.
February 6, 20231 yr Hi @Adriano Faria, I've been learning and doing my best to rectify little tweaks on some of my apps and came across this one on Raffles. I've done my best to find it in the CSS but clearly looking at the wrong place You'll see that the background is conflicting with the default white text. All I need to do is switch off that background and its fine (or change the colour to black if easier). Either way, I can't seem to find where I am supposed to find it. Do you have any help you could provide please? As the 'ManagePrizes' in View doesn't have any CSS for me to be able to change. The background on the 'Light' version works fine as the text automatically changes to black. Its just unfortunate as our main theme has always been the Dark version. Thanks in advance 🙂
February 6, 20231 yr Author 1 hour ago, GazzaGarratt said: Hi @Adriano Faria, I've been learning and doing my best to rectify little tweaks on some of my apps and came across this one on Raffles. I've done my best to find it in the CSS but clearly looking at the wrong place You'll see that the background is conflicting with the default white text. All I need to do is switch off that background and its fine (or change the colour to black if easier). Either way, I can't seem to find where I am supposed to find it. Do you have any help you could provide please? As the 'ManagePrizes' in View doesn't have any CSS for me to be able to change. The background on the 'Light' version works fine as the text automatically changes to black. Its just unfortunate as our main theme has always been the Dark version. Thanks in advance 🙂 Not sure what's the problem. If you want to change the background, just edit the color of the class you pointed: - default: .sosRafflesPrizesCell{ background: #f5f5f5; border-radius: 5px; min-height: 68px; padding: 10px; position: relative; } - to change the background to black, for example: .sosRafflesPrizesCell{ background: #000; border-radius: 5px; min-height: 68px; padding: 10px; position: relative; } - to another color to the text, add color to the class: color: yellow;
February 6, 20231 yr Thanks @Adriano Faria - I should've been clearer - where do I change it? I've checked in the Theme CSS but can't find it so I'm clearly looking in the wrong place! Its on me, not you! 😅 EDIT - In AdminCP btw, I just can't seem to locate the right location. Edited February 6, 20231 yr by GazzaGarratt