Wired Impact
Forum Replies Created
-
Forum: Reviews
In reply to: [Wired Impact Volunteer Management] Fantastic utility, superb support!Thanks a ton for the review! We really appreciate it.
The issue is the last line, I scan each incoming record for a certain string and print only if it matches the criteria.
I understand you now. Thanks for clarifying. I think the best option may be to use a global variable to count the number of opportunities you’re showing on a given page. Then if the number is 0 you could print out a message to push users to use pagination to keep browsing. Not ideal, but at least it would get you through the fireworks fundraiser.
Your plugin is a huge help! My daughter’s band team has been tracking volunteers with paper sign-ups and they are in desperate need of this kind of tool..
Thanks a ton for the kinds words. We really appreciate it and I’m going to share what you wrote at our team meeting tomorrow. Also, since the plugin is so new we would really appreciate an honest review at https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management. If not, no big deal at all.
Don’t hesitate to reach out in the future if other questions come up.
Jonathan
Thanks for all the detailed notes here Ben. A couple of thoughts:
- You absolutely found a bug with the template override system. I’ve located the problem and our team should be able to launch a fix next week.
- Can you give me a better idea of what you mean when you say “The only downside is that the ‘More Opportunities’ paging will not work properly if I add too many filtered types..” I’m not following exactly what the issue is.
- In your code it looks like you have a line to get the number of open spots to volunteer ($opp_avail = $opp->get_open_volunteer_spots() – $opp->get_number_rsvps();). If that is what you’re looking for you can just print $opp->get_open_volunteer_spots() directly. It will actually display the word “Closed” if there are no more spots left.
I hope that’s helpful. Let me know a few more details about pagination and hopefully we can help with that.
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] TranslationUnfortunately, there isn’t a calendar view built into the plugin right now and there is no way to list out those who have RSVPed without doing custom programming.
Let me know if that’s not what you were looking for. Also, if you’d like to continue discussing it would be great if you’d open up a new thread. Thanks.
Jonathan
Hi Ben,
Thanks for reaching out and this is definitely an interesting question. If I’m understanding you correctly, you want it to be really easy for potential volunteers to scan the opportunities instead of viewing a bunch of details about each on the list. Is that correct?
If that’s right there are two approaches I think you could take. The first, which is the simplest, is to remove the volunteer opportunities shortcode entirely and simply add a list of links that go to each opportunity. It might look something like this:
Fundraiser Volunteer – March 10th, 8am – 10am
Fundraiser Volunteer – March 10th, 10am – 12pm
Fundraiser Volunteer – March 11th, 8am – 10am
Fundraiser Volunteer – March 11th, 10am – 12pm
….The second option would require overwriting a template file for the plugin, which would require some technical knowledge. If these are one-time opportunities you can copy the
opps-list-one-time.phpfile from within thetemplatesfolder in the plugin’s folder and placing it within a folder in your theme calledwivm.From there you can remove content you don’t want to show and even put the content into a table if you’d like.
Let me know what you think and if you need any more direction on option two.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Posting Volunteer OpportunitySince we haven’t heard anything in about a week I’m going to mark this as resolved. If further questions come up don’t hesitate to reach out.
Jonathan
Since we haven’t heard anything in about a week I’m going to mark this as resolved. If further questions come up don’t hesitate to reach out. Thanks.
Jonathan
Thanks for reaching out Marc. We would love to have folks contributing to the plugin! I’ve added to our list in the near future to put the plugin on Github so others can contribute. Right now it’s a private repo on Bitbucket, but obviously that’s not great for collaboration.
As far as the class name, I’m a little torn. While the class name “success” might not be helpful for some sites, others might have styling on that class that they would prefer be used by the plugin.
Let me know what you think and have a great day.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Plugin not sending confirmation emailsGreat. Please let us know if you have any other questions as you’re using the plugin. Also, since the plugin is so new it would be great if you could provide an honest review at https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management. Thanks!
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Plugin not sending confirmation emailsIt’s great to hear you got it working @takingroot. It is possible that hooking up your Gmail account directly may cause some issues depending on how many emails you’re sending.
I’d suggest using a transactional email service to send the emails from your site. At this point we recommend SendGrid who offers 12,000 free emails a month and also has a WordPress plugin that’s free and easy to set up.
Thanks a ton for sharing your Gmail setup. That will be a great resource if folks want to take that approach in the future.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer Email table is emptyThanks for getting back to me @marcdesantis. The volunteers should show up immediately, but it’s possible this was caused by caching either within your browser or on your website’s server. Are you seeing this issue every time someone signs up or have you only seen it that one time?
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] TranslationThat’s great to hear @bigdanaix. The plugin has all the needed files and is ready for translation.
Please let us know if there is anything we can do to help.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer Email table is emptyThanks for reaching out @marcdesantis. I’m not 100% sure I understand your question. The volunteer_emails table only tracks emails sent from WordPress to the volunteers. It does not track any email responses from the volunteers.
The list of volunteers within the admin displays users that have RSVPed for an opportunity. Basically, it shows all the folks that have ever RSVPed and had a record in the volunteer_rsvps table.
Does that answer your question? If not, any more detail you can provide to replicate your problem would be really helpful.
Thank you.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Posting Volunteer OpportunityI’m sorry you’re running into issues @fltv2013. Is the CSS setting turned on within the plugin? You’ll want to make sure it is. Otherwise, the content won’t be styled at all and may look like it’s all running together.
If that’s not the problem is there any way you can send me a link to the staging or testing website?
Thanks.
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] TranslationThanks for reaching out @bigdanaix. Unfortunately, right now we don’t have any other translations. That said, we’d love for someone to create a few for us.
Jonathan