The solution is: there is no official solution 🙂
So I’ve worked out a workaround by modifieing the updateNav() function:
if (opts.activeImage != 0) {
$('#prevLink').show().click(function () {
changeImage(opts.activeImage - 1); return false;
});
}
if (opts.activeImage != (opts.imageArray.length -1)) {
$('#nextLink').show().click(function () {
changeImage(opts.activeImage + 1); return false;
});
}
Hi there – sadly the email notification didnt work.
well good news tho – we are working on the feature you mentioned!
both for the plugin and the website itself.
stay tuned and have fun with the new search and picture feature
it seems like the problem is $new = $_POST[$field['id']];.
Any other string variables are working…