Wired Impact
Forum Replies Created
-
It sounds like you’re making progress, which is great. Can you send me a link to the page so I can see exactly what you’re referring to?
Jonathan
Wired ImpactIf you’re not used to working on a server I’d recommend hiring a web developer to help you out. They should be able to determine the cause of the problem very quickly.
We’d be happy to help with this, but hiring our company would likely be unnecessary and more expensive than if you knew someone or found a freelancer to help.
Jonathan
Wired ImpactIf you don’t see it installed then it’s probably just the folder that exists. Are you able to check the folder on your server at “/home/content/p3pnexwpnas01_data03/61/2199761/html/wp-content/plugins/” to see if a “simple-razoo-donations” folder exists? If it does you’ll want to delete it.
Jonathan
Wired ImpactThanks for reaching out. The error you’re getting means the plugin is already installed or at the very least a folder exists within your plugins called “simple-razoo-donations”. Check to see if the plugin is already installed or delete that folder and you should be all set.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] Remove all admins from BoardHi HArcher,
The plugin hasn’t been tested for multisite so that may be affecting the way the settings are saved to the database. If possible, can you disable all other plugins besides Nonprofit Board Management and switch to the default theme, then try to remove admins?
Let me know how it goes and we’ll move forward from there.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] Remove all admins from BoardHi HArcher,
I’m sorry you’re having trouble removing admins from the board. I tried to replicate this problem, but wasn’t able to. Can you tell me what version of the plugin and of WordPress you’re using?
Thanks.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] Removes the Admin Help Menu When ActivatedHi HArcher,
Since we never heard back on this I’m going to mark this as resolved. Please let us know if you have any other questions.
Jonathan
Wired ImpactHi Will,
Good question. If you’d like to send files along with notes for the meeting, we’d suggest you do so by creating share links within Dropbox or another file sharing tool like Google Drive or Box. That way visitors can download the documents via links and you can use a much more robust file sharing tool.
Let me know what you think.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] Removes the Admin Help Menu When ActivatedHi HArcher,
Thanks for the clarification. I looked through the code again and we actually removed the help tabs intentionally in the hopes that board members would use the support videos we’ve created. You should be able to add them back by placing this code in the functions.php file of your active theme:
remove_filter( 'contextual_help', array( $wi_board_mgmt, 'remove_help_tabs' ) );Give that a shot and let me know how it works for you. Good luck.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] AvatarsHi Mark,
Since we haven’t heard back I’m going to mark this as resolved. Feel free to reach out again if you’re still running into issues.
Thanks.
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] Removes the Admin Help Menu When ActivatedHi HArcher,
Thanks a lot for reaching out. I think the reason the WP Admin Help Menu doesn’t show up is because there is no contextual help added for our board management pages. If you’re familiar with coding you might be able to add help to those pages by using the instructions at http://codex.wordpress.org/Adding_Contextual_Help_to_Administration_Menus. Otherwise, you can add helpful information or new videos to the Support page of our plugin. There are hooks built in to add new content there as well.
I hope that’s helpful.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] AvatarsThanks Mark. I understand much better now. Please copy the file within the plugin folder under templates/list-board-members.php to your active theme. Within that file find this code:
<?php //Gravatar photo from http://en.gravatar.com/ if( $this->validate_gravatar( $email ) ){ echo get_avatar( $board_member->ID, '75' ); } ?>and change it to:
<?php //Gravatar photo from http://en.gravatar.com/ echo get_avatar( $board_member->ID, '75' ); ?>Basically, we’re removing the code that checks if they have a gravatar photo. You’ll just need to make sure that each person has a photo loaded already.
Let me know how that works out for you.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] AvatarsThanks for reaching out Mark. I’m not quite sure I understand. So, their Gravatar image isn’t pulling through to the front-end of the website? Right now the system is set up to only use the Gravatars provided at http://en.gravatar.com/, otherwise no image will show at all.
If you’d like to do some more custom coding to show different images, you’ll need to copy the file at templates/list-board-members.php to your active theme’s folder and modify it to meet your needs. Unfortunately, this would require you to have a knowledge of coding.
Let me know if that’s helpful.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Nonprofit Board Management] Great plugin… want to make it even greater?Hi Gea,
Thanks a lot for reaching out and for providing such great suggestions! As far as the front-end goes, there is a way to list out the board members using a shortcode. You can watch a video on how to do this at the bottom of http://wordpress.org/plugins/nonprofit-board-management/faq/.
For your suggestion about officers, that has been recommended a number of times and is definitely on our radar.
For integration with forum tools, that’s a great idea and can probably be done at this point with some custom coding. That said, we don’t have any existing integration with other plugins.
Thanks again and good luck with the organization!
Jonathan
Forum: Plugins
In reply to: [Nonprofit Board Management] Front End Interface for Board MembersHi Rick,
Thanks for reaching out with your questions. Unfortunately, both the secure front-end interface and the sub classifications you mentioned would be complicated to implement and would require a decent amount of programming experience. I don’t have any code for either of these that has been written previously, but we’d be happy to provide a proposal for this functionality if you’d like.
The only included functionality that’s close is the ability to list your board members on the front-end of the website, but I don’t think that’s what you’re looking for here.
I’ll mark this resolved, but please let me know if you want to discuss any further or have specific questions.
Jonathan