Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-rc6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2011 at 19:59 UTC
Updated:
9 Jan 2012 at 08:17 UTC
Hi. I want to be able to click on member name in phpbb and this link to go to drupal user profile. Is there a way to do this, and if so, how?
I have phpbbforum integrated as Drupal 6.x. page. phpbb version 3.0.9
Thanks in advance for any suggestions / solutions.
Comments
Comment #1
waynedrupal commentedOk, we have created a solution.
For member profile link: phpbb/includes/functions_content.php
Find the following code....
... and change it to:
For members link (if you created a view of your members):phpbb/includes/functions.php
Find the following code....
... and change it to:
where /members is actually the view of your members that you created in Drupal.
Comment #2
superfedya commentedVery usefull, thanks! Any way to create a 2 profile buttons, one for forum profile another one for drupal's?
Thanks
Comment #3
fizk commented