Wired Impact
Forum Replies Created
-
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Start/stop time not savingThanks for reaching out @tucsoncleanandbeautiful. You’re definitely not missing anything. Usually when we see this it’s related to a conflicting plugin or theme, but not always. Would you mind trying a few things for us?
- Update all of your plugins, especially the volunteer management plugin, to the newest version if you haven’t already.
- Update WordPress to the newest version (4.9.6) if you haven’t already.
- Switch to the default Twenty Seventeen theme and try to save a volunteer opportunity again. See if that fixes the problem. When you’re done testing please switch back to the theme you’re using now.
- Deactivate all plugins except for the volunteer management plugin and see if that fixes the problem. Make sure to reactivate them when you’re done testing.
If none of those fix the problem let me know and we can discuss taking a look at the admin of your site to see what’s going on.
Jonathan
Thanks for reaching out @withacause. Unfortunately, the plugin is set up so that all board members have equal rights and permissions to make adjustments to the system. The only way to allow board members to RSVP to events, but not allow them to make changes would be to use the Automatic Event RSVP and Reminder Emails extension. Once you set the extension up then you could adjust each board member’s password so they don’t know it. Then they would only be able to RSVP via the reminder email. One downside to this approach is that each board member could use the feature to retrieve a forgotten password so they could log in again.
The other issue with that approach is that you would then be forced to use a password protected page in WordPress to share private content or files with the board. This would be one password shared by all of the board members and would be disconnected from the board management plugin entirely.
While these solutions aren’t ideal, they hopefully could get you closer to the setup you’re looking for. Let me know what else we can do to help.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Remove email prompt for logged-in usersExcellent point about theme updates. Yes, if you’re using a theme that receives updates, such as those from WordPress.org or a paid theme, it’s probably best if you use a child theme. That said, you can always make a backup before any updates, then copy the wivm folder back within the theme after you update.
I’m happy to hear you were able to make your site automatically populate the email addresses. And I’m glad we were able to provide some direction.
I’ll go ahead and mark this as resolved, but let me know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Remove email prompt for logged-in usersThat sounds good to me. I’ll leave this ticket open for a little while in case you have any other questions. Good luck!
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Remove email prompt for logged-in usersUnfortunately, we don’t have any sample code to provide, but I can write out some steps that might be helpful for you:
- Find the plugin file located at wp-content/plugins/wired-impact-volunteer-management/templates/opp-single-form.php
- Copy that file into your current theme in a new folder called “wivm”
- Within that file find the the label with the “for” attribute of “wivm_email”. This label and the input immediately after it are the ones you want to modify
- You’ll most likely want to change the field type from “email” to “hidden”, then adjust the “value” attribute to automatically populate the correct email address. To do this I’d recommend taking a look at is_user_logged_in() and wp_get_current_user().
I hope that’s a good start. If you’d like us to give you a bid to help you all with it let me know, but hopefully you can get it working on your end. Good luck.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Form not submittingSince we haven’t heard from you in a while I’m going to mark this ticket as resolved. As always is the case, let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Sort Volunteers by Location or DateSince we haven’t heard from you in a while I’m going to mark this ticket as resolved. As always is the case, let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Auto-response emailsSince we haven’t heard from you in a while I’m going to mark this ticket as resolved. As always is the case, let us know if you have any other questions.
Jonathan
Since we haven’t heard from you in a while I’m going to mark this ticket as resolved. As always is the case, let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Auto-response emailsYes, when you send a custom email to volunteers the email is sent to the administrators for that volunteer opportunity, with the volunteers themselves BCC’ed.
I hope that’s helpful. Let us know if any other questions come up.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Auto-response emailsIt’s great to hear you were able to make some progress Cindy. I’ll respond to your comments individually.
However, another issues that came up: When I went into the event and tried to send an “Email your volunteers”, it gave me that error message again and I’m wondering if it’s because when the original opportunity went out to those that signed up, it was sent under another email address. Could that be the issue? Maybe it’s a residual effect from things being a little wonky on this go-around.
The fact that the email address used before is different than the one used now shouldn’t cause an error to show up when you try to send an email. Just like before, this might be caused by the Mail Poet plugin, another plugin or an issue with your hosting provider.
Also, will those emails save themselves somewhere so I can refer back to them or reuse them? Since I was unable to send the email today, I don’t know how that works.
Unfortunately, the custom emails to volunteers aren’t currently stored for viewing later. That’s an interesting idea though and one we’ll jot down. Thanks for the suggestion.
I hope that’s helpful Cindy. Let us know how else we can help.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer Sign InThanks for reaching out Ken. Unfortunately, you’re right that at the moment each person will have to sign up for each opportunity individually. There isn’t currently a way to sign up for multiple opportunities at a time or to copy your name, email address and phone number to another opportunity.
I’m sorry I can’t offer a better solution right now. Please let us know if you have any other questions.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Trying to improve the look of the pageYou’re welcome Udi. I’m sorry we weren’t able to provide a more helpful solution. If you have any other questions for us moving forward don’t hesitate to let us know.
Also, if you have time, we would really appreciate an honest review at https://wordpress.org/support/plugin/wired-impact-volunteer-management/reviews/. If not, no big deal.
Take care.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Sort Volunteers by Location or DateThanks for all the details Sam. The example breakdown was really helpful.
As of right now, there is no way in the plugin to use the shortcodes to display only certain opportunities on a page. Your best bet here would be to do the following:
- Create individual pages within WordPress for each event
- Create individual volunteer opportunities for each role (ex: Volunteer Event Coordinator) for each event
- On an event page you created, manually link through the WordPress content editor to each volunteer opportunity for that event
This approach will require some manual effort, but should get you the result you’re looking for.
Let us know how it goes.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Trying to improve the look of the pageThanks for reaching out Udi. You can display the featured images within the list of volunteer opportunities, but unfortunately, it would require you to have a decent knowledge of PHP and WordPress development. There is a templating system built into the plugin that allows you to adjust the layout of the list of opportunities, but to do that you have to copy files to your theme and adjust the code. Is that something you feel comfortable with? Or do you have a web developer that might be able to help you with this?
Jonathan