Hallo, nice mod.
One question, is it possible to use more than one slider widget? If so, it is also possible for each widget to use a another instans of sliders?
Example:
vBSlider (is the orginal widget, with this code
Code:
require(DIR . "/dbtech/vbslider/actions/widget.php");
) this with the default "instance1"
vBSlider2 (this is a other widget, with this code
Code:
require(DIR . "/dbtech/vbslider/actions/widget2.php");
) this with my new "instance2"
Or is there another way, how can I realize my "idea".
I hope y know what i mean?