Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
This content is restricted to buyers of:
Stephen SherrardKeymasterThe “Event Chairs” text, and pretty much all other public side text, can be easily changed, or hidden, using the Customizer extension.
The current data structure is not really setup to allow the kind of repeating signups you are wanting, and single email notifications. I’m stuck with an old data structure from the original plugin from another developer that I forked into the current main/free plugin for our needs for my son’s school PTA website a long time ago. I’ve expanded on it a bit, but it’s not really a good database design.
I’ve been working on a new “Events and Signups” plugin, where I’m starting over from scratch with a much better database structure and better object oriented coding. For that I’ll have true repeating style events, where signups can also repeat (optional), and much better organization overall, plus many features that are now extensions to the old plugin will be built-in (calendar, custom fields, etc.). But, that’s quite a ways off from being ready for release.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterPlease look at the code for the wp_mail function, as that already includes a filter hook. My plugin uses the wp_mail function to actually send the email, so that filter hook is already there, and would be redundant to add another one.
https://developer.wordpress.org/reference/functions/wp_mail/Stephen SherrardKeymasterThe main/free plugin has a widget which allows you to set how many upcoming sheets to show (defaults to 10). That widget should work in any widget area of your theme.
Or, you may be interested in the Calendar display extension, which shows one month at a time on a typical calendar layout.
Otherwise, there isn’t currently any setting to limit the number of sheets shown in the sheet list table.
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 SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterPlease read through the documentation for all the general settings so that you know what each one does. As mentioned in my first reply, make sure you do NOT have the option checked to hide volunteer names from public.
Stephen SherrardKeymasterHave you read the documentation here:
https://stephensherrardplugins.com/docs/pta-volunteer-sign-up-sheets-documentation/That’s already built-in… no need for a shortcode other than the main shortcode that shows the sheets. If you’re using the Item Details field (which was setup exactly for your type of situation) to have people specify the dish, then that should show up in the list of signups for each task as long as you have NOT checked the box to “Hide Details and Quantities” in the main settings.
If, instead, you are making a task for each specific dish and having people signup for a specific dish that you already defined, then the main list of signups and available slots for the sheet would show everyone who has signed up, unless you are checking the option to hide volunteer names from public.
Please read through the documentation carefully, as I would just be repeating myself here, and this is NOT the support forum for the main plugin anyway.
-
AuthorPosts