Ok i have installed the phpbb as is and the connectionbuilder
work fine for me
the onla question is could i call the forum in an inframe without the need to scroll to the right ???ß
i have tested to callit about wrapper but two problems appear
1.) i have the newsflash box at the right so the space for the board is to small :S
2.) if i call the register button the whole site comes up within the "wrapper iframe and nat as i hope bring back the user to the normal registration ....
[code:1]
If you manually want to hack their registration form to redirect to the CB registration follow these steps:
1) Open phpBB's profile.php file (located in their main directory)
2) In their file (do a search for "register" without the quotes)... near line 100 you should see
include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
replace it with the following code (changing URL to your site)
if (@preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')))
{
header('Refresh: 0; URL="
mysite.com/index.php?option=com_comprofiler&task=registers
"');
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="refresh" content="0; url="
mysite.com/index.php?option=com_comprofiler&task=registers
">
Redirect