We have just released version 7.1 beta 4 to the Members Area. If you'd like a rundown on what's been added for this version you can view the changelog.

Upgrading from 7.0.x is pretty straightforward with a couple extra steps due to the Style additions and changes.

The basic instructions for upgrading from 7.x can be found here.

After the upgrade has finished you'll need to go in and edit each of your existing styles. A new image set of "moods" has been added. So, you'll want to make sure you edit each style and choose the proper directory for your mood images, default or default dark.

We've also added 3 new stylesheet classes:

.newtotal, is specified under Category/Forum Properties and is used to show the number of new posts/topics.

.popup_content, is specified under Misc. Properties and is used for the popups on the Active Topic screen and a couple other areas.

.post-buttons, is specified under Post Properties and is used for the various options when viewing a post, such as reply, quote, etc. We're no longer using just images for these since we've reintroduced multiple languages.

There is also an optional fix you can apply to your existing styles so quote/code/php blocks will scroll properly in Internet Explorer.

You need to remove max-width and max-height from the ubbcode-body properties. Then you'll need to add a width in pixels to each of the following, with ubbcode-block being 8-10 pixels wider. Basically something like

ubbcode-block {
width: 510px;

ubbcode-header {
width: 502px;

ubbcode-body {
width: 500px;


You can discuss this release here

Last edited by Rick; 01/15/2007 3:01 PM.