2
Quote:
Sorry for my english but i am from Newcastle in the UK lol.
Poor guy? The only thing I know about Newcastle is from the song "Coals to Newcastle" from The Three Johns. LOL
I guess for the first part of your question there is solution possible, but I don't know how.
For your second part: Look for
if ($result) {
$xoopsTpl->assign('uploadsuccess', true);
}
in debaser/upload.php and replace it with
if ($result) {
redirect_header(XOOPS_URL.'/modules/debaser/genre.php?genreid='.$genrefrom.'', 2, 'Successful upload!');
}
This should work