Quote:
Originally Posted by Alien
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!
|
Oops, you're right, I forgot to add that part. I was able to find it without that but it was a pain. Thanks for pointing that out.
Chas.