Support » Plugin: Nonprofit Board Management » Be able to List Committees

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Wired Impact

    (@wiredimpact)

    Thanks for reaching out @kvillanpridews. Can you give me a little more information about what you’re looking for? Right now you can see a list of each committee, a description of the committee and who serves on each committee by going to the Board Committees section of the plugin.

    Jonathan
    Wired Impact

    Thread Starter kvillanpridews

    (@kvillanpridews)

    we would like to be able to post this list of committees on a web page that we can publish.

    Where we list the board members for that list
    We would like to be able to list the committees and their email address.

    Plugin Author Wired Impact

    (@wiredimpact)

    Got it. Thanks for clarifying. Unfortunately, the plugin doesn’t currently allow for that functionality out of the box. It is possible to do it if you have some coding knowledge, but not using a simple shortcode.

    Let me know if you’re considering doing some custom coding. I’d be happy to help point the programmer in the right direction.

    Jonathan
    Wired Impact

    Thread Starter kvillanpridews

    (@kvillanpridews)

    if you can point us in the direction
    that would be great

    Plugin Author Wired Impact

    (@wiredimpact)

    Sure, you can get the committees by working with the list-board-members.php template within the plugin files. In that file there are some commented lines that look like this:


    $email = $board_member->user_email; //Store email, not shown by default
    ...
    //$committees = WI_Board_Committees::get_user_committees( $board_member->ID ); //Store committees, not shown by default

    Your programmer can use those lines to display both the committees and the email address for each person by copying that file to your active theme’s folder and customizing it.

    I hope that’s helpful. Let me know if you have any other questions.

    Jonathan
    Wired Impact

    Plugin Author Wired Impact

    (@wiredimpact)

    Hi @kvillanpridews,

    Since we haven’t heard back on this ticket I’ll go ahead and mark it resolved. If you have questions in the future please don’t hesitate to reach out.

    Jonathan
    Wired Impact

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Be able to List Committees’ is closed to new replies.