Active
Project:
OG Calendar
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2008 at 06:15 UTC
Updated:
9 Jan 2009 at 15:02 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Anonymous (not verified) commentedI'll not implement this feature as i think it is best to have the link on the page permanently .
However you will need to add some more logic to ..
function og_calendar_og_create_links($group) {
$links = array();
$links[] = l(t('Group calendar'), "og_calendar/$group->nid");
return $links;
}
Best, Paul