on the very bottom of the file ext_plugin_fixes.php you'll find:
Code: Select all
add_action( 'init', 'wp_w3all_detect_login', 1 );
unset($w3all_uap);
Code: Select all
unset($w3all_uap);
Code: Select all
add_action( 'init', 'wp_w3all_detect_login', 1 );
The online addons/ext_plugin_fixes.php on 1.5.7 will be updated in few minutes about this.
P.s NOTE To remember: i note/i see after, before to deactivate it on my test localhost, that if Ultimate member is active,
it REWRITE wp_w3all avatars on widget last post.
And If a profile photo is so set for user in ultimate member, it is used as avatar, and the phpBB avatar on last topics is replaced by UM plugin photo.
If no photo for user is set in UM, than default UM anon mystery icon is displayed into last topics widget.
That is maybe normal expected behavior.
It may also can be forced to display phpBB avatar instead, changing the action precedence about avatar on wp_w3all code.