chas above is correct... Follow that and you won't go wrong..
However, when you are doing the file edits you will notice one change from RC4 to GOLD:
Instead of looking for:
Code:
'forumhome' => $vbphrase['forum_home'],
In your includes/adminfunctions_template.php file, you'll want to search for this instead:
Code:
'forumhome' => $vbphrase['group_forum_home'],
That's it, you should be good to go!