FlexBB 0.6.6 STABLE Released.
FlexBB 0.6.6's feature to brag about is a brand new Admin CP. And it doesn't look too bad, if you ask me Wink
Changes
The new Administrative Control Panel has arrived! The new look is fresh and a little Web 2.0 looking. The main website now sports the same style. As well as a new look, a few new features have been added here and there to the Admin CP that I just didn't get around to in earlier builds. From actual administrative notes, to mass category order changing, to statistics on the main page, I've aimed to make the new Control Panel much more user friendly. Also the Admin CP should now seem more unified, with every page having the same width or textboxes, etc. Before they were all over the place!
Also the announcements system has finally been upgraded to "full featured" status. You can now add more than one announcement, and there is also as such thing as Archived Announcements. Also, 3 new settings have been added to the Admin CP as well as a whole new Settings Category just for Announcements.
The upgrade script is much nicer now. Let's say you have 0.6.4. And you want to upgrade to 0.6.6. You no longer need to download the zip for 0.6.5. Now, FlexBB will upgrade from 0.6.4 to the latest version, no matter what build you download in the future!
And along the same theme as the new upgrade system, there is now a script included in the install folder called Write2Config. This allows you to write to config.php if you have overwritten the config.php file. But, if you have FlexBB installed, there is a security risk for guests to go in there and change your config.php file to whatever they'd like. That's why it's so important to delete the install folder after you have finished upgrading or installing.
Minor Changes
- Added permission for User Groups to view Bulletin Board while it's offline.
- Added warning message in header if JavaScript is not present.
Bug Fixes
- No bug fixes are included in this build. If you find a bug, go here to submit it. Only bugs submitted there will be fixed.
Template Modifications
- header.template.html - Linked announcements in header to announcement page.
- header.template.html - Added a warning if JavaScript support is not present.
- viewindex-forum.template.html - Replaced .gif with .png
- stats.template.html - Replaced .gif with .png
Templates Added:
- announce-archive-foot.template.html
- announce-foot.template.html
- announce-no-announcements.template.html
- announce-row.template.html
- announce-show.template.html
- announce-top.template.html
Images Deleted:
- locked.gif
- redirect.gif
- new.gif
- old.gif
- misc/events.gif
- misc/online.gif
- misc/statistics.gif
Images Added:
- locked.png
- redirect.png
- new.png
- old.png
- misc/events.png
- misc/online.png
- misc/statistics.png
- buttons/archive.gif
MySQL Changes
- INSERT INTO `flexbb063i_settings` (`id` ,`value` ,`type` ,`setvalues` ,`categoryid` ,`desc` ,`canbenull`) VALUES ('admin_notes', '', 'lgtext', '', '0', 'Administrative Notes:', '1');
- ALTER TABLE `flexbb063i_announcements` ADD `name` VARCHAR( 50 ) NOT NULL ;
- ALTER TABLE `flexbb063i_usertypes` ADD `can_view_bboff` INT( 1 ) NOT NULL AFTER `can_view_bb` ;
- delete old announcement
- add new announcement
- change can_view_bboff for administrative user groups
- INSERT INTO `flexbb063i_settings_cats` (`id` ,`name` ,`desc`) VALUES (NULL , 'Announcements', 'Modify the settings related to announcements.');
- INSERT INTO `flexbb063i_settings` (`id` ,`value` ,`type` ,`setvalues` ,`categoryid` ,`desc` ,`canbenull`) VALUES ('announce_show', 'su', 'radio', 'Latest Announcement Summary,su|List Announcement Names,lis', '6', 'Method of Showing:', '0');
- INSERT INTO `flexbb063i_settings` (`id` ,`value` ,`type` ,`setvalues` ,`categoryid` ,`desc` ,`canbenull`) VALUES ('announce_gv', '1', 'radio', 'Yes,1|No,0', '6', 'Guests Can View:', '1');
- INSERT INTO `flexbb063i_settings` (`id` ,`value` ,`type` ,`setvalues` ,`categoryid` ,`desc` ,`canbenull`) VALUES ('announce_old', 'archive', 'radio', 'Archive,archive|Delete,delete', '6', 'When Announcements Expire:', '0');
Download
You can download this release, by clicking the link below.
http://www.flexbb.net/updates/flexbb_v0_6_6.zip (792 kb)
When clicking on any of the links above, make sure to check that your problem has not already been posted. If not, please create a new thread/bug report with as much detail as possible about your problem, and one of our support specialists will help you as soon as possible.
Thank you for your interest in FlexBB! Enjoy this build!