Posted by Fidel
2014-09-24

This program is just what I was looking for! I want to change the time delay of tooltips. I checked config folder but couldn't find anything related to it. Where can I change it?
Posted by Tom
2014-09-24

>I want to change the time delay of tooltips.

You can find some examples of changing the parameters of a tip-box in skins/(skin-name)/js/js.front.inc.php
For example,
var cfg = { "period":1000, "background-color":"red" };