<h5>5.01 Beta 4 [2021-03-21]</h5>  Dev: XOOPS 2.5.11, PHP 7.4.16, PHP 8.0.3
<hr>
- Update functions.image.php (BigKev73)
- various cosmetics/updates (mamba)
- add TestdataButtons.php (mamba)

<h5>5.01 Beta 3 [2021-02-14]</h5>  Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.2
<hr>
- 'isset' replaced with coalesce (mamba)
- rename $newbbpermHandler (mamba)
- update  PHPDoc Return type (mamba)
- Cascading dirname(...) calls (mamba)
- fix Insecure 'htmlspecialchars(...)' usage (mamba)
- Assignment in condition (mamba)
- Update functions.image.php: removes the forced height value from the image (BigKev73)
- fix moving a Topic (BigKev73)
- Force the reloading of viewforum page when the browser back button is used. PR #92 (BigKev73)
- Force the reloading of index page when the browser back button is used. PR #93 (BigKev73)
- get the next unread post ID based on the $lastreadpost_id PR #94 (BigKev73)
- add support jumping to the next post after the LastReadPost PR #95 (BigKev73)

<h5>5.01 Beta 2 [2021-01-28]</h5>  Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
<hr>
- Added to make jump ICON, jump and scroll to the correct "last post" (BigKev73)
- Added addition modifications to make "last post" links scroll to correct location on page (BigKev73)
- Added additional changes for scrolling to last post (BigKev73)
- fix when trying to permanately delete a deleted post reports no selection made. (BigKev73)
- Changes to fix logic issues with creating thumbnails, setting the thumbnail path and setting the img_info string (BigKev73)

<h5>5.01 Beta 1 [2021-01-26]</h5>  Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
<hr>
- Facebook UI Style Rating (xd9527/mamba)
- fix $status (goffy/zyspec)
- fix split bug (bioskop/mamba)
- update for XoopsPoll 2.01 (mamba)
- renamed 'PHP_SELF' to 'SCRIPT_NAME' (mamba)
- fix SetAttachment in Post.php PR#80 (BigKev73)
- fix multi-file attachment in post.php PR#81 (BigKev73)
- fix user jumping directly to the last post in ForumHandler.php PR#82 (BigKev73)
- update newbb_block.php  PR#83 (BigKev73)
- PSR-12 Else if (mamba)
- small fixes, cosmetics (mamba)
- PHP8 template updates (mamba)
- replace index.html with index.php (mamba)
- fix blank.gif location (mamba)
- fix missing isXoopsUser (mamba)
- foreach (mamba)


<h5>5.00 Final (XOOPS 2.5.10) [2019-04-30]</h5>  Dev: Xoops 2.5.10, PHP 7.3.4
<hr>
- reversed to while (list()) (mamba)
- reversed strict in_array (mamba)
-

<h5>5.00 RC1 (XOOPS 2.5.10) [2019-02-09]</h5>  Dev: Xoops 2.5.10, PHP 7.3.2
<hr>
- fix for Criteria('1', 1) (geekwright/mamba)


<h5>5.00 Beta 2 (XOOPS 2.5.10) [NOT RELEASED]</h5>  Dev: Xoops 2.5.10, PHP 7.3.1
<hr>
- remove old configs (alfredsx)
- cosmetics (mamba)
- fix $isColorpicker (mamba)


<h5>5.00 Beta 1 (XOOPS 2.5.10) [NOT RELEASED]</h5>  Dev: Xoops 2.5.10, PHP 7.3.1
<hr>
- RGB to HEX (mamba)
- changed exit() to die() (mamba)
- assignment in Condition (mamba)
- cosmetics (mamba)
- extracted classes GroupPermForm, GroupFormCheckBox (mamba)
- added  ENT_QUOTES | ENT_HTML5 to htmlspecialchars() (mamba)
- fix: missing Tag check (aquaportail/mamba)
- replace column # with column name  (aquaportail/mamba)
- remove mt_srand() (mamba)
- fixed _renderOptionTree signature  (aquaportail/mamba)


<h5>5.00 Alpha (XOOPS 2.5.9)  (NOT RELEASED)</h5>
<hr>
- Remove use of Art framework (geekwright)
- standardize names of classes, tables and constants to include "newbb" (geekwright)
- Use XMF whenever practical (geekwright)
- Simplify database migration strategy (geekwright)
- lots of warning/error cleanup (geekwright)
- extra code updates (mamba)
- Short syntax in array literals (mamba)
- added forumDescription to viewforum.php (aerograf/mamba)
- namespaces, autoload (mamba)


