Knowledge Base Navigation
Articles: 51 Categories: 8
KB Article: How to Update phpBB 2.0.8 to 2.0.9
Article: | How to Update phpBB 2.0.8 to 2.0.9 |
Submitted By: | Telli |
Date Added: | 07-16-2004 10:54:09 |
Hits: | 19,643 |
Simple modlike instructions for updating from phpBB2.0.8 to phpBB2.0.9
These are the Changes from phpBB 2.0.8 to phpBB 2.0.9 summed up into a little Mod. This might be very helpful if you want to update your Board and have installed a bunch of Mods. Then it's normally easier to apply the Code Changes than to install all Mods again. When you find a 'AFTER, ADD'-Statement, the Code have to be added after the last line quoted in the 'FIND'-Statement. When you find a 'BEFORE, ADD'-Statement, the Code have to be added before the first line quoted in the 'FIND'-Statement. When you find a 'REPLACE WITH'-Statement, the Code quoted in the 'FIND'-Statement have to be replaced completely with the quoted Code in the 'REPLACE WITH'-Statement. When you find a 'DELETE'-Statement, the Code have to be deleted. After you have finished this tutorial, you have to upload the update_to_209.php file, execute it modules.php?name=Forums&file=update_to_209 and then delete it from your webspace. The update_to_209 is located in the download at the bottom of this tutorial. Ok, lets start: [*]modules/Forums/admin/admin_board.php
REPLACE WITH $default_config[$config_name] = str_replace("'", "\'", $config_value); [*]modules/Forums/admin/index.php
[*]modules/Forums/common.php
[*]modules/Forums/faq.php
[*]modules/Forums/groupcp.php
[*]includes/bbcode.php
[*]includes/functions_post.php
[*]includes/page_header.php
[*]includes/sessions.php
[*]includes/usercp_avatar.php
[*]includes/usercp_viewprofile.php
[*]modules/Forums/index.php
[*]modules/Members_List/index.php
[*]modules/Forums/modcp.php
[*]modules/Forums/posting.php
[*]modules/Private_Messages/index.php
[*]modules/Forums/profile.php
[*]modules/Forums/search.php
[*]modules/Forums/viewonline.php
[*]modules/Forums/viewtopic.php
You can also grab the premodded files from here if your Forums are not heavily modified. [ Register or login to view links on this board. ] |
Current rating: 8.49 by 200 users
Please take one second and rate this article... |
Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Please register or sign-in to post comments.