Create thread and set older date?

R

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...
 
BlackSpigot General Chat
Rules Help Users
    H @ HelpMe55: i had this problem already once and they helped me last time, dont know why they dont help me now
    Top