How to change Registration Link in phpBB3 to your PrestaShop

Discussion about how to integrate phpBB3 into your PrestaShop. This forum is visible for all. Guest or non-registered members can see this forum and also can see the topic list and read the topic, but they cannot create a new topic or reply to a topic. Registered users of course can do this.

How to change Registration Link in phpBB3 to your PrestaShop

Postby Administrator on Tue May 26, 2009 3:20 am

Hi,

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
Administrator
Site Admin
 
Posts: 4
Joined: Mon May 18, 2009 12:41 pm

Return to PrestaShop and phpBB3

Who is online

Users browsing this forum: No registered users and 1 guest

cron