No download available yet chaps as I'm still working on things - but soon...
I've now added popup indicators and put the category inside the popup on the calendar grid view. I'm still a bit unsure about them but they're better than nothing at this stage.
I've also added a weekday header array in the config file - so you can choose to name the days of the week 'Mon-Sun', or 'M-S', or Monday-Sunday, or 'Montag-Sonntag', or whatever you like, etc.,
The Categories are also auto-generated and configurable from an array that looks like this;
Code:
// event categories paired with CSS classes for colour-coding
$categories = array(
'Assessment' => 'event-violet',
'Meeting' => 'event-red',
'Trip / Visit' => 'event-blue',
'Club / Sport' => 'event-green',
'Social Event' => 'event-gold'
);
Bookmarks