#######################################################
## Title: Joomla1.5 User Bridge for phpBB3.0
## Author: IOsetting
## Description:
## Integrate phpBB3 with Joomla1.5
## Version: 1.1 (Build 20080207)
##
## Installation Level: Easy
## Installation Time: 10 Minutes
## Download
## Demo
#######################################################
BEFORE INSTALL:
1. This bridge can handle one database only, which means your joomla and phpBB3 should be installed in the same database.
phpBB3:
1. COPY <bridge file>/phpbb_files/includes/auth/auth_db.php TO <phpbb3 root>/includes/auth/auth_db.php
2. COPY <bridge file>/phpbb_files/includes/auth/helper.php TO <phpbb3 root>/includes/auth/helper.php
3. OPEN
<phpbb3 root>/includes/auth/auth_db.php
FIND
jos_users
REPLACE WITH
<your joomla user table name>
Joomla1.5:
1. COPY <bridge file>/libraries/phpbbtools TO <joomla1.5 root>/libraries/phpbbtools
2. COPY <bridge file>/adminstrator/language/en-GB/en-GB.plg_user_phpbb3.ini TO <joomla1.5 root>/adminstrator/language/en-GB/en-GB.plg_user_phpbb3.ini
3. Install the plugin in folder <bridge file>/plugins/user
4. Modify the 'phpbb db prefix' property of 'User-phpbb3' in Plugin Manager, it's 'phpbb_' by default
5. Enable 'User-phpbb3', disable 'User - Joomla!' in Plugin Manager.
Joomla style rhuk_milkyway for phpBB3:
1. COPY <bridge file>/phpbb_files/styles/prosilver/templateoverall_header.php, overall_footer.php TO <phpbb3 root>/styles/prosilver/template
2. COPY <bridge file>/phpbb_files/styles/prosilver/theme/*.css TO <phpbb3 root>/styles/prosilver/theme/
3. COPY <bridge file>/phpbb_files/styles/prosilver/theme/images/* TO <phpbb3 root>/styles/prosilver/theme/images/
4. OPEN <phpbb3 root>/styles/prosilver/theme/common.css
FIND AND DELETE
background-color: #FFFFFF;
ADD following lines at the end of common.css:
#page-header, #page-body, #page-footer {
margin: 0 21px 0px 21px;
background: #fff;
width: auto;
}
SAVE and CLOSE
OPEN <phpbb3 root>/styles/prosilver/theme/colours.css
FIND AND DELETE
background-color: #FFFFFF;
SAVE and CLOSE, then refresh the prosilver theme in your phpbb ACP
If you have any questions, please feel free to ask in this forum



