Hi Jeff,
I checked the JavaScript button (…Check this box if you want to include the external JavaScript file (recommended)., but the
user-submitted-posts/resources/usp.php is: (inaktiv)
Have no idea what to enter where with your explanation above. I found this code:
// add another image
var x = parseInt($(‘#usp-min-images’).val());
var y = parseInt($(‘#usp-max-images’).val());
if (x === 0) x = 1;
if (x >= y) $(‘#usp_add-another’).hide();
$(‘#usp_add-another’).click(function(e) {
e.preventDefault();
x++;
var $this = $(this);
var $new = $this.parent().find(‘input:visible:last’).clone().val(”);
$(‘#usp-min-images’).val(x);
if (x < y) {
$this.before($new.fadeIn(300));
} else if (x = y) {
$this.before($new.fadeIn(300));
$this.hide();
} else {
$this.hide();
}
$new.removeClass(‘usp-required-file’);
});
Kindly advise what to do for getting it active.
Thanks!!
BR, Petra