Okay, there was a new problem discovered that was previously missed. If any of you are using mods with your forums that when viewing their settings in the AdminCP, you can't see their text, this is the cause of it. This is the fix:
Using an FTP client or your webmanager, go to the Modifications.english.php inside the Warzone theme (ie: forums/Themes/Warzone/languages/) and rename it to ThemeStrings.english.php.
Now, open index.template.php in a text editor (notepad++, phpdesigner, etc..) or just open the theme to edit it inside the forum's AdminCP.
On line 55, you'll see:
/* Show sticky and lock status seperate from topic icons? Leave true, icons don't exist for false.*/
$settings['seperate_sticky_lock'] = true;
Below that, add this:
/* Load the custom language template for this theme. */
loadLanguage('ThemeStrings');
All should be well now. Anyone who buys the theme and downloads it after Saturday, March 29, 2008, this fix is already implemented. You can ignore these fixes.
The real hell is your life gone wrong.