oh boy not so much at one time
1. time and username are included as i know

2. templatization: (<- nice word ^^)
add eval("\$thread[aproving] = \"".gettemplate("aproving")."\";");
in showthread.php after
PHP Code:
if(trim($thread[aproving])=="" && ismoderator($thread['forumid'])) {
eval("\$apbuttons = \"".gettemplate("apbuttons")."\";");
} else {
then create a template aproving and put $thread[aproving] in it
3. "when you apove a thread it doesnt show the butons again soo i cant not aprove or aprove it agian."
yes this was planed

if you don't want this just remove the trim($thread[aproving])=="" && from the if clause