<h5>4.33 RC 13  (XOOPS 2.5.8)      (NOT RELEASED)</h5>
<hr>
- code cosmetics (mamba)
- standardize br tags (mamba)

<h5>4.33 RC 12  (XOOPS 2.5.8)      (2016-04-03)</h5>
<hr>
- removed @version (mamba)
- added auto-creation of /upload folders (aitor/mamba)
- added admin_footer.php (mamba)
- removed code for manual admin tabs (mamba)

<h5>4.33 RC 11  (XOOPS 2.5.8)      (2016-03-14)</h5>
<hr>
- issue 14: SEO images (slider84/montuy337513)
- issue 18: Array to string (cesagonchu/mamba)
- PHP7 and XOOPS 2.5.8 updates (mamba)

<h5>4.33 RC 10                   (2015-11-15)</h5>
<hr>
- moved all images, CSS, and JS files to /assets (mamba)
- renamed .html Smarty templates to .tpl (mamba)
- removed closing php tags (mamba)
- set min. PHP as 5.3.7 and min. XOOPS as 2.5.7 (mamba)
- replaced dirname(__FILE__) with __DIR__ (mamba)
- replaced $i++ with ++$i  (mamba)
- replaced $_POST and $_GET with XoopsRequest (mamba)
- replaced XOOPS_ROOT_PATH  with $GLOBALS['xoops']->path (mamba)
- added/fixed phpDoc headers (mamba)
- fixes by Bleekk
- replaced intval() with (int) (mamba)
- enforcing strict comparison (mamba)
- check for existence of Categories and Forums (cesagonchu/mamba)
- some PSR-2 code clean-up (mamba)
- bug fix: $cat_image in /index.php (mamba)
- bug fix: RSS (mamba)
- bug fix: in deleting posts (slider84/mamba)
- added conversion of "poster_ip" field to IPv6 format: varchar(45) (trabis/mamba)
- fix notices in Search (slider84/mamba)
- fix in toggle_script (footer.php) (slider84)

<h5>4.33         11/20/2012 (changes by Irmtfan)</h5>
<hr>
- fixed .htaccess (Trabis)
- Changing TYPE to ENGINE (mamba)
- bug fix: Prune function (mamba)
- New topic list block using TopicRenderer class, fix topic type and prune system
- bug fix: undefined forumCookie in footer
- bug fix: dont show topic title in list.topic.php
- enhance the advance block add more sorts lastposttime, lastposter, lastpostmsgicon . add more display mode: attachment, read, pagenav
- bug fix: read topics do not show for readmode = 1
- improve: add multi topic poster and multi last poster
- fix: multi status and multi display header in TopicRenderer class
- delete user.php from italian language
- improve: add anon users to topic poster and last poster in TopicRenderer class (used in block and list.topic.php)
- newbb/class/TopicRenderer.php, newbb/xoops_version.php,
- newbb/list.topic.php, newbb/blocks/list_topic.php
- bug fix: should not ban the user in forum who is moderator of that forum. in newbb/include/form.post.php and newbb/class/moderate.php
- bug fix: uid=0 for anonymous users in newbb/class/moderate.php
- bug fix: if forum=0 should return true in any forum in newbb/class/moderate.php
- bug fix: should not show quick reply for suspend users otherwise they can post in newbb/viewtopic.php
- add: forum select box for admins to be able to suspend users in any forum or all forums in newbb/moderate.php
- bug fix: only show all bans for module admin - for moderator just show its forum_id bans in newbb/moderate.php
- bug fix: remove ALTER TABLE `bb_posts` DROP INDEX `approved`; and add to mysql.php  and change version to 431 in newbb/sql/mysql.430.sql and newbb/sql/mysql.php and newbb/xoops_version.php
- improve: add check version in user database to dont run update script if user has the latest version. in newbb/include/module.php
- Change status to RC6
- remove    text-align: center; in templates full div opacity
- add: forum name in newbb/moderate.php
- add last_login to viewtopic.php (Mamba)
- add: itemId($item_name) plugin: any module can define a plugin to get its itemId based on item_name. now newbb:
        In newbb > viewtopic.php the topic_id is not always in the URL $_REQUEST.
        in newbb/class/plugin/userlog.php (2013/05/14)
