Phpbb2userdataprovider
From LifeType Wiki
- Database table to add: one
CREATE TABLE lt_phpbb2_users ( id int(10) unsigned NOT NULL auto_increment, phpbb_id int(10) unsigned NOT NULL default '0', full_name varchar(255) NOT NULL default , about text, properties text NOT NULL, resource_picture_id int(10) NOT NULL default '0', status int(10) NOT NULL default '0', PRIMARY KEY (id), UNIQUE KEY phpbb_id(phpbb_id) ) ENGINE=MyISAM
- Integration method (DB or API): DB
- Access rights: read/write
