Thread moderation
Hi
I'm using hook: postdata_presave to sent to thread awaiting moderation when certain criteria is matched.
For sent the post to moderation i use this and works fine: $this->set('visible', 0); but i want to send to moderation the thread enterely and not only the specific post.
I tried $thread->set('visible', 0); but it do not work, which would be the correct code?
Thanks
|