- improve: use item($subscribe_from) in class/log.php, class/plugin/interface.php, class/plugin/newbb.php , modules/newbb/class/plugin/userlog.php(2013/05/15)
- add poll_module config to avoid writing hard-code poll dirname (eg: clones) in newbb/xoops_version.php and newbb/header.php and newbb/admin/index.php
- change version to 4.32 in newbb/xoops_version.php
- add: poll_module: rewrite polls.php to accept xoopspoll 1.4 by zyspec and all old xoopspoll and umfrage versions and all clones.
  in newbb/class/topic.php and newbb/polls.php , newbb/votepolls.php , newbb/viewtopic.php ,  newbb/class/post.php , newbb/topicmanager.php
  and newbb/templates/newbb_poll_results.html , newbb/templates/newbb_poll_view.html
  and newbb/templates_fulldiv_opacity/newbb_poll_results.html , newbb/templates_fulldiv_opacity/newbb_poll_view.html
- add: $xoopspoll in header for backward compatibility. in  newbb/header.php
- improve: priorities for default poll module : 1- xoopspoll 2- last element in array 3- if no poll module => 0 in newbb/xoops_version.php
- fix : check poll module is active
- poll_module: force user to only select poll module once in preferences in newbb/xoops_version.php
- bug fix: poll_module handler in newbb/class/post.php
- bug fix: in topic merge: the old topic will be deleted if user input a not exist new topic in newbb/topicmanager.php
- improve: in topic merge: less query to update new topic_views in newbb/topicmanager.php
- fix: in topic merge: new forum should be synchronized after merge in newbb/topicmanager.php
- improve: in topic merge: better method for delete the old topic and synchronize the new topic, old forum and new forum in newbb/topicmanager.php
- add: in topic merge: if old topic has a poll and new topic has not a poll, move poll from old topic to new topic in newbb/topicmanager.php
- fix: in topic merge: update vote data instead of deleting them in newbb/topicmanager.php
- improve: add deletePoll function to 'Topic' class to use with ease in newbb/class/topic.php, newbb/class/post.php, newbb/topicmanager.php
- add: better poll module display link and version in admin index. in newbb/admin/index.php
- add: findPollModule function to 'TopicHandler' class to find poll module that is in used in the current newbb installtion. in newbb/class/topic.php
- improve: add getActivePolls function to 'TopicHandler' class  to get all active poll modules in the current xoops installtion. in newbb/class/topic.php
- add: add getPoll function to 'Topic' class to get a poll object from a poll module. in newbb/class/topic.php
- enhance: add a $pollModule dirname of the poll module to loadOldPoll function in 'Topic' class to Load functions needed for old poll module. in newbb/class/topic.php
- add: special check to find and save the used poll module on the newbb update process. in newbb/xoops_version.pp
- add: special check to find and save the used poll module on the newbb saving preferences process. in newbb/xoops_version.pp
- change version to 4.33 RC7 in newbb/xoops_version.php
- improve: add $formtype = "hidden" | "select" for poll_module config to be effect in Onupdate process. in newbb/xoops_version.php
- improve: findPollModule function: just select needed "poll_id" field from topic table in newbb/class/topic.php
- improve:  rewrite topic synchronization function. add pid sync and remove hard-code db access in newbb/class/topic.php
- improve:  rewrite forum cleanOrphan function. add parent_forum and cat_id orphan check in newbb/class/forum.php
- enhance: rewrite admin > sync and recon functions. remove hard-codes access to db. in newbb/admin/admin_synchronization.php and newbb/include/functions.recon.php
- improve:  irmtfan - move cleanOrphan to synchronization function  in newbb/include/functions.recon.php and newbb/class/topic.php
- bug fix:  check if xoops poll module is available in newbb/admin/index.php (cesagonchu)
- bug fix: single quotes inside language definitions break onClick event
- Notice: Undefined index: fct in file /modules/newbb/xoops_version.php line 767 (cesagonchu)
- Updated the standard norms of the English folder (cesagonchu)

<h5>4.3                         08/25/2012</h5>
<hr>
 1 Fix Cache Config for SEO
 2 Fix Typos in templates
 3 Fix Nav for SEO
 4 Fix PDF for SEO
 5 Fix Error Topic Number in Blocks
 6 Fix Stats move or delete Topics
 7 Fix many typos in templates
 8 Fix error in declaration User
 9 Fix Links in templates
