If you implement phpBB3 fully integration to your PrestaShop, here is the trick how to change Registration link in phpBB3 page in order to redirect to your Registration page in your PrestaShop:
1) Open \forums\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' => append_sid("http://www.yourdomainhere.com/my-account.php", 'mode=register'),
Please note: Change www.yourdomainhere.com with your PrestaShop URL.
Best regards,
Administrator
