-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove featured list restriction of 7 days #8
Comments
Hi, |
What about just reducing the minimum requirement to 1 day? How to do that? |
This will still involve editing the files sent above to lower the requirement from 1 week (7 days) to 1 day. |
I see, can you point out the exact value we need to enter there? I see that it says addWeeks(-1)) but not sure about how to make it to a day. |
Yes that the line you need to edit, you are able to manipulate the date however, you choose from there. It is using a Carbon date object, you need to change it to be addDays, here's the section in their docs you'll need to take a look at to change it to a day, week, month or year. |
Found it |
I noticed that it doesn't let people pay for featured slot unless their server is of 7 days old but that might not be good in some situations.
So please let me know on how to remove this restriction.
![image](https://private-user-images.githubusercontent.com/76021102/356157812-cdddf1b3-c1ac-4d39-9635-4ffe39f8af4e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NzIxMDcsIm5iZiI6MTczODg3MTgwNywicGF0aCI6Ii83NjAyMTEwMi8zNTYxNTc4MTItY2RkZGYxYjMtYzFhYy00ZDM5LTk2MzUtNGZmZTM5ZjhhZjRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE5NTY0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYwMGZmZWVmODViODFmMDRmNTA5ZDkxNDRhYTI3NjdkNDU0NTg0MGVkZDkzNWFkZTZiNTg4NjVjZDE1NTdkZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aBvl6pas9SYmmvXJioRstHG-nT0UObSskWAYs5pFD64)
The text was updated successfully, but these errors were encountered: