hmm, you can alter $dateformat to whatever you want, so you can add time yourself....
hmm, normaly you should be able to templateisize te aproving term:
add eval("\$apnoterm = \"".gettemplate("apnoterm")."\";");
just before
PHP Code:
$DB_site->query("UPDATE thread SET aproving='this thread has been NOT aproved by ".$bbuserinfo[username]." at ".vbdate($dateformat,time())."' WHERE threadid=".$threadid);
and change the query to this:
PHP Code:
$DB_site->query("UPDATE thread SET aproving='".$apnoterm."' WHERE threadid=".$threadid);
it should work then