Adriano Faria Posted September 18, 2018 Author Posted September 18, 2018 What's New in Version 1.2.0: New Feature: Removes Commerce requirement for Giveaways: you will be able to use the app to create only Giveaways. For Raffles, you are required to have Commerce installed.
Metmet Posted November 3, 2018 Posted November 3, 2018 (edited) @Adriano Faria Hi, I found a bug : I'm trying to reinstall the app but the bug appears again.. Step to reproduce : • Create à Lotery (Giveway) with an Administrator account • Add one prize • Try to access the page with a Member account The bug appear when i add a prize. Without prize, members can see the lotery.. Actually i have the latest IPS version (4.3.6). (with old IPS version 4.3.3 i have not this bug.) Thank you Edited November 3, 2018 by Metmet
Adriano Faria Posted November 4, 2018 Author Posted November 4, 2018 12 hours ago, Metmet said: @Adriano Faria Hi, I found a bug : I'm trying to reinstall the app but the bug appears again.. Step to reproduce : • Create à Lotery (Giveway) with an Administrator account • Add one prize • Try to access the page with a Member account The bug appear when i add a prize. Without prize, members can see the lotery.. Actually i have the latest IPS version (4.3.6). (with old IPS version 4.3.3 i have not this bug.) Thank you Do you have something related to Raffles in your logs? If so, post it here. Do you have Commerce?
Metmet Posted November 4, 2018 Posted November 4, 2018 (edited) @ Adriano Faria Salut Vous pouvez voir l'erreur générée chaque fois qu'un membre atteint la loterie. Et oui j'ai le commerce. Edited November 4, 2018 by Metmet
Adriano Faria Posted November 4, 2018 Author Posted November 4, 2018 (edited) 28 minutes ago, Metmet said: @ Adriano Faria Salut Vous pouvez voir l'erreur générée chaque fois qu'un membre atteint la loterie. Et oui j'ai le commerce. English, please! EDIT: for some reason, it didn't create the language bit for the category. That's weird. Anyway, go to your ACP and copy this category. Give the same name and description. It will create a new one; then you go to the public side and move the giveaway to the new one. Then back to your ACP, delete the first category you've created. Let me know if it works, otherwise I'll provide a query to add the language bit in the lang table. Edited November 4, 2018 by Adriano Faria
Adriano Faria Posted November 4, 2018 Author Posted November 4, 2018 I can reproduce it on my dev board. Will take a look. Metmet 1
Metmet Posted November 4, 2018 Posted November 4, 2018 @Adriano Faria Thank you for answer, I have make exactly what you wrote but the error still appears. PS : I'm sorry about my not very correct English
Adriano Faria Posted November 4, 2018 Author Posted November 4, 2018 31 minutes ago, Metmet said: I have make exactly what you wrote but the error still appears. Sent you a new version via PM. Please try it and reply in the PM. If everything is OK, I'll update the file on marketplace.
Adriano Faria Posted November 5, 2018 Author Posted November 5, 2018 What's New in Version 1.2.1: Fix 2 issues regarding Acceptance Terms
JTHastings Posted December 22, 2018 Posted December 22, 2018 I have just created a new raffle (I only do this once a year so far) and my members are seeing this error when clicking on the raffle. I am using the current version. I've checked all of my settings and everything seems fine as far as I can tell. The support tool comes up fine as well. Any ideas on what I might be doing wrong?
JTHastings Posted December 22, 2018 Posted December 22, 2018 I made a new category and moved it to it. That seemed to fix the issue.
Adriano Faria Posted December 22, 2018 Author Posted December 22, 2018 On 11/5/2018 at 11:20 AM, Adriano Faria said: What's New in Version 1.2.1: Fix 2 issues regarding Acceptance Terms Do you have terms in the category which was showing the error? It was fixed in last version. I mean, it should, if you edit and simply hit save button, so the missing language bit is created. @JTHastings
Joey_M Posted January 1, 2019 Posted January 1, 2019 (edited) @Adriano Faria: I can't install it. I get "Sorry, you do not have permission for that!" 2C133/4 The application you are attempting to install appears to be installed already. To reinstall the application you must first uninstall it. I am using the main admin account and I have no issues installing anything else, or upgrading apps. -Edit- I didn't attempt to upgrade, I had uninstalled the old version but for some reason it seems to have re-added 'raffles' to the list of installed applications but it won't install. Edited January 1, 2019 by Joey_M
Adriano Faria Posted January 1, 2019 Author Posted January 1, 2019 1 hour ago, Joey_M said: @Adriano Faria: I can't install it. I get "Sorry, you do not have permission for that!" 2C133/4 The application you are attempting to install appears to be installed already. To reinstall the application you must first uninstall it. I am using the main admin account and I have no issues installing anything else, or upgrading apps. -Edit- I didn't attempt to upgrade, I had uninstalled the old version but for some reason it seems to have re-added 'raffles' to the list of installed applications but it won't install. In the file description: THIS IS NOT AN UPGRADE of the old app (for IP.Board 3), so if you used the old app you probably still have data from the old app in your database, take a read on Manual.pdf in the zip file or request support BEFORE you install this app.
Joey_M Posted January 2, 2019 Posted January 2, 2019 21 minutes ago, Adriano Faria said: In the file description: Quote THIS IS NOT AN UPGRADE of the old app (for IP.Board 3), so if you used the old app you probably still have data from the old app in your database, take a read on Manual.pdf in the zip file or request support BEFORE you install this app. I deleted the raffle entries in the past @Adriano Faria. I just searched phpMYADMIN just incase and I can't find anything, I also ensured I had deleted the folder but considering I re-uploaded 3.3 files and deleted the previous ones - I can't see how the application would still be there.
Adriano Faria Posted January 2, 2019 Author Posted January 2, 2019 Send a PM with ACP credentials. I’ll take a look tomorrow in the morning.
Joey_M Posted January 2, 2019 Posted January 2, 2019 Just now, Adriano Faria said: Send a PM with ACP credentials. I’ll take a look tomorrow in the morning. Will do. I have found this... SELECT * FROM `mydatabase`.`core_applications` WHERE (CONVERT(`app_id` USING utf8) LIKE '%raffle%' OR CONVERT(`app_author` USING utf8) LIKE '%raffle%' OR CONVERT(`app_version` USING utf8) LIKE '%raffle%' OR CONVERT(`app_long_version` USING utf8) LIKE '%raffle%' OR CONVERT(`app_directory` USING utf8) LIKE '%raffle%' OR CONVERT(`app_added` USING utf8) LIKE '%raffle%' OR CONVERT(`app_position` USING utf8) LIKE '%raffle%' OR CONVERT(`app_protected` USING utf8) LIKE '%raffle%' OR CONVERT(`app_enabled` USING utf8) LIKE '%raffle%' OR CONVERT(`app_hide_tab` USING utf8) LIKE '%raffle%' OR CONVERT(`app_website` USING utf8) LIKE '%raffle%' OR CONVERT(`app_update_check` USING utf8) LIKE '%raffle%' OR CONVERT(`app_update_last_check` USING utf8) LIKE '%raffle%' OR CONVERT(`app_update_version` USING utf8) LIKE '%raffle%' OR CONVERT(`app_disabled_groups` USING utf8) LIKE '%raffle%' OR CONVERT(`app_disabled_message` USING utf8) LIKE '%raffle%' OR CONVERT(`app_diagnostic_url` USING utf8) LIKE '%raffle%' OR CONVERT(`app_default` USING utf8) LIKE '%raffle%') Should I try deleting it? I have tried to find the lines for the SQL Toolbol but it came back saying they couldn't be found etc.
Joey_M Posted January 2, 2019 Posted January 2, 2019 Managed to figure it out, apologise. It seems I missed some of the entries in the database. Is it possible to force payment via account credit only? Adriano Faria 1
Adriano Faria Posted January 2, 2019 Author Posted January 2, 2019 7 hours ago, Joey_M said: Is it possible to force payment via account credit only? No.
Joey_M Posted January 2, 2019 Posted January 2, 2019 3 hours ago, Adriano Faria said: No. Would you please consider it? I'd be happy to pay for the feature.
Adriano Faria Posted January 2, 2019 Author Posted January 2, 2019 I don't think it's possible as a payment gateway is required in the checkout process:
ahc Posted January 3, 2019 Posted January 3, 2019 (edited) Is it possible to change the description text under these two radio options? I'd like to reword it and add on to it so my members understand more clearly what can and can't happen based on what they choose. I tried using the localization method, but I guess these aren't using a language string. Edited January 3, 2019 by Alismora
Adriano Faria Posted January 3, 2019 Author Posted January 3, 2019 Yes. Go to your ACP and change to whatever you want in the Languages. It has to be a language bit. I’ll take a look. You probably didn’t find because it has bold words in the middle of the string. Search, for example: ”you can monetize your site” and “user will not be able to”
Adriano Faria Posted January 3, 2019 Author Posted January 3, 2019 4 hours ago, Alismora said: Is it possible to change the description text under these two radio options? I'd like to reword it and add on to it so my members understand more clearly what can and can't happen based on what they choose. I tried using the localization method, but I guess these aren't using a language string. 23 minutes ago, Adriano Faria said: Yes. Go to your ACP and change to whatever you want in the Languages. It has to be a language bit. I’ll take a look. You probably didn’t find because it has bold words in the middle of the string. Search, for example: ”you can monetize your site” and “user will not be able to”
Joey_M Posted January 3, 2019 Posted January 3, 2019 On 1/2/2019 at 12:36 PM, Adriano Faria said: I don't think it's possible as a payment gateway is required in the checkout process: How does people pay with their account credit? (I'm just trying to understand this so I can recommend this method to people). Could you please tell me how I can fix something within the template so that it matches my site, it's simple but I can't figure it out. I'll PM you @Adriano Faria - this is a great application. 👏👏
Recommended Posts