Posted by krisbfunk on December 26, 2007 at 10:23pm
how would one go about adding new profile fields (using the core profile module in drupal5) so they show up in phpbb profiles? such as "ICQ number:" etc.
Categories: phpbb3 drupal5
how would one go about adding new profile fields (using the core profile module in drupal5) so they show up in phpbb profiles? such as "ICQ number:" etc.
Comments
If you want only the phpBB
If you want only the phpBB fields (like ICQ, location, occupation) etc then you can look to the 2.0 module.
You'll also have to make more changes to ucp_profile and functions_drupal , so that they not only write username, password etc. to Drupal, but also the additional information you want.
Edit: Just realized what the heading was. If you want to enable these fields during registration (which happens through Drupal) you have to do twice the work:
1) Write the code that transfers fields to phpBB
2) (outlined above) write code that transfers updates from phpBB to Drupal