10 Fix and add languages
11 New cache for Seo
12 New Social-Links in Threads
13 New advertising for topics
14 Fix Replaced Buzz with Google Plus (mamba)
15 Fix Added "Create" links for missing directories (mamba)
16 Fix Link to Blank.gif
17 Fix Error Upload File too large
18 New Config Quickreply-Editor
19 Fix Create Thumbnails
20 Fix userrank (irmtfan)
21 Fix permission approved (irmtfan)
22 Fix vulnerabilities in seo.php
23 Add enable/disable all editmessage in posts
24 Fix hardcoded Path for icon (irmtfan)
25 Fix print hardcodes removed (irmtfan)
26 NEW local stylesheet (xoops_header) in print.php
27 Fix error in newbb/polls.php when the strtotime is not defined in XoopsLocal class (irmtfan)
28 Fix using header php command instead of redirect_header XOOPS function (deka87/irmtfan) in newbb/search.php

<h5>4.2                         02/08/2012</h5>
<hr>
 1 Fix Smilies are not displayed
 2 Fix View Avatars
 3 Fix Page Numbers views
 4 Fix Error in Cache
 5 New Userinfos on/off
 6 New Advertising in Threads
 7 New Visible Attachments for Guests on/of
 8 New Display page numbers adjusted


<h5>4.1                         11/26/2011</h5>
<hr>
 1 Remove fpdf and add tcpdf in Framworks
 2 Fix view avatar und rank
 3 New cat resize
 4 Fix error in templates
 5 Fix create Pdf with tcpdf in utf-8
 6 Fix for SEO with Javascript
 7 Fix Seo-Urls
 8 Fix Pictures in posts with Seo
 9 Fix error in search.php
10 Fix error in moderation threads
11 Fix error in stats
12 Fix cache new or delete forums
13 Fix Doudle Content for SEO
14 Fix RSS in SEO
15 Fix permission for cache
16 Fix many Icons
17 Fix advanced search

<h5>4.03 beta3                  08/08/2010</h5>
<hr>
 1 Fix error and change templates
 2 Fix BB-Code in description cat and forums
 3 enabe/disable Toolbar in threads
 4 fix problems width XOOPS 2.5
 5 fix show attach only for users
 6 fix edit message in postings
 7 support for png icons (by bleekk)
 8 fixed permissions for forums
 9 add notificatin when topic deleted (optional)
10 deleted notification in forum when blocked user
11 add view prefix in forumslist
12 fixed bug in online
13 add pdf Support
14 add view waiting and deleted postings
15 add new Admin-Index (by voltan)
16 add integration Modul umfrage
17 fix seo in blocks
18 fix error moderation userbann
19 fix cache permissions


<h5>4.02 beta2                  02/01/2010</h5>
<hr>
1 Bugfix width PHP5.3 is installed (dhcst)
2 Bugfix width cache (dhcst)
3 Bugfix add new categorie (dhcst)
4 Bugfix color Moderators
5 Add language for groupmod
6 Bugfix report topic
7 Bugfix templates
8 Added seo-tools
9 Bugfix Block see no older Topic

<h5>4.01 alpha              December 25th, 2009</h5>
<hr>
1 Remove dependence Frameworks (dhcst)
2 delete xoopslogger views (dhcst)
3 Adding Groupmoderation (dhcst)
4 Bugfix stats when user post new topic (dhcst)
5 Code refactored, not finished yet (dhcst)

<h5>4.00 alpha              November 18th, 2007</h5>
<hr>
1 Code refactored, not finished yet (phppp)
2 Added forum-specific topic type (phppp)
3 Implemented tag functionality (phppp)
4 Formulated transfer tookits to use "Frameworks/transfer" (phppp)
5 Added CAPTCHA for anonymous posting (phppp)
6 Improved stats, synchronization (phppp)
7 Redesigned handlers for images, templates, css etc. (phppp)
8 Improved administration mode (phppp)
9 Implemented unlimited level of sub forums (phppp)


<h5>3.08                    Jan 3rd, 2007</h5>
<hr>
1 Bugfix for user stats (jorff, agl)
2 Bugfix for reading new posts


<h5>3.07                October 29th, 2006</h5>
<hr>
1 Bugfix for permission template (js related)
2 Added support for FCKeditor upload
3 Added support for extended xcode which allows flash/wmplayer/...
4 Fix for XSS reported by bubuche93


<h5>3.06   October 8th, 2006</h5>
<hr>
Bugfix version


