Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
If you want to view this content, you need to buy any product.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThere is no simple function built-in to do that at this time, however there are 2 ways the admin user could do what you need:
1. Admin can clear the sign-up, and then use the live search feature set to search the WP Users table, and sign-up the same person again (clear from the backend, then signup from the front end, using live search and selecting the user).
2. Can directly edit the sign-ups table, find the entry for that sign-up, and edit the user_id field, entering the user id (number) of the user’s account. Super easy to do with PHPMyAdmin, or similar server control panel database interface.
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterThere is nothing built-in that would do that. There is an admin function that was recently added where the admin can email all the volunteers for a specific sheet or for all sheets, but nothing that is going to automatically email all users.
Stephen SherrardKeymasterThanks for the comments! As you have already figured out, I’m also more receptive to feature requests for customers of paid extensions (both for new extension features, as well as core plugin features). Busy day today, so didn’t get much programming done, but hope to have some updates released by the end of the week. Several new features coming.
February 2, 2017 at 1:52 PM in reply to: "Please login" message shows and we are not asking signups to login #14353Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
February 2, 2017 at 10:06 AM in reply to: Hide "Click on Clear to remove yourself from a signup" when clear signups disabl #14347Stephen 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.
February 1, 2017 at 12:07 PM in reply to: Hide "Click on Clear to remove yourself from a signup" when clear signups disabl #14331Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
February 1, 2017 at 10:19 AM in reply to: group name is missing when using group in shortcode #14326Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
Stephen SherrardKeymasterHi Lorraine,
I will delete your email address from your post, since this is a public forum and you probably don’t want spambots harvesting your email.
Regarding your question, there are no built-in reports. However, you can export all the sign-up sheet data to a CSV file and then use something Excel to filter and create reports for you. You would just want to make sure that you do NOT have the option set to delete expired sign-ups if you want to retain a history of everything that a person has signed up for. If you have access to PhpMyAdmin, or similar database tool, from your hosting control panel, you could also just export the signups table directly to CSV and sort through that with something like Excel.
Otherwise, at this time there are no time tracking features or detailed volunteer reports built-in. You could always add that to the Feature Requests section.
Stephen SherrardKeymasterThe PTA Member Directory plugin and the PTA Volunteer Sign Up Sheets plugin are two separate plugins. If you want to have volunteer sign ups, you need the PTA Volunteer Sign Up Sheets plugin:
https://wordpress.org/plugins/pta-volunteer-sign-up-sheets/Documentation for sign up sheets plugin is here:
https://stephensherrardplugins.com/docs/pta-volunteer-sign-up-sheets-documentation/The member directory is a simple directory & contact form listing that I created for my son’s school PTA site several years ago. Yes, an admin needs to enter them manually. They are not associated with user accounts. Just a simple way to organize and list the members of your organization and provide a contact form that can be used to contact either individual members or to send an email to all members of a “position”. Documentation is also online here:
https://stephensherrardplugins.com/docs/pta-member-directory-contact-form-documentation/January 30, 2017 at 9:16 AM in reply to: Can Groups Plugin show 2 groups on same page but in separate sections? #14253Stephen SherrardKeymasterIt’s not really designed for that. While you can put two different shortcodes on the same page, one for each group, and it will display those just fine in two sections, the problem arises when you click on the “view and signup” link for any task. At that point, the specific sheet id is added to the URL, and both shortcodes are going to try to display that sheet. However, since that sheet belongs to only one of the two groups, you’ll get a “sheet not found” message for the shortcode output of the other group. You could also use the Customizer extension in this case to change or disable the text for that specific error message, but the error box will still show (would have to use CSS or javascript to hide it).
Since the two shortcodes on a page are not aware of each other and not aware of the content of each other (the way WordPress shortcodes work), the only thing I would be able to do via programming would be to create a new option for the groups plugin to redirect the “view and signup” links (for viewing single sheets) to a different page that has only one generic (default) shortcode on it. Right now there is an option to redirect for the sign-up form itself, but not for viewing an individual sheet. Those view & sign-up links are actually generated by the main plugin (not the Groups plugin), so would have to hook into those links in the main plugin from the groups plugin to alter those links and redirect them to a different page. Not sure if that’s the best solution or not. The other possible, but much more complex, solution would be to use some javascript/jquery to create pop-up sheet details and sign-up forms, similar to what is available on the Calendar view extension. Again, would have to intercept those links, but this time it could be done with jQuery.
You could add either of those to the feature requests section, and it’s something I will certainly consider. Right now, though, your best bet is to have the two groups on their own pages, with just one shortcode per page. You could also still have a main volunteer page that shows all the sheets, and it will have a Groups column (after you install the groups plugin) that shows which groups each sheet belongs to. The main purpose of the Groups plugin was to create a sort of “categories” for the groups, but not to show multiple categories on one page (main volunteer page shows them all). The newest update also integrates with other plugins to allow you to restrict access by certain users based on group membership (using either BuddyPress or the WordPress Groups plugin).
Stephen SherrardKeymasterIf you want to view this content, you need to buy any product.
-
AuthorPosts