Calendar links
Pasi - February 27, 2009 - 14:41
| Project: | OG Calendar |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Bad usability issue: Week, Day, Table and List -links don't keep the current group

#1
#2
I can confirm this problem. Any ideas when a fix will be made?
#3
Same problem here, weird links can also be found from calendar nodes. Please fix this soon if possible!
#4
Why no response? Has development stopped?
#5
The links can disable commenting line 114 in og_calendar.module.
#6
Can you be more specific, your comment just doesn't make any sense to me, is it a solution? is it a hack? is it a workaround?
#7
If you comment to line 114 in og_calendar.module the links is not show:
# $output .= theme('event_links', array_merge(module_invoke_all('link', 'event_'. $view, $node, FALSE), $links), $view);Is not solution but work.