<h5>3.05                    July 22nd, 2006</h5>
<hr>
1 Bugfix for notifying new replies for a specific topic
2 Bugfix for permission check when moving a post
3 Removed inherition of view mode and post order from system-wide preference
4 Added editor parameter control based on plugin'ed configs
5 Bugfix for xhtml compliance in forum selection box (reported by skalpa)
6 Bugfix for update scripts for newbb 2.2
7 Bugfix for category name display in permission admin
8 Bugfix for view_level check in viewforum template (reported by topmuzik.com)

<h5>3.04 Final              June 3rd, 2006</h5>
<hr>
1 MySQL syntax for data synchronization for different versions
2 xhtml fixes
3 bugfix for group permission check form (reported by Aries)

<h5>3.04 RC4                    May 27th, 2006</h5>
<hr>
1 Bugfix for topic title transfered from post subject
2 Added topic check before storing post (reported by marco)
3 Removed unnecessary forum option 'allow_attachments'
4 Other minor fixes

<h5>3.04 RC3                May 20th, 2006</h5>
<hr>
1 Fixed bugs in print.php (reported by ideiafacil)
2 Code correction for performance and cleaning up
3 Partial improvement on permission precision
4 Improvement on category/forum structured display for permission admin and block edit pages
5 Improvement on compliant xhtml

<h5>3.04 RC2                May 9th, 2006</h5>
<hr>
1 Fixed bugs reported on xoops.org
2 Created object handler for post_text
3 Changed fields in TABLE bb_forums
4 Changed testing post message in language file

<h5>3.04 RC                 May 8th, 2006</h5>
<hr>
1 category, forum, topic, post, report, rate refactoring
2 Added reading records options: cookie, database (inspired by Ajout Gizmhail)
3 Added data synchronization
4 Added missing "previous/next topic"
5 Modified database structure for query optimization
6 Fixed bug in templates for file inclusion: for both update from file and from db modes

<h5>3.03                    Apr 26th, 2006</h5>
<hr>
1 Fixed rss+xml rel link (by CeBepuH)
2 Fixed typo in "pm" path for "transfer" (by CeBepuH)
3 Fixed clear property in newbb.css (by CeBepuH)
4 Fixed undefined method "setMessage" for module which could lead to newbb 2.* upgrade failure
5 Split functions.php


<h5>3.02                    Apr 23rd, 2006</h5>
<hr>
1 Fixed URL iteration for menumode (reported by genetailor)
2 Skip cache for edit pages
3 Charset completeness for PDF maker (reported by domecc)
4 Performance improvement, including PHP scripting and MySQL db structure
5 Added action request detection in xoops_version.php so that some useful features are reactived including "welcome forum"
6 Bugfix for "sort by rating" URL (reported by Mowaffak)
7 Added time limit to "recent replied topic" block
8 Bugfix for signature setting (removed unnecessary user setting check)

<h5>3.01                Feb 22th, 2006</h5>
<hr>
Fixed bugs in permission management
Fixed bugs in formloader

<h5>3.0 RC2                 Feb 10th, 2006</h5>
<hr>
Fixed bugs in user select
Fixed bugs in permission management

<h5>3.0 RC1                 Jan 29th, 2006</h5>
<hr>
Compatible with XOOPS 2.0, 2.2, 2.3


<h5>2.32</h5>
<hr>
1 DB query optimization


<h5>2.31</h5>
<hr>
1 bugfixes
2 speed improvement


<h5>2.3</h5>
<hr>
1 moderator accessible distributed batch threads/posts management (approval, edit, move, delete, merge, split)
2 moderator accessible distributed user/IP suspension management
3 trashcan implemented
4 user-based post search and management
5 plugable module bridging handler implemented


<h5>2.2</h5>
<hr>
1 block/profile/css/adminmenu/encoding related content upgraded to XOOPS 2.2
2 XOOPS editor framework implemented
3 permission management separated from forum/category and default permission set and management added
4 category/forum creation on module installation
5 send PM with quoted post content
6 embedded upgrade: any version of newbb/cbb could be updated to up-to-date CBB by updating module
7 forum queries in xoops_version.php moved to save db query
8 change relative path to full path for some images
9 change forum list in jumpbox and topicmanager to a more clear style
10 moderator management merged into forum admin form with xoopsuserselect form


<h5>1.15</h5>
<hr>
1 fix for aged security problem (XSS)


