I really like this
module, is fantastic.
I found i little bug, when you select the option unpublish in the images 3 to 18 don't work because in the php code in the switch sentences in this images a break sentence is missed between the case 5 and case 6, like this:
| Code: |
case 5:
echo '';
break;
case 6:
echo '';
|
Because, for example in the zoombox effect if you have selected the option to link this script and copy this link line in tenplate index when you click on a image whith this effect, the effect shows twice.
I hope you understand my poor english.
Thanks.