In posting_body.tpl, find this:
Code: Select all
bbstyle(-1);
//formObj.preview.disabled = true;
//formObj.submit.disabled = true;
return true;
Uncomment out the two lines (Only the second one if you want to have the preview button clickable. Then add this BEFORE the "return true;"
Code: Select all
formObj.submit.value = 'Please wait...';
This will change the text from submit to Please wait. I suggest adding a language variable, to improve combatilbility accross langs.