Also in articlebot_admin.php arround line 192. Replace
PHP Code:
print_forum_chooser(
'forumid', 0, 0,
'<b>Forum</b><br />The forum this RSS will be posted in.<br />
<span class="smallfont"><i><u>Note</u>: the article bot will post in any forum, even if it lacks permission<br />
to do so, if the forum is closed, or if the forum acts as a category.<br />
Therefore, choose the forum accordingly.</i></span>', 0, 0, 0
);
With this
PHP Code:
print_forum_chooser(
'<b>Forum</b><br />The forum this RSS will be posted in.<br /><span class="smallfont"><i><u>Note</u>: the article bot will post in any forum, even if it lacks permission<br />to do so, if the forum is closed, or if the forum acts as a category.<br />Therefore, choose the forum accordingly.</i></span>',
'forumid', 0, 0, 0, 0
);