Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
This 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:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterNote that you can already consolidate everything to 1 line on the signups table.
If you check the option “Hide volunteer names from public?” and then also check the option “Consolidate remaining slots?”, then you will get just 1 line in the list of signups that looks something like:
300 Filled, 100 remaining: Sign up »
No scrolling required if you set it up that way.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterYou don’t need the customizer to do that (and it doesn’t do that anyway).
Please check the documentation for the main (free) plugin here:
https://stephensherrardplugins.com/docs/pta-volunteer-sign-up-sheets-documentation/
Scroll down to the part about shortcodes and all the available shortcode arguments. If you include the ID for a specific sheet in the arguments for the shortcode on a page, then it will only show that sheet on the page, instead of a list of all available sheets.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:
-
AuthorPosts