This version is now completely incompatible with any multi-language site if the phpbb tables are taken from a different database (it tries to look for Drupal's locales_source and similar tables in the input database, not in Drupal's own).

Edit: lacking db_set_active() calls, most likely.

Comments

JeremyFrench’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Assigned: Unassigned » JeremyFrench

I have been working on just this. Will be posting back to drupal.org soon.

JeremyFrench’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
JeremyFrench’s picture

Have updated this so that you can add multiple sources. Next step is to get it to recognize language.

JeremyFrench’s picture

Status: Active » Fixed

This should now work. It will pick up the default language from the phpbb instance and use that.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Code suggestion