This
version contains some bugfixes, improvements and changes, discovered from the previous X-mas release within 2 months. No new features, but recommended for upgrade.
Steps to update:
1) Back up and then update the following core script files, overwriting them:
* bb_admin.php (administration file): editing forums update (slashes fix); $queryStr fix
* bb_func_editmsg.php: Return to topics link
* bb_func_ldisc.php: latest message date when sorting by new topics
* bb_func_login.php: $queryStr2 added; fixes of simple logging in forums list
* bb_func_pthread.php: anonymous emails fix; premoderation plugin fixes
* bb_func_search.php: mod_rewrite issues when searching by topic titles; now using common forums dropdown format with supertitles
* bb_func_txt.php: hidden option $disableLineBreaks disallows converting newlines to <BR> (useful for forums where admin is able to post clear HTML); urlMaker() fix
* bb_func_usernfo.php: custom fixes
* bb_func_vtopic.php: latest message date when sorting by new topics
* bb_functions.php: fixes on #newtopic when in $viewTopicsIfOnlyOneForum mode
* index.php: 'delmsg2' action removed;
* setup_mysql.php: search phrase brackets eliminated
2) The following CRITICAL changes were made to the templates:
* templates/main_post_form.ht
ml - "selection" changed to "selektion" everywhere; textarea tag - added: id="postText"
* templates/main_posts.html - "selection" to "selektion" in getQuotation()
* templates/form.js - complete code changes, regarding new Mozilla and IE 7 issues (overwrite this file)
* templates/search.html - instead of {$forumDropDown} now we have
<select class="textForm" name="forum"><option value="">—</option>{$listForums}</select>
* templates/main_warning.html: {$topicsLink} added (this change is optional)
3) Add new variable to your language pack: $l_returntotopics (or overwrite lang/eng.php if you have not changed it)