Jump to content

Raffles System

Featured Replies

  • Author
12 hours ago, LittleFang said:

Hopefully they approve it soon!

Fixed version is available. 

  • Replies 717
  • Views 50.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • That's a bug in your app... The extensions class name is Image and you're using Images  in view.php \IPS\Output::i()->metaTags['og:image'] = \IPS\File::get( 'raffles_Images', $this->raf

  • Adriano Faria
    Adriano Faria

    I've made a change today.. probably will fix it because it handles currencies (default or member language/currency). Try it yourself. Open applications\raffles\modules\front\raffles\view.php and find:

  • Adriano Faria
    Adriano Faria

    No, that doesn't work like that and I can't reproduce. In images:       If you haven't filled the price in one specific currency, user won't be able t

Posted Images

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

Let me know what I can supply to help and I'll do so as soon as I can.

On 9/14/2022 at 11:28 AM, Adriano Faria said:

Fixed version is available. 

Hi, after upgrading I still get some PHP8 errors

Could contain: Text, Electronics

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

Maybe it's not the achievements but support said it was the raffles background task causing trouble. Maybe related to these errors:

 

Could contain: Text

Could contain: Text, Menu

Could contain: Text, Menu

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

  • 4 weeks later...

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

  • Author

The version compatible with IPS 4.7.3 is currently pending approval.

  • 3 weeks later...
  • Author

Could contain: Text, Number, Symbol

FROM NOVEMBER 1ST TO NOVEMBER 30TH.

  • 1 month later...
  • 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

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.

  • Author

Edit the prize and upload the new image.

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

  • 3 weeks later...

Could you send me the live demo? Thank you.

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

  • Author
10 hours ago, Mutterz said:

Could you send me the live demo? Thank you.

Message sent.

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

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

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

  • 4 weeks later...

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 🙂

  • 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

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

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

  • No registered users viewing this page.