#############################
## SBB 4.1 to 4.2
#############################


make sure to backup all of your files and your database before updating/replacing

the best way for this update is to follow the following steps in it's order

Note: to get information about the changes made please use a diff tool like WinMerge (Windows Plattforms), FileMerge (MacOS Plattforms) or KDiff3 (Linux Desktops)


++++++++++++
+ I. UPDATE-WAY #1 -> Updating modified files
++++++++++++

----
- replace the following files inside the sbb directory:
----

forum.php
functions.php

classes/topics.class.php

includes/actions.php
includes/admin.php
includes/edit_account.php
includes/viewtopic.php

js/sbb.js

----
- replace modified template files:
----

templates/CarbonCity/admin.html
templates/CarbonCity/edit_account.html
templates/CarbonCity/viewtopic.html
templates/CarbonCity/styles.css

templates/defaultXHTML/admin.html
templates/defaultXHTML/edit_account.html
templates/defaultXHTML/viewtopic.html
templates/defaultXHTML/styles.css

templates/Marabellow/admin.html
templates/Marabellow/edit_account.html
templates/Marabellow/viewtopic.html
templates/Marabellow/styles.css

templates/Silk/admin.html
templates/Silk/edit_account.html
templates/Silk/viewtopic.html
templates/Silk/styles.css

templates/sLime/admin.html
templates/sLime/edit_account.html
templates/sLime/viewtopic.html
templates/sLime/styles.css

templates/Velvet/admin.html
templates/Velvet/edit_account.html
templates/Velvet/viewtopic.html
templates/Velvet/styles.css

----
- upload new files into the sbb directory:
----

includes/recaptchalib.php

----
- upload new template files into the sbb directory:
----

templates/CarbonCity/images/thumb_down.png
templates/CarbonCity/images/thumb_up.png

templates/defaultXHTML/images/thumb_down.png
templates/defaultXHTML/images/thumb_up.png

templates/Marabellow/images/thumb_down.png
templates/Marabellow/images/thumb_up.png

templates/Silk/images/thumb_down.png
templates/Silk/images/thumb_up.png

templates/sLime/images/thumb_down.png
templates/sLime/images/thumb_up.png

templates/Velvet/images/thumb_down.png
templates/Velvet/images/thumb_up.png

----
- replace modified language files or add new keys:
- new keys (common.lang.php):
-			* default
-			* i_like_this_post
-			* i_dont_like_this_post
-			* i_liked_this_post
-			* i_didnt_like_this_post
-			* captcha_cap3
-			* recaptcha_get_keys
-			* recaptcha_style
-			* descr_socialrow
-			* descr_en_socialrow
-			* descr_ratings
-			* descr_en_likes
-			* descr_en_dislikes
- new keys (messages.lang.php):
-			* error_no_recaptcha_keys
-			* success_likepost
-			* success_dislikepost
-			* info_already_rated
- French is still not fully translated
----

lang/de/common.lang.php
lang/de/messages.lang.php

lang/en/common.lang.php
lang/en/messages.lang.php

lang/fr/common.lang.php
lang/fr/messages.lang.php

----
- now jump to III.
----

++++++++++++
+ II. UPDATE-WAY #2 -> Modify existing files
++++++++++++

please use diff tools like WinMerge (Windows Plattforms), FileMerge (MacOS Plattforms) or KDiff3 (Linux Desktops)
and after modifying your files jump to III.

----
- now jump to III.
----

++++++++++++
+ III. Database Update (just the version ...)
++++++++++++

::::
: To upgrade your database please upload update_4.x_to_4.2.php to your server (into sbb directory), point your browser to this file and follow instructions
::::


++++++++++++
+ EOM
++++++++++++