On both of these views, I would like to make the legend's colors and text filter when clicked, such as is done at this site: http://physiology.cwru.edu/calendar.php
How is this type of filtering (without a drop-down) implemented?
I've just modified the legend plugin to have links. Rename the file attached to "legend-filter.php" and upload to your /calendar/plugins folder. Then use the same instructions as for the regular legend plugin.
Code:
<?php require("plugins/legend-filter.php"); ?>
__________________
-- Gervais EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
Up to you if you want to sticky it. It'll be safely kept in my repository of misc tweaks.
__________________
-- Gervais EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
I just went live with the calendar at http://www.meditationinnorcal.org/ca...c_calendar.php. Prior to the legend-filter plugin I just had the regular legend and everyone that I showed the calendar to tried to click a category and it went nowhere. So great job! Thanks, much.