Since there is no way to add a hook to the "/admincp/ ". I have no choice to hack the admincp/forum.php file to show the option. So i'm going to use this:
PHP Code:
print_input_row($vbphrase['forum_home_icon'], 'forum[forumhomeicon]', $forum['forumhomeicon']);
But i can't figure out how to define 'forumhomeicon'. Thats the row name in the forum table. So i get this error:
Quote:
Fatal error: Field forumhomeicon is not defined in $validfields in class vb_datamanager_forum in \includes\class_dm.php on line 484
|
Any ideas?