IntroductionphpXCore support one-side integration (from phpXCore to phpBB) Features- registration
- login/logout
- ban/unban
- change password/avatar
InstallationFor phpBB integration you can do next: - install phpBB to separated directory (e.g. forum)
- uncommented line with text "RewriteRule ^forum/(.*)$ - [L]" in file ".htaccess" (remove "#")
- uncommented line with text "include_once 'xphpbb.class.php';" in file "application/integration/include.php" (remove "//")
- if you want use avatar from site - set parameter "Enable remote avatars" from section "Avatar Settings" to "Yes"
|