10446 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 181 Views |
-
EventCalendar and side menu linking

26 October 2011 at 7:31pm
I find myself needing to implement EventCalendar with a sidebar showing the list of events on the main event summary page and each individual event page as well, with the current event selected highlighted in the side menu.
This is the (crude) code I put together in order to get the events list on CalendarEvent pages. However, I cannot see a way to make them highlight, as $LinkingMode doesn't work.
<% control Parent.Events %>
<li><a class="$LinkingMode" href="$Link" title="Go to $Title">$EventTitle</a></li>
<% end_control %>Is there a way to do this?
| 181 Views | ||
|
Page:
1
|
Go to Top |

