public function save_topic($topic_id, $forum_id, $anonymous_data, $topic_author) {
$this->save_reply(0, $topic_id, $forum_id, $anonymous_data, $reply_author);
}
You need to replace $reply_author with $topic_author.
I'd also recommend putting your main settings under "Settings" rather than "Forums" as I had a hard time finding them.
Otherwise, it's a great start.