Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
There 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.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterThis feature can be done with the Calendar View extension:
https://stephensherrardplugins.com/plugins/pta-volunteer-sign-up-sheets-calendar-display/Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThanks for contributing Kym.
Jim, Kym is right, but you can also use the simple built-in editor in WordPress to copy and paste that code snippet I listed above into your theme’s functions.php file. Look under Appearance>Editor . Then, look for the functions.php file in the list on the right side of your screen (making sure your active theme is also selected first in the select box to select the theme to edit). Really best to have a child theme for that so that you can still update the parent theme without wiping out that added bit of code. In that case, be sure to select the child theme first, and edit its functions.php file.
Stephen SherrardKeymasterThis content is restricted to buyers of:
- Woocommerce Wholesale Ordering
- WooCommerce Wholesale Ordering and User Role Pricing bundle
- WooCommerce Wholesale and User Role extensions bundle
- This reply was modified 8 years, 9 months ago by Stephen Sherrard.
-
AuthorPosts