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

    (@wiredimpact)

    Hi Kelsey,

    What list page are you referring to? Right now the folks who are not going only show when you click on that specific event.

    Jonathan

    Thread Starter KelseyCurran

    (@kelseycurran)

    The Board Events page (where it lists them all). I know you can see it when you click on the specific event, but is there a way to show it like the “Going” shows?

    Plugin Author Wired Impact

    (@wiredimpact)

    Hi Kelsey,

    As of now there isn’t a way to list who isn’t going on the Board Events page. We did this to keep the page more simple and easy to scan. If we hear that feedback enough we’ll definitely consider adding it in future releases.

    Thanks and have a great weekend.

    Jonathan

    Thread Starter KelseyCurran

    (@kelseycurran)

    Are there any edits I can do to the code? I’m pretty handy with PHP.

    Plugin Author Wired Impact

    (@wiredimpact)

    Hi Kelsey,

    Depending on your comfort with PHP, you should be able to write something into the functions.php file of your theme by using the available hooks. You can adjust the available columns by using the ‘winbm_event_columns’ filter. Then you can display your additional column by utilizing the ‘manage_board_events_posts_custom_column’ action. You can see both of these at nonprofit-board-management/includes/class-board-events.php.

    If you’ve never worked with custom post type admin columns before this article should be really helpful: https://justintadlock.com/archives/2011/06/27/custom-columns-for-custom-post-types.

    As I’m sure you know, I’d encourage you not to make changes directly to the plugin files, since any changes will be erased when the plugin is updated.

    Good luck and if possible, it would be great if you posted the code when you’re done in case anyone else is looking for this functionality.

    Jonathan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show "Not Going"’ is closed to new replies.