Forum Replies Created
-
AuthorPosts
-
July 3, 2022 at 12:08 PM in reply to: Multicurrency prices randomly doesn’t load on frontend. #39669Stephen SherrardKeymaster
This content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterYou can always add a new task to an existing sheet at any time. So, when your other tasks get filled up, you can just add a new task. Note that you can also increase the quantity for existing tasks at any time as well, so there is no need to create a new task just because one got filled. But, if you do want to create a new task, that’s easy to do at any time. It would be the same as “activating” a task… your visitors won’t see the tasks until you create it, and it doesn’t take very long at all to create a new task.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis has been added in version 4.0.0 which was just released.
Stephen SherrardKeymasterThis has been added in version 4.0.0 which was just released.
Stephen SherrardKeymasterThis has been added in version 4.0.0 which was just released.
May 8, 2022 at 1:21 PM in reply to: Disable Signup Confirmations or Add Ability to Sign Up For a Month Term #38812Stephen SherrardKeymasterJust released version 4.0.0 which has new options in the email settings to disable confirmation and/or reminder emails.
Yes, in many ways I’m happy that my volunteer plugin only has a bit over 2000 active installs. If it was super popular, I would be going crazy with all the time spent on unpaid support, especially from new users who don’t want to read documentation and want me to walk them through how to set things up.
May 5, 2022 at 8:37 AM in reply to: Disable Signup Confirmations or Add Ability to Sign Up For a Month Term #38775Stephen SherrardKeymasterThere is nothing built-in to turn off only the confirmation emails (you can disable all emails in the settings).
However, if you are handy with PHP snippets, there is a filter hook in my code right before the email is sent to allow other plugins to tap in and determine if the email should be sent or not, and it passes a bunch of variables you can check, including boolean variables for each type of email.
Here’s the code with the filter hook, you just need to return false if you don’t want an email sent, and true if you want it to send:
// Allow other plugins to determine if we should send this email -- return false to not send $send_email = apply_filters( 'pta_sus_send_email_check', true, $signup, $task, $sheet, $reminder, $clear, $reschedule );
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
-
AuthorPosts