$thread =& datamanager_init('Thread', $this->registry, ERRTYPE_SILENT, 'threadpost'); $thread->set_existing($this->info['thread']); $thread->set('visible', 0); $thread->save();