Show group Events on multisite

I have a WordPress multisite with BuddyPress setup. I have the Events+ plugin installed with the Events+ BuddyPress Group Events addon. Is it possible to show the group events for a particular group on their multisite site?

So something like this.

mainsite.com —> xyz.mainsite.com

The mainsite has the Events+ and BuddyPress data and the subdomain multisite shows their particular events.

Does that make sense? Is that possible without a ton of custom coding?

  • PC
    • WPMU DEV Initiate

    Hello there,

    Greetings and thanks for posting on the forums.

    I am not sure if I fully understood you here however if you want to display network events you can use the below shortcode :

    [eab_calendar] with network argument set to yes but it will show the events from the whole network

    Alternatively you can use

    [eab_group_archives]

    But that does not have a network argument. Can you check if those shortcodes suit your purpose.

    If you can elaborate a bit more, I can call our lead developer for his thoughts on the same.

    Cheers

    PC

    Sales &Support

  • Scott
    • The Incredible Code Injector

    Close. What I want is to only show events for a particular group, not the whole network. I am probably making it sound way more complicated than it needed to be.

    So, basically, is there a shortcode structure to show all events for a certain BuddyPress group?

  • Scott
    • The Incredible Code Injector

    I got the shortcodes working how I want testing on the main site but I cannot get it to work on the multisite sub site.

    This shows group id 37 events if it is on the main site but on the actual subsite it does not show anything.

    [eab_group_archives groups=”37″]

    Ideas?

  • PC
    • WPMU DEV Initiate

    This shows group id 37 events if it is on the main site but on the actual subsite it does not show anything.

    [eab_group_archives groups=”37″]

    Its not a network shortcode. If you are running BuddyPress on subsites as well and have groups there, then only it will work on the subsites.

    Cheers

    PC

    Sales &Support