So,
Mecho...
change template
sid_report_form to
PHP Code:
<script type="text/javascript">
function rep_combine(){
for(var x=0;x<$report_count;x++){
if(document.getElementsByName("rep_box")[x].checked == true){
if(x == $report_count-1){
alert("$vbphrase[sid_report_alert]");
}
var rep_out = document.getElementsByName("rep_box")[x].value;
break;
}
}
window.document.rep_form.reason.value = rep_out +' $vboptions[sid_report_delimiter] '+ window.document.rep_form.rep_text.value;
}
</script><fieldset class="fieldset">
<legend>$vbphrase[sid_report_reason]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="90%" align="center">
$sid_report_reasonbits
</table>
</fieldset>
and
create a new GLOBAL Phrase named
sid_report_alert with
PHP Code:
Remember to note down a reason
or whatever you find suitable.
Nathan, well yes there is a way,
there are hacks that do just that by sending a PM to the "reporter" for example,
but in fact I consider that less useful, because of the feedback of vbulletin itself.
see report.php:
PHP Code:
eval(print_standard_redirect('redirect_reportthanks'));
that'll showup the "redirect_reportthanks"-phrase already if report was send.
'sid