DOH!
Should wake up properly before trying to write stuff
Thanks again Kevin!
--------------- Added [DATE]1355914190[/DATE] at [TIME]1355914190[/TIME] ---------------
Ok using mod_global (as it's always accessing the mod folder) i did this
PHP Code:
if(THIS_SCRIPT == 'banning'){
if($_POST['do'] == 'dobanuser' AND $vbulletin->GPC['reason'] ==""){
eval(standard_error(fetch_error('reason_blank')));
}
}
I tried $_POST['reason'] and ['ban_reason'] and ['banreason'] none of which prevented me banning via modcp (or admincp>modcp) without a reason, do i need a global variable here? in banning.php the reason is simply ['reason']?