Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
If you want to view this content, you need to buy any product.
Stephen SherrardKeymasterNo automatic emails were added, but a new “Email Volunteers” feature has been added in version 1.13.0, where you can email all volunteers currently in the database (anyone who has signed up and is still in the database — noting that if you have it set to deleted expired signups, those signups will be deleted when the event is over), or you can email the volunteers for a specific sheet.
Stephen SherrardKeymasterThis feature has been added in version 1.13.0
Stephen SherrardKeymasterThis has been added in version 1.13.0
Stephen SherrardKeymasterSince I’m working on an update anyway, I went ahead and added that as a new option. Not ready to release yet, as I may still need to do more updates to work with the updated Groups extension I’m working on.
Customizer won’t help you with what you need, it will allow you the change the header, but won’t remove it (only customizes the fixed text strings, can’t customize variable field values that the user has filled out on sign-up forms).
If you send me a private email through the contact form, I can send you the updated version of the main plugin, which has that option to do what you want. I’m just not ready to release it to the public yet, but it will work for what you need.
Stephen SherrardKeymasterI suck at CSS, but I believe you would have to use the nth-child type of selector to get just that particular columns (instead of all the columns). Count the # of td cells to get to the one you want, and specify that child of the tr.
Something like this answer (Google is your friend):
http://stackoverflow.com/questions/15448679/using-nth-child-in-tables-tr-tdStephen SherrardKeymasterThere is no built-in option to turn off the display of that column. You could always use some targeted CSS to change visibility to hidden or display to none for those cells. That’s about the only way you could do it right now, without writing a more complex function to tap into the filter hook that already exists for filtering the signups retrieved from the database for display (you would have to hook into that filter, loop through the signups and set the signup->item property to an empty string). Or, to completely hide the details column and all entries, you could tap into the filter hook that filters the retrieved tasks for the sheet & date, loop through the tasks, and set all the need_details properties to ‘no’, or anything but “YES”. If none of the tasks have need_details set to “YES”, then that column won’t even be displayed.
I’m getting ready to release an update to the main plugin, as well as the Groups extension, to allow a sheet to be assigned to more than one group, and to also allow the ability to restrict content to members of groups (either via BuddyPress or the WordPress Groups plugin), so I could probably throw in a filter hook on the output of those details, which could be used by other plugins (or a simple function in your theme’s functions.php file) to return a blank value (empty string) so it’s not displayed on the front end. Hoping to have those updates released within the next week or two.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
-
AuthorPosts