<h5>1.14</h5>
<hr>
1 bugfix for inactive user posting (Reported by Aries @ xoops.org.cn)
2 bugfix for deleting topic with poll (Reported by gropius @ xoops.org.cn)
3 change default value for displaying forum topic time duration (Reported by Zjerre @ xoops.org)
4 change formselectuser.php for XOOPS 2.2


<h5>1.13</h5>
<hr>
1 bugfix for IP recording (Reported by alitan @ xoops.org)
2 changing time display for "Today/yesterday ..." (Reported by alitan @ xoops.org)
3 adding post link (Preliminary solution by ackbarr && Suggested by Peekay @ xoops.org)
4 further cleaning "Compact mode" (Suggested by Rou4 @ XOOPS CHINA)
5 adding new block "recent post text"
6 bugfix for function newbb_admin_mkdir
7 bugfix for permission table of locked topic
8 adding indication for locked topic in view topic (Requested by SuperVoley @ xoops.org)
9 bugfix for category management (Reported by chia @ xoops.tnc.edu.tw)
10 bugfix for subject sanitizing problem (Reported by CeBepuH @ xoops.org)
11 rolling back signature to pure xcode format (comprehensive improvement is expected after XOOPS 2.2)
12 bugfix for empty message check in quick reply
13 template validation on XHTML 1.0 (not complete yet)
14 compatible with news 1.30+ for posttonews (reported by cosmodrum @ xoops.org)


<h5>1.12</h5>
<hr>
1 login on-fly in "quick reply" (requested by Rou4 @ XOOPS CHINA)
2 sort order in viewpost.php (reported by kmac @ XOOPS CHINA)
3 bugfix for time display (reported by kmac @ XOOPS CHINA)
4 clean display of regist date (requested by kmac @ XOOPS CHINA)
5 bugfix for forum selection in "advanced search" (reported by kmac @ XOOPS CHINA)
6 rolling back missed disclaimer (reported by kmac @ XOOPS CHINA)
7 bugfix for duplicated security check and post_time_limit check (reported by kmac @ XOOPS CHINA)
8 permission check for poll management (reported by karuna @ XOOPS CHINA)


<h5>1.11</h5>
<hr>
1 re-write user info renderer
2 bugfix for poster display in thread mode (reported by iamtj @ XOOPS CHINA)
3 correction of deleting post message (reported by iamtj @ XOOPS CHINA)
4 post backup if submission exceeds session limit or time limit
5 correction of encoding problem in XOOPS function formatTimestamp($time, 'rss') (reported by chia @ XOOPS CHINA)


<h5>1.10</h5>
<hr>
1 bugfix and layout improvement (suggested by iamtj @ XOOPS CHINA, fast reply in thread mode, anonymous button, register to post ...)
2 rolling back "RSS enable" (requested by Aries @ XOOPS CHINA, CeBepuH @ XOOPS)
3 bugfix for template dir in rss.php (reported by jodn007 @ XOOPS CHINA)
4 bugfix for caching in rss.php
5 bugfix for rss encoding conversion (reported by chia @ XOOPS CHINA)
6 read new posts since last visit (Tuning suggested by Peekay @ XOOPS)
7 enable 'delete top post' (requested by iamtj @ XOOPS CHINA)
8 bugfix for Last Visit recording
9 bugfix/improvement for "move forum"
10 adding "merge forum"
11 post date / poster ip display changed
12 options for user level bar
13 backward/forward compatible with XOOPS 2.0*


<h5>1.00</h5>
<hr>
Changelog over NewBB 2.02:
1 CBB uses the same DB stucture/data with NewBB 2, it is convenient to switch between current CBB and current NewBB 2.
2 bugfixes for NewBB 2.02
3 clean/correct NewBB 2 templates

Major new features ( most suggested by XOOPS CHINA users)
1 dropdown menu selectable for end users: SELECT BOX, CLICK, HOVER
2 multi-attachments upload
3 RSS improvement, individual RSS Feeds for each category, each forum and the global module
4 FPDF improvement, UTF-8 encoding is now working
5 user friendly time display, four types: Today, Yesterday, this year and longer than one year
6 block handler: recent posts, recent topics, most views, most replies, recent digest, recent sticky, most valuable posters
7 time periods for blocks, you could have most views in last 24 hours, most views in this week, most views in this month
8 new page: view all posts, view new posts since last visit
9 "New member": an introduction thead will be posted automatically when a user logs on for the first time (if enabled)
10 adding dobr parameter
