Create thread and set older date?

  • Thread starter Thread starter Robert9
  • Start date Start date

Robert9

Guest
Member
service/thread/creator

Code:

Code:

Code:
protected function finalSetup()
    {
        $date = time();

        $this->thread->post_date = $date;
        $this->thread->last_post_date = $date;
        ...
        $this->post->post_date = $date;
        ...
    }
Here I can not attack.

Then I can do only an automatic edit after creating a thread?
[/CODE]

Continue reading...

Continue reading...
 
Top