Version 2.0.4 Released!
The only update in this release from 2.0.3 is a repair to fix the colors not matching the style template settings. If upgrading from 2.0.3 rehack public_common.pl (only the first addition to public_common.pl needs to be hacked in -- everything else is the same). Nothing else has been changed from version 2.0.3 to 2.0.4.
I recieved a few emails about this problem, and a few questions as well. To answer the question of why the Application forms are using $AltColumnColor1 instead of the default UBB usage of $vars_style{AltColumnColor1} the reason is this --> Application forms can display graphics in the column table cells. To display a column graphic in the application forms, in vars_style_x.cgi add a line which is similar to this:
'AltColumnGraphic1' => 'imagename.jpg',
The graphic needs to be placed into the ubb directory, and imagename.jpg changed to the name of your image. Adding graphics to columns is completely optional, and i don't recomend to use it. However, if you desire to show graphics in the application forms, toy around with this setting.