Quote:
Originally Posted by Dismounted
You can't just set any fields through the datamanager, you need to add them to the validfields array, like the error says.
|
Quote:
Originally Posted by FatalBreeze
And I added in vB_DataManager_Thread_FirstPost class to the var $validfields:
PHP Code:
'thread_challenge' => array(TYPE_UINT, REQ_NO, VF_METHOD),
|
That's what i did... i added the thread_challenge to the validfields array. but i wanted to know is there another way of doing this without editing class_dm_threadpost.php itself? can i use hooks instead??