Thanks Kevin, i was looking at manipulating the <input(s) for the inline mod. I tried your first suggestion
PHP Code:
if(THIS_SCRIPT == 'inlinemod.php'){
if($_POST['do'] == 'dodeletespam' AND $_POST['reason']==""){
$_POST['reason']=="Generic Message";
}
}
but it didnt affect the message, a blank was still recorded. Ideally if it's blank i want to send them back to the page they clicked the 'dodeletespam' button on, all the same trying to inject my own text as above didnt work, have i missed something?