Hi,
it would be fantastic, if there would be a block for group events. Normal event block shows all events regardless of group membership.
Thanks in advance,
Ralf

CommentFileSizeAuthor
#3 og_calendar-370250-2.patch841 bytesthijsvdanker

Comments

dleeward’s picture

You can create a View specifying node type of Events and filtering by Group. There really is no need to use OG Calendar for this.

liquidcms’s picture

but would still be nice to have a block like the Event module has that is only for group events (as the poster requested). You can get the content from views but how do you get a calendar like block?

thijsvdanker’s picture

Assigned: Unassigned » thijsvdanker
Status: Active » Needs review
StatusFileSize
new841 bytes

I have created a patch that enables the default upcoming events block to be group sensitive.
The old way was to check for the og_nid, this patch uses og_get_group_context() to determine the current group.

thijsvdanker’s picture

Assigned: thijsvdanker » Unassigned