How can I use overlib within the calendar to show event tooltips?
First you need to load the overlib script from within the engine, which can be done by appending the following line to plugins.js file. fLoadScript(“overlib.js”); Next, there is an option in the theme file called giFreeDiv that needs to be changed. Setting it to 1 (default is 0) will create 2 internal
tags whose id are “freeDiv0” and “freeDiv1”. Since “freeDiv0” has been referenced by most other plugins, you may use “freeDiv1” for the overlib – simply go into the overlib.js, find all “overDiv” strings and replace them with “freeDiv1”.