James Richards
James Richards
@nrherron92, "Sales Page Custom Content" is stored in a WordPress database field that is limited to 64K bytes. Some characters use more than one byte, so the limit can be...
@gocodebox/engineering, I have refactored all of the logic that verifies if the checkout form should be displayed and prints notices if not. I feel it is much better than my...
To help answer the question, "Do you think the `not-purchasable` template should also ...": #### Flow The `not-purchasable` template is displayed from the `pricing-table` template, which is displayed from the...
@eri-trabiccolo wrote, > Oh another thing, I wonder if `admins` should always see the checkout form, even when the course is not purchasable because it's closed ecc. Like if a...
When we get feedback from users, we should either submit an issue upstream to https://github.com/dr5hn/countries-states-cities-database, or ask our user to.
@thomasplevy wrote. > This var should be managed by `useState()` to avoid the bug you're asking about: https://github.com/gocodebox/lifterlms/blob/0a5e0a2c7cd522074f1988dd0979e3aa6289a0c3/src/js/admin-certificate-editor/plugin/sequential-id-control.js#L17-L24
If the user can edit the course (or membership), then they can edit anything in the access plan. @gocodebox/engineering, Here are my ideas on what it would take to add...
I don't have an opinion on whether an instructor should or shouldn't be able to edit access plans, but @eri-trabiccolo's implementation plan is a good one.
I have a customer that has been affected by this issue. Both unenrolling and deleting the enrollment can trip this issue. @thomasplevy wrote: > A check should be added to...
This is what I had in mind for the filter. ```php /** * Determines if the change to an enrollment status, from 'enrolled', is allowed by other triggers. * *...