Quote:
Originally Posted by KirbyDE
The Forum Manager uses the Forum Datamanager to handle data from table forum and make sure that everything is correct.
But the datamanager does not know anyting about 'forumhomeicon'.
Therefor you get this error.
Although you can edit class_dm_form.php, the preferred way is doing this via a plugin:
hookname = forumdata_start
PHP Code:
$validfields['forumhomeicon'] = array(TYPE_STR, REQ_NO);
|
I did what you said, and i get this Fatal error: Field forumhomeicon is not defined in $validfields in class vb_datamanager_forum in \includes\class_dm.php on line 484.