Keep up the good work ! Ehrr is there also a Pre-release 1.6.0 New Feature List

/me runs !
it has been added but not as option into wp_w3all config page.If an user register WP side and set Gravatar, this should be added into phpBB also.
And related gravatar update when he change gravatar into WP (and not only if it is done in phpBB).
Code: Select all
private static function create_phpBB_user($wpu){
Code: Select all
//$uavatar = get_option('show_avatars') == 1 ? $wpu->user_email : '';
//$avatype = (empty($uavatar)) ? '' : 'avatar.driver.gravatar';
Code: Select all
$uavatar = get_option('show_avatars') == 1 ? $wpu->user_email : '';
$avatype = (empty($uavatar)) ? '' : 'avatar.driver.gravatar';