Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I use overlib within the calendar to show event tooltips?

calendar event overlib tooltips
0
Posted

How can I use overlib within the calendar to show event tooltips?

0

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”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123