open includes\functions.php
find
- Code: Select all
'U_REGISTER' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=register'),
replace with
- Code: Select all
'U_REGISTER'=> 'http://yourjoomlawebsite/index.php?option=com_comprofiler&task=registers" TARGET="_top',
Make sure you include the "s and the 's
Save the file and over write the original (keeping a backup of course)
Now, whenever your PHPBB3 site calls the registrationo function it simply loads the Joomla CB registration page breaking the wrapper window if there is one.
If anyone is intested I will continue to work on other working links for profiles as well
Sorry if this isn't 'new' info, but I searched hi and low and simply found unanswered threads and dead links.
Paul

