service/thread/creator
Here I can not attack.
Then I can do only an automatic edit after creating a thread?[/CODE]
Code:
protected function finalSetup()
{
$date = time();
$this->thread->post_date = $date;
$this->thread->last_post_date = $date;
...
$this->post->post_date = $date;
...
}
Then I can do only an automatic edit after creating a thread?
Last edited: