Jump to content

Raffles System


Recommended Posts

Posted (edited)

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 by LittleFang
Posted
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.

  • 4 weeks later...
  • 3 weeks later...
  • 1 month later...
Posted
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.

  • 3 weeks later...
Posted

@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.

Posted
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.

Posted
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.

  • 4 weeks later...
Posted

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

Could contain: File, Webpage, Screen, Electronics, Computer Hardware, Hardware, Monitor, Text

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 🙂

Posted
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

Could contain: File, Webpage, Screen, Electronics, Computer Hardware, Hardware, Monitor, Text

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;
}

f1zIPUW.png

 

- to change the background to black, for example:

.sosRafflesPrizesCell{
    background: #000;
    border-radius: 5px;
    min-height: 68px;
    padding: 10px;
    position: relative;
}

5xOjHxv.png

 

- to another color to the text, add color to the class:

color: yellow;

P92ewwO.png

Posted (edited)

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 by GazzaGarratt
  • Recently Browsing   